FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | Location |
| Id | Location-jp-location-example-examinationroom.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "jp-location-example-examinationroom",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_Location"
]
},
"identifier": [
{
"value": "G-101"
}
],
"status": "active",
"name": "外来101診察室",
"description": "外来101診察室",
"mode": "instance",
"type": [
{
"coding": [
{
"code": "OF",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "8193"
}
],
"physicalType": {
"coding": [
{
"code": "ro",
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type"
}
]
}
}