FHIR IG analytics| Package | hl7.fhir.us.hsds |
| Resource Type | HealthcareService |
| Id | HealthcareService-WhistlestopTransportationService.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Extensions Narrative: HealthcareService
Resource HealthcareService "WhistlestopTransportationService" Updated "2023-08-24 11:26:22+0000"
Profile: HSDHealthcareService
active: true
providedBy: Organization/WhistlestopWheels "Whistlestop Wheels"
category: Transportation (Healthcare Service Category#trans)
type: Aged Care Transport (Service type#531)
location: Location/WhistlestopwheelsLocation "Whistlestop Wheels of Anytown USA"
name: Whistlestop Transportation Services
contact
name: Harry Cunningham
title : Director, Transportation Services
department: Executive Staff
email: hcunningham@whistlestopwheels.org
phone: (999)-555-2222(WORK)
program: Programs for Persons with Disabilities (Human Service Program#ForDisabled)
characteristic: Interpretation Services (Human Service Characteristic#Interpret)
communication: Spanish (Tags for the Identification of Languages#es), English (United States) (Tags for the Identification of Languages#en-US)
{
"resourceType": "HealthcareService",
"id": "WhistlestopTransportationService",
"meta": {
"lastUpdated": "2023-08-24T11:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"active": true,
"providedBy": {
"reference": "Organization/WhistlestopWheels"
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS",
"code": "trans",
"display": "Transportation"
}
]
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "531",
"display": "Aged Care Transport"
}
]
}
],
"location": [
{
"reference": "Location/WhistlestopwheelsLocation"
}
],
"name": "Whistlestop Transportation Services",
"telecom": [
{
"extension": [
{
"extension": [
{
"url": "name",
"valueString": "Harry Cunningham"
},
{
"url": "title",
"valueString": "Director of Transportation Services"
},
{
"url": "department",
"valueString": "Executive Staff"
},
{
"url": "email",
"valueString": "cunninghamh@whistlestopwheels.org"
}
],
"url": "http://hl7.org/fhir/us/hsds/StructureDefinition/service-contactinfo"
}
],
"system": "phone",
"value": "(999)-555-8645",
"use": "work"
}
],
"program": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceProgramCS",
"code": "ForDisabled",
"display": "Programs for Persons with Disabilities"
}
]
}
],
"characteristic": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceCharacteristicCS",
"code": "Interpret",
"display": "Interpretation Services"
}
]
}
],
"communication": [
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "es",
"display": "Spanish"
}
]
},
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en-US",
"display": "English (United States)"
}
]
}
]
}