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

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypeLocation
IdLocation-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",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location"
    ]
  },
  "identifier": [
    {
      "system": "http://example.org/location-identifiers",
      "value": "LOC-001"
    }
  ],
  "status": "active",
  "name": "Main Clinic Building",
  "type": [
    {
      "coding": [
        {
          "system": "http://example.org/location-type",
          "code": "FMC",
          "display": "Family Medicine Clinic"
        }
      ],
      "text": "Family Medicine Clinic"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-123-4567",
      "use": "work"
    },
    {
      "system": "email",
      "value": "contact@mainclinic.example.org",
      "use": "work"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/ca-csd-example-organization",
    "display": "Main Health Organization"
  },
  "partOf": {
    "reference": "Location/ca-csd-example-location",
    "display": "Health Center Campus"
  },
  "hoursOfOperation": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "openingTime": "08:00:00",
      "closingTime": "20:00:00"
    },
    {
      "daysOfWeek": [
        "sat",
        "sun"
      ],
      "openingTime": "10:00:00",
      "closingTime": "16:00:00"
    }
  ]
}