FHIR IG analytics| Package | ontariomicdrfhirimplementationguide-0.10.00 |
| Resource Type | Location |
| Id | Location-location1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "location1",
"meta": {
"profile": [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-location"
]
},
"identifier": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
"value": "1220043534"
}
],
"name": "Best MI lab ABC",
"description": "ABC location of the Best MI lab",
"managingOrganization": {
"reference": "Organization/org2"
},
"address": {
"type": "physical",
"line": [
"123 Main St"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M1M M1M",
"country": "CAN"
}
}