FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejp-core.r4
Resource TypeLocation
IdLocation-jp-location-example-ward.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    ]
  }
}