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

FHIR IG analytics

Packageihe.qrph.ccg
Resource TypeLocation
IdLocation-Location-12.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

Generated Narrative: Location Location-12

identifier: http://example.org/ids/Location-12

status: Active

name: Example Location

mode: Instance

type: Primary Care Clinic

address: 123 Anystreet, Yourtown, Ontario, Canada M0P4H1

physicalType: Building

Positions

-LongitudeLatitude
*45-80

Source1

{
  "resourceType": "Location",
  "id": "Location-12",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/ids",
      "value": "Location-12"
    }
  ],
  "status": "active",
  "name": "Example Location",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "PC",
          "display": "Primary Care Clinic"
        }
      ]
    }
  ],
  "address": {
    "text": "123 Anystreet, Yourtown, Ontario, Canada M0P4H1"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "bu",
        "display": "Building"
      }
    ]
  },
  "position": {
    "longitude": 45,
    "latitude": -80
  }
}