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

FHIR IG analytics

Packageontariomicdrfhirimplementationguide-0.10.00
Resource TypeLocation
IdLocation-location1.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": "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"
  }
}