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-ope",
"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-ope</b></p><a name=\"jp-location-example-ope\"> </a><a name=\"hcjp-location-example-ope\"> </a><a name=\"jp-location-example-ope-ja\"> </a><p><b>identifier</b>: B1-S.F2.1.00</p><p><b>status</b>: Suspended</p><p><b>operationalStatus</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v2-0116.html#v2-0116-H\">bedStatus H</a>: Housekeeping</p><p><b>name</b>: 南ウィング\u3000神経放射線科\u3000手術室1</p><p><b>alias</b>: 南ウィング\u3000神経放射線科\u3000手術室5, メインウィング\u3000神経放射線科\u3000手術室2</p><p><b>description</b>: South Wing, Neuro Radiology Operation Room 1 on second floor</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode RNEU}\">Neuroradiology unit</span></p><p><b>telecom</b>: ph: 2329</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}\">Room</span></p></div>"
},
"identifier" : [
{
"value" : "B1-S.F2.1.00"
}
],
"status" : "suspended",
"operationalStatus" : {
"system" : "http://terminology.hl7.org/CodeSystem/v2-0116",
"code" : "H"
},
"name" : "南ウィング\u3000神経放射線科\u3000手術室1",
"alias" : [
"南ウィング\u3000神経放射線科\u3000手術室5",
"メインウィング\u3000神経放射線科\u3000手術室2"
],
"description" : "South Wing, Neuro Radiology Operation Room 1 on second floor",
"mode" : "instance",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "RNEU"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "2329"
}
],
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "ro"
}
]
}
}