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