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

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypeHealthcareService
IdHealthcareService-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": "HealthcareService",
  "id": "ca-csd-example-healthcare-service",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-HealthcareService"
    ]
  },
  "identifier": [
    {
      "system": "http://example.org/healthcare-services",
      "value": "HCS-001"
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/ca-csd-example-organization",
    "display": "Example Health Organization"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-category",
          "code": "34",
          "display": "Allied Health"
        }
      ],
      "text": "Allied Health"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://example.org/service-type",
          "code": "primary-care",
          "display": "Primary Care"
        }
      ],
      "text": "Primary Care"
    }
  ],
  "location": [
    {
      "reference": "Location/ca-csd-example-location",
      "display": "Example Health Clinic"
    }
  ],
  "name": "Example Primary Care Service",
  "comment": "This healthcare service provides primary care at Example Health Clinic.",
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-5555",
      "use": "work"
    },
    {
      "system": "email",
      "value": "contact@example.org",
      "use": "work"
    }
  ],
  "coverageArea": [
    {
      "reference": "Location/ca-csd-example-location",
      "display": "Example Health Clinic"
    }
  ],
  "extension": [
    {
      "url": "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/delivery-method",
      "valueCode": "21938471"
    },
    {
      "url": "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/usage-license",
      "valueUrl": "https://example.com/legal/terms-conditions"
    }
  ]
}