CH LAB-Order (R4)
3.0.0-ci-build - ci-build
CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "LaborSchildknecht",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization LaborSchildknecht</b></p><a name=\"LaborSchildknecht\"> </a><a name=\"hcLaborSchildknecht\"> </a><a name=\"LaborSchildknecht-en-US\"> </a><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601055231222</p><p><b>name</b>: Labor Schildknecht</p><p><b>telecom</b>: <a href=\"tel:+41223345222\">+41223345222</a>, <a href=\"mailto:info@labor-schildknecht.ch\">info@labor-schildknecht.ch</a>, <a href=\"http://www.labor-schildknecht.ch\">http://www.labor-schildknecht.ch</a></p><p><b>address</b>: Rte des Alpes 44 Fribourg 1700 CH </p></div>"
},
"identifier" : [
{
"system" : "urn:oid:2.51.1.3",
"value" : "7601055231222"
}
],
"name" : "Labor Schildknecht",
"telecom" : [
{
"system" : "phone",
"value" : "+41223345222",
"use" : "work"
},
{
"system" : "email",
"value" : "info@labor-schildknecht.ch",
"use" : "work"
},
{
"system" : "url",
"value" : "http://www.labor-schildknecht.ch",
"use" : "work"
}
],
"address" : [
{
"line" : [
"Rte des Alpes 44"
],
"city" : "Fribourg",
"postalCode" : "1700",
"country" : "CH"
}
]
}