FHIR Human Services Directory, published by HL7 Human and Social Services Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/FHIR-IG-Human-Services-Directory/ and changes regularly. 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "WhistlestopWheels"] ; #
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-Organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Extensions Narrative: Organization</b><a name=\"WhistlestopWheels\"></a></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 Organization "WhistlestopWheels" Updated "2023-08-24 11:26:22+0000"</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hsds-Organization.html\">HSDOrganization</a></p></div><p><b>Org Description</b>: This community services agency contracts with various organizations to provide transport services for the elderly and low-income clients, to and from medical appointments, various assisted living facilities, as well as to grocery shopping and other activites to stay active and connected.</p><p><b>qualification:</b></p><blockquote><b>url: </b><a href=\"http://hl7.org/fhir/R4/datatypes.html#code\">code </a><b>, value:</b> Transportation Network Company <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(provider-taxonomy#342000000X)</span><p><b>url: </b><code>status</code><b>, value: </b>active</p></blockquote><p><b>identifier</b>: Tax ID number: xx-xxxxxxx (use: OFFICIAL, period: 2020-11-01 --> (ongoing))</p><p><b>active</b>: true</p><p><b>type</b>: Atypical Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-OrgTypeCS.html\">Organization Type</a>#atyprv)</span></p><p><b>name</b>: Whistlestop Wheels</p><p><b>telecom</b>: ph: (999)-222-9999(WORK), <a href=\"https://whistlestop.org/\">https://whistlestop.org/</a></p><p><b>contact</b></p><blockquote><p><b>name</b>: Harry Cunningham</p><p><b>telecom</b>: ph: (999)-555-2222(WORK)</p></blockquote><p><b>contact</b></p><blockquote><p><b>name</b>: Samantha Ryan</p><p><b>telecom</b>: ph: (999)-555-7321(WORK)</p></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/org-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "This community services agency contracts with various organizations to provide transport services for the elderly and low-income clients, to and from medical appointments, various assisted living facilities, as well as to grocery shopping and other activites to stay active and connected." ]
] [
( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "342000000X" ] ;
fhir:display [ fhir:v "Transportation Network Company" ] ] ) ] ] [
fhir:url [ fhir:v "status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "active" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/hsds/StructureDefinition/qualification"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAX" ] ] ) ] ;
fhir:system [ fhir:v "urn:us:gov:irs"^^xsd:anyURI ] ;
fhir:value [ fhir:v "xx-xxxxxxx" ] ;
fhir:period [
fhir:start [ fhir:v "2020-11-01"^^xsd:date ] ] ;
fhir:assigner [
fhir:display [ fhir:v "http://www.irs.gov" ] ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "atyprv" ] ;
fhir:display [ fhir:v "Atypical Provider" ] ] )
] ) ; #
fhir:name [ fhir:v "Whistlestop Wheels"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(999)-222-9999" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://whistlestop.org/" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:contact ( [
fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Cunningham" ] ;
( fhir:given [ fhir:v "Harry" ] ) ] ;
( fhir:telecom [
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "title"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Manager, Automotive Repairs" ] ] [
fhir:url [ fhir:v "department"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Transportation Services" ] ] [
fhir:url [ fhir:v "email"^^xsd:anyURI ] ;
fhir:value [ fhir:v "sryan@whistlestop.org" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/hsds/StructureDefinition/org-contactinfo"^^xsd:anyURI ] ] ) ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(999)-555-2222" ] ;
fhir:use [ fhir:v "work" ] ] )
] [
fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Ryan" ] ;
( fhir:given [ fhir:v "Samantha" ] ) ] ;
( fhir:telecom [
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "title"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Director, Transportation Services" ] ] [
fhir:url [ fhir:v "department"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Executive Services" ] ] [
fhir:url [ fhir:v "email"^^xsd:anyURI ] ;
fhir:value [ fhir:v "sryan@whistlestop.org" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/hsds/StructureDefinition/org-contactinfo"^^xsd:anyURI ] ] ) ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(999)-555-7321" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) . #
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