German Dental FHIR Profiles (R4)
0.36.1 - trial-use
DE
German Dental FHIR Profiles (R4) - Local Development build (v0.36.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "ExampleDentallabor",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/dental/StructureDefinition/dental-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleDentallabor</b></p><a name=\"ExampleDentallabor\"> </a><a name=\"hcExampleDentallabor\"> </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=\"StructureDefinition-dental-organization.html\">Zahnarztpraxis / Organisation (DE)</a></p></div><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type bus}\">Dentallabor</span></p><p><b>name</b>: Zahntechnik Nürnberg GmbH</p><p><b>telecom</b>: <a href=\"tel:+499119876540\">+49 911 9876540</a>, <a href=\"mailto:labor@zahntechnik-nuernberg.de\">labor@zahntechnik-nuernberg.de</a></p><p><b>address</b>: Gewerbestraße 7 Nürnberg 90427 DE (work)</p></div>"
},
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "bus",
"display" : "Non-Healthcare Business or Corporation"
}
],
"text" : "Dentallabor"
}
],
"name" : "Zahntechnik Nürnberg GmbH",
"telecom" : [
{
"system" : "phone",
"value" : "+49 911 9876540",
"use" : "work"
},
{
"system" : "email",
"value" : "labor@zahntechnik-nuernberg.de",
"use" : "work"
}
],
"address" : [
{
"use" : "work",
"type" : "physical",
"line" : [
"Gewerbestraße 7"
],
"city" : "Nürnberg",
"postalCode" : "90427",
"country" : "DE"
}
]
}