HL7 FHIR JP Core ImplementationGuide
1.1.2 - release
HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "jp-location-example-examinationroom",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location </b><a name=\"jp-location-example-examinationroom\"> </a><a name=\"hcjp-location-example-examinationroom\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceLocation "jp-location-example-examinationroom" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-location.html\">JP Core Location Profile</a></p></div><p><b>identifier</b>: G-101</p><p><b>status</b>: active</p><p><b>name</b>: 外来101診察室</p><p><b>description</b>: 外来101診察室</p><p><b>mode</b>: instance</p><p><b>type</b>: Outpatient facility <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#OF)</span></p><p><b>telecom</b>: ph: 8193</p><p><b>physicalType</b>: Room <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-location-physical-type.html\">Location type</a>#ro)</span></p></div>"
},
"identifier" : [
{
"value" : "G-101"
}
],
"status" : "active",
"name" : "外来101診察室",
"description" : "外来101診察室",
"mode" : "instance",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "OF"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "8193"
}
],
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "ro"
}
]
}
}