FHIR IG analytics| Package | ca.qc.sq.sgrdv |
| Resource Type | Location |
| Id | Location-sgrdv-find-example-response-location.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}