German Practice Management FHIR Profiles (R4)
0.90.0 - STU1
Germany
German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "ExampleWorkplaceMedicalCenterSite",
"meta" : {
"profile" : [
🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKStandort"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location ExampleWorkplaceMedicalCenterSite</b></p><a name=\"ExampleWorkplaceMedicalCenterSite\"> </a><a name=\"hcExampleWorkplaceMedicalCenterSite\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=de.gematik.isik-basismodul@4.0.3&canonical=https://gematik.de/fhir/isik/StructureDefinition/ISiKStandort\">ISiKStandort</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Medizinisches Zentrum Nord — Site</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PROFF}\">Provider's Office</span></p><p><b>address</b>: Nordallee 100 Erlangen 91054 DE </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span></p><p><b>managingOrganization</b>: <a href=\"Organization-ExampleWorkplaceBuildingOperatorOrg.html\">Organization MVZ Nord Betriebsgesellschaft mbH</a></p></div>"
},
"status" : "active",
"name" : "Medizinisches Zentrum Nord — Site",
"mode" : "instance",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "PROFF",
"display" : "Provider's Office"
}
]
}
],
"address" : {
"line" : [
"Nordallee 100"
],
"city" : "Erlangen",
"postalCode" : "91054",
"country" : "DE"
},
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "si",
"display" : "Site"
}
]
},
"managingOrganization" : {
🔗 "reference" : "Organization/ExampleWorkplaceBuildingOperatorOrg"
}
}