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

FHIR IG analytics

Packageca.qc.sq.sgrdv
Resource TypeLocation
IdLocation-sgrdv-find-example-response-location.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": "sgrdv-find-example-response-location",
  "meta": {
    "profile": [
      "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-location"
    ]
  },
  "address": {
    "text": "1234 rue Saint-Denis, App 4",
    "city": "Montréal",
    "postalCode": "H2X1Y4"
  },
  "position": {
    "latitude": 45.5155,
    "longitude": -73.5613
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "PC"
        }
      ]
    }
  ],
  "managingOrganization": {
    "reference": "urn:uuid:organization-find-001"
  }
}