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

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypeLocation
IdLocation-facility-example.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": "ca-csd-example-location-facility",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Facility-Location"
    ]
  },
  "identifier": [
    {
      "system": "http://example.org/location-ids",
      "value": "LOC-12345"
    }
  ],
  "status": "active",
  "name": "Example Clinic",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types",
          "code": "facility"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP"
        }
      ]
    }
  ],
  "managingOrganization": {
    "reference": "Organization/ca-csd-example-organization",
    "display": "Example Health Organization"
  }
}