FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | Location |
| Id | Location-jp-location-example-ward.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "jp-location-example-ward",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_Location"
]
},
"identifier": [
{
"value": "09A.021.4"
}
],
"status": "active",
"name": "09A病棟 021病室 4ベッド",
"description": "09A病棟 021病室 4ベッド",
"mode": "instance",
"type": [
{
"coding": [
{
"code": "WARD",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "3478"
}
],
"physicalType": {
"coding": [
{
"code": "bd",
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type"
}
]
}
}