FHIR IG analytics| Package | ca.infoway.io.ca-csd |
| Resource Type | HealthcareService |
| Id | HealthcareService-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}