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-ope.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-ope",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Location"
    ]
  },
  "identifier": [
    {
      "value": "B1-S.F2.1.00"
    }
  ],
  "status": "suspended",
  "operationalStatus": {
    "code": "H",
    "system": "http://terminology.hl7.org/CodeSystem/v2-0116"
  },
  "name": "南ウィング 神経放射線科 手術室1",
  "alias": [
    "南ウィング 神経放射線科 手術室5",
    "メインウィング 神経放射線科 手術室2"
  ],
  "description": "South Wing, Neuro Radiology Operation Room 1 on second floor",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "code": "RNEU",
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "2329"
    }
  ],
  "physicalType": {
    "coding": [
      {
        "code": "ro",
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type"
      }
    ]
  }
}