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

FHIR IG analytics

Packageca.on.oh-cms
Resource TypeLocation
IdLocation-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Hospital XYZ, South Wing, second floor, Neuro Radiology Operation Room 1

Source1

{
  "resourceType": "Location",
  "id": "cms-location",
  "meta": {
    "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Location|1.0.0"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
      "value": "LOC 1"
    }
  ],
  "status": "suspended",
  "operationalStatus": {
    "system": "http://terminology.hl7.org/CodeSystem/v2-0116",
    "code": "H",
    "display": "Housekeeping"
  },
  "name": "South Wing Neuro OR 1",
  "_alias": [
    {
      "extension": [
        {
          "url": "http://ehealthontario.on.ca/fhir/StructureDefinition/cms-ext-OrganizationNameType",
          "valueCoding": {
            "system": "http://ehealthontario.ca/fhir/CodeSystem/cms-organization-name-type",
            "code": "short-name",
            "display": "Short Name"
          }
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://ehealthontario.on.ca/fhir/StructureDefinition/cms-ext-human-language",
          "valueCoding": {
            "system": "urn:ietf:bcp:47",
            "code": "fr",
            "display": "French"
          }
        }
      ]
    }
  ],
  "description": "Old South Wing, Neuro Radiology Operation Room 1 on second floor",
  "mode": "instance",
  "telecom": [
    {
      "system": "phone",
      "value": "416-123-3456"
    }
  ],
  "address": {
    "use": "home",
    "type": "physical",
    "line": [
      "13 Boring St"
    ],
    "city": "Toronto",
    "state": "ON",
    "postalCode": "M1M M2M",
    "country": "CAN"
  },
  "managingOrganization": {
    "reference": "Organization/xyz"
  }
}