HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build
HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.2.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "jp-location-example-ward",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location jp-location-example-ward</b></p><a name=\"jp-location-example-ward\"> </a><a name=\"hcjp-location-example-ward\"> </a><a name=\"jp-location-example-ward-ja\"> </a><p><b>identifier</b>: 09A.021.4</p><p><b>status</b>: Active</p><p><b>name</b>: 09A病棟 021病室 4ベッド</p><p><b>description</b>: 09A病棟 021病室 4ベッド</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode WARD}\">ward</span></p><p><b>telecom</b>: ph: 3478</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bd}\">Bed</span></p></div>"
},
"identifier" : [
{
"value" : "09A.021.4"
}
],
"status" : "active",
"name" : "09A病棟 021病室 4ベッド",
"description" : "09A病棟 021病室 4ベッド",
"mode" : "instance",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "WARD"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "3478"
}
],
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "bd"
}
]
}
}