HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "LocationExample01",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location LocationExample01</b></p><a name=\"LocationExample01\"> </a><a name=\"hcLocationExample01\"> </a><a name=\"LocationExample01-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: 外科楼3病区2病房1床</p><p><b>mode</b>: Instance</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>ph: 01069032356(Work)</td></tr></table><p><b>form</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type Bed}\">病床</span></p><p><b>managingOrganization</b>: <a href=\"Organization-HospitalDepartmentExample01.html\">骨科</a></p></div>"
},
"status" : "active",
"name" : "外科楼3病区2病房1床",
"mode" : "instance",
"contact" : [
{
"telecom" : [
{
"system" : "phone",
"value" : "01069032356",
"use" : "work"
}
]
}
],
"form" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "Bed",
"display" : "病床"
}
]
},
"managingOrganization" : {
🔗 "reference" : "Organization/HospitalDepartmentExample01",
"display" : "骨科"
}
}