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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeHealthcareService
IdHealthcareService-example-healthcareservice-ca-core.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": "HealthcareService",
  "id": "example-healthcareservice-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/healthcareservice-ca-core"
    ]
  },
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/HealthcareService",
      "value": "HS123456"
    }
  ],
  "name": "CT Chest Imaging Service",
  "type": [
    {
      "coding": [
        {
          "code": "24627-2",
          "system": "http://loinc.org",
          "display": "CT Chest"
        }
      ]
    }
  ],
  "providedBy": {
    "reference": "Organization/example-organization-ca-core"
  },
  "location": [
    {
      "reference": "Location/example-location-ca-core"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime": "08:00:00",
      "availableEndTime": "17:00:00"
    }
  ],
  "notAvailable": [
    {
      "description": "Holidays and weekends"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "code": "394914008",
          "system": "http://snomed.info/sct",
          "display": "Radiology - specialty (qualifier value)"
        }
      ]
    }
  ],
  "program": [
    {
      "coding": [
        {
          "code": "275981009",
          "system": "http://snomed.info/sct",
          "display": "Screening for malignant neoplasm of lung (procedure)"
        }
      ]
    }
  ],
  "referralMethod": [
    {
      "coding": [
        {
          "code": "email",
          "system": "http://terminology.hl7.org/CodeSystem/service-referral-method",
          "display": "Email"
        }
      ]
    }
  ],
  "communication": [
    {
      "coding": [
        {
          "code": "en-CA",
          "system": "http://tools.ietf.org/html/bcp47",
          "display": "English Canada"
        }
      ]
    },
    {
      "coding": [
        {
          "code": "fr-CA",
          "system": "http://tools.ietf.org/html/bcp47",
          "display": "French Canada"
        }
      ]
    }
  ]
}