This page is part of the Validated Healthcare Directory FHIR IG (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) 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
: HealthcareService/independencerehab2 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "independencerehab2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService independencerehab2</b></p><a name=\"independencerehab2\"> </a><a name=\"hcindependencerehab2\"> </a><a name=\"independencerehab2-en-US\"> </a><blockquote><p><b>VhDir Newpatients</b></p><ul><li>acceptingPatients: true</li><li>network: <a href=\"Organization-patriotppo.html\">Patriot Preferred Provider Network</a></li></ul></blockquote><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-independencerehab.html\">Independence Rehabilitation Services, Inc.</a></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category 27}\">Specialist Medical</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 576}\">Rehabilitation</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394602003}\">Rehabilitation specialty</span></p><p><b>name</b>: Independence Rehab - Outpatient rehabilitation services</p><p><b>comment</b>: Provides outpatient medical and vocational rehabilitation services to improve independence and employability of clients</p><p><b>appointmentRequired</b>: true</p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/newpatients"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "acceptingPatients"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v "true"^^xsd:boolean ] ] [
fhir:url [ fhir:v "network"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/patriotppo" ] ;
fhir:display [ fhir:v "Patriot Preferred Provider Network" ] ] ] )
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:providedBy [
fhir:reference [ fhir:v "Organization/independencerehab" ] ;
fhir:display [ fhir:v "Independence Rehabilitation Services, Inc." ]
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "27" ] ;
fhir:display [ fhir:v "Specialist Medical" ] ] )
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "576" ] ;
fhir:display [ fhir:v "Rehabilitation" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
a sct:394602003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394602003" ] ;
fhir:display [ fhir:v "Rehabilitation specialty" ] ] )
] ) ; #
fhir:name [ fhir:v "Independence Rehab - Outpatient rehabilitation services"] ; #
fhir:comment [ fhir:v "Provides outpatient medical and vocational rehabilitation services to improve independence and employability of clients"] ; #
fhir:appointmentRequired [ fhir:v "true"^^xsd:boolean] . #