This page is part of the FHIR IG Human Services Directory (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "WhistlestopTransportationService"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-08-24T11:26:22.0314215+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Extensions Narrative: HealthcareService</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource HealthcareService "WhistlestopTransportationService" Updated "2023-08-24 11:26:22+0000"</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hsds-HealthcareService.html\">HSDHealthcareService</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-WhistlestopWheels.html\">Organization/WhistlestopWheels</a> "Whistlestop Wheels"</p><p><b>category</b>: Transportation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-HealthcareServiceCategoryCS.html\">Healthcare Service Category</a>#trans)</span></p><p><b>type</b>: Aged Care Transport <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://terminology.hl7.org/CodeSystem/service-type\">Service type</a>#531)</span></p><p><b>location</b>: <a href=\"Location-WhistlestopwheelsLocation.html\">Location/WhistlestopwheelsLocation</a> "Whistlestop Wheels of Anytown USA"</p><p><b>name</b>: Whistlestop Transportation Services</p><p><b>contact</b></p><blockquote><p><b>name</b>: Harry Cunningham</p><p><b>title </b>: Director, Transportation Services</p><p><b>department</b>: Executive Staff</p><p><b>email</b>: hcunningham@whistlestopwheels.org</p><p><b>phone</b>: (999)-555-2222(WORK)</p></blockquote><p><b>program</b>: Programs for Persons with Disabilities <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-HumanServiceProgramCS.html\">Human Service Program</a>#ForDisabled)</span></p><p><b>characteristic</b>: Interpretation Services <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-HumanServiceCharacteristicCS.html\">Human Service Characteristic</a>#Interpret)</span></p><p><b>communication</b>: Spanish <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"https://terminology.hl7.org/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#es)</span>, English (United States) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"https://terminology.hl7.org/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en-US)</span></p></div>"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:providedBy [
fhir:reference [ fhir:v "Organization/WhistlestopWheels" ]
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "trans" ] ;
fhir:display [ fhir:v "Transportation" ] ] )
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "531" ] ;
fhir:display [ fhir:v "Aged Care Transport" ] ] )
] ) ; #
fhir:location ( [
fhir:reference [ fhir:v "Location/WhistlestopwheelsLocation" ]
] ) ; #
fhir:name [ fhir:v "Whistlestop Transportation Services"] ; #
fhir:telecom ( [
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Harry Cunningham" ] ] [
fhir:url [ fhir:v "title"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Director of Transportation Services" ] ] [
fhir:url [ fhir:v "department"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Executive Staff" ] ] [
fhir:url [ fhir:v "email"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cunninghamh@whistlestopwheels.org" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/hsds/StructureDefinition/service-contactinfo"^^xsd:anyURI ] ] ) ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(999)-555-8645" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:program ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceProgramCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ForDisabled" ] ;
fhir:display [ fhir:v "Programs for Persons with Disabilities" ] ] )
] ) ; #
fhir:characteristic ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceCharacteristicCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Interpret" ] ;
fhir:display [ fhir:v "Interpretation Services" ] ] )
] ) ; #
fhir:communication ( [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "es" ] ;
fhir:display [ fhir:v "Spanish" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en-US" ] ;
fhir:display [ fhir:v "English (United States)" ] ] )
] ) . #
IG © 2023+ HL7 Human and Social Services Work Group. Package hl7.fhir.us.hsds#1.0.0 based on FHIR 4.0.1. Generated 2023-10-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change