This page is part of the CH EPR mHealth (R4) (v3.0.0-ballot: Draft Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: GruppenpraxisCH - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "GruppenpraxisCH",
"meta" : {
"profile" : [
"http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-provider-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"GruppenpraxisCH\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization "GruppenpraxisCH" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-pixm-provider-organization.html\">CH EPR mHealth Provider Organization Profile for PIXm</a></p></div><p><b>identifier</b>: id:\u00a07601000201041</p><p><b>name</b>: Gruppenpraxis CH</p><p><b>telecom</b>: <a href=\"tel:+41322345566\">+41322345566</a>, fax: +41322346677(WORK), <a href=\"mailto:bereit@gruppenpraxis.ch\">bereit@gruppenpraxis.ch</a>, <a href=\"http://www.gruppenpraxis.ch\">http://www.gruppenpraxis.ch</a></p><p><b>address</b>: Doktorgasse 2 Musterhausen 8888 CH (WORK)</p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td></tr><tr><td>*</td><td>Allzeit Bereit (OFFICIAL)</td></tr></table></div>"
},
"identifier" : [
{
"system" : "urn:oid:2.51.1.3",
"value" : "7601000201041"
}
],
"name" : "Gruppenpraxis CH",
"telecom" : [
{
"system" : "phone",
"value" : "+41322345566",
"use" : "work"
},
{
"system" : "fax",
"value" : "+41322346677",
"use" : "work"
},
{
"system" : "email",
"value" : "bereit@gruppenpraxis.ch",
"use" : "work"
},
{
"system" : "url",
"value" : "http://www.gruppenpraxis.ch",
"use" : "work"
}
],
"address" : [
{
"use" : "work",
"line" : [
"Doktorgasse",
"2"
],
"city" : "Musterhausen",
"postalCode" : "8888",
"country" : "CH"
}
],
"contact" : [
{
"name" : {
"use" : "official",
"family" : "Bereit",
"given" : [
"Allzeit"
],
"prefix" : [
"Dr. med."
],
"suffix" : [
"Facharzt für Allgemeine Medizin"
]
}
}
]
}