This page is part of the International Patient Summary Implementation Guide (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Organization",
"id" : "lab-org-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization lab-org-example</b></p><a name=\"lab-org-example\"> </a><a name=\"hclab-org-example\"> </a><a name=\"lab-org-example-en-US\"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 73588009}\">Hospital-based laboratory facility</span></p><p><b>name</b>: Best Hospital Laboratory</p></div>"
},
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "73588009",
"display" : "Hospital-based laboratory facility"
}
]
}
],
"name" : "Best Hospital Laboratory"
}