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
: WhistlestopwheelsLocation - TTL Representation
Raw ttl | Download
@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:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "WhistlestopwheelsLocation"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2020-08-26T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Location"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Location> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"WhistlestopwheelsLocation\"> </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 Location "WhistlestopwheelsLocation" Updated "2020-08-26 13:26:22+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hsds-Location.html\">HSDLocation</a></p></div><p><b>Accessibility</b>: ADA compliant <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-AccessibilityCS.html\">Accessibility CS</a>#adacomp)</span></p><p><b>Accessibility</b>: mobility <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-AccessibilityCS.html\">Accessibility CS</a>#mobility)</span></p><p><b>status</b>: active</p><p><b>name</b>: Whistlestop Wheels of Anytown USA</p><p><b>telecom</b>: ph: (999)-555-9528(WORK)</p><p><b>address</b>: 999 South Avenue Anytown CA 99999 </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-122.74</td><td>38.04</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-WhistlestopWheels.html\">Organization/WhistlestopWheels</a> "Whistlestop Wheels"</p><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: mon, tue, wed, thu, fri</p><p><b>openingTime</b>: 08:00:00</p><p><b>closingTime</b>: 20:00:00</p></blockquote><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: sat, sun</p><p><b>openingTime</b>: 08:00:00</p><p><b>closingTime</b>: 17:00:00</p></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/accessibility"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/AccessibilityCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "adacomp" ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/accessibility"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/AccessibilityCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mobility" ] ] ) ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "Whistlestop Wheels of Anytown USA"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(999)-555-9528" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address [
( fhir:line [ fhir:v "999 South Avenue" ] ) ;
fhir:city [ fhir:v "Anytown" ] ;
fhir:district [ fhir:v "Marin" ] ;
fhir:state [ fhir:v "CA" ] ;
fhir:postalCode [ fhir:v "99999" ]
] ; #
fhir:position [
fhir:longitude [ fhir:v "-122.74"^^xsd:decimal ] ;
fhir:latitude [ fhir:v "38.04"^^xsd:decimal ]
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/WhistlestopWheels" ]
] ; #
fhir:hoursOfOperation ( [
( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
fhir:openingTime [ fhir:v "08:00:00"^^xsd:time ] ;
fhir:closingTime [ fhir:v "20:00:00"^^xsd:time ]
] [
( fhir:daysOfWeek [ fhir:v "sat" ] [ fhir:v "sun" ] ) ;
fhir:openingTime [ fhir:v "08:00:00"^^xsd:time ] ;
fhir:closingTime [ fhir:v "17:00:00"^^xsd:time ]
] ) . #