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" : "SpeiserRails",
"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 SpeiserRails</b></p><a name=\"SpeiserRails\"> </a><a name=\"hcSpeiserRails\"> </a><a name=\"SpeiserRails-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.756.5.45</code>/A62088168</p><p><b>telecom</b>: <a href=\"tel:+41412345566\">+41412345566</a>, <a href=\"mailto:info@speiser-rails.ch\">info@speiser-rails.ch</a>, <a href=\"http://www.speiser-rails.ch\">http://www.speiser-rails.ch</a></p><p><b>address</b>: Gleisallee 123 Arbon 9320 CH </p></div>"
},
"identifier" : [
{
"system" : "urn:oid:2.16.756.5.45",
"value" : "A62088168"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+41412345566",
"use" : "work"
},
{
"system" : "email",
"value" : "info@speiser-rails.ch",
"use" : "work"
},
{
"system" : "url",
"value" : "http://www.speiser-rails.ch",
"use" : "work"
}
],
"address" : [
{
"line" : [
"Gleisallee 123"
],
"city" : "Arbon",
"postalCode" : "9320",
"country" : "CH"
}
]
}