Validated Healthcare Directory
0.2.0 - CI Build United States of America flag

Validated Healthcare Directory, published by HL7 International - Patient Administration Work Group. This is not an authorized publication; it is the continuous build for version 0.2.0). This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions

: orgrole1 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:OrganizationAffiliation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "orgrole1"] ; #  Describes the relationship between Founding Fathers Memorial Hospital and Independence Rehabilitation Services, Inc. Independence is contracted to provide rehab services to patients at Founding Fathers 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: OrganizationAffiliation</b><a name=\"orgrole1\"> </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 OrganizationAffiliation &quot;orgrole1&quot; </p></div><p><b>identifier</b>: id: service002 (use: SECONDARY)</p><p><b>active</b>: true</p><p><b>period</b>: 2018-02-09 --&gt; 2022-02-01</p><p><b>organization</b>: <a href=\"Organization-foundingfathers.html\">Organization/foundingfathers: Founding Fathers Memorial Hospital</a> &quot;Founding Fathers Memorial Hospital&quot;</p><p><b>participatingOrganization</b>: <a href=\"Organization-independencerehab.html\">Organization/independencerehab: Independence Rehabilitation Services, Inc.</a> &quot;Independence Rehabilitation Services, Inc.&quot;</p><p><b>network</b>: <a href=\"Organization-patriotppo.html\">Organization/patriotppo: Patriot Preferred Provider Network</a> &quot;Patriot Preferred Provider Network&quot;</p><p><b>code</b>: Provider of rehabilitation services <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-organization-role.html\">Organization Affiliation Role</a>#provider &quot;Provider&quot;)</span></p><p><b>specialty</b>: Rehabilitation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394602003 &quot;Rehabilitation - specialty&quot;)</span></p><p><b>location</b>: <a href=\"Location-loc-ffmh.html\">Location/loc-ffmh: Founding Fathers Memorial Hospital</a> &quot;Founding Fathers Memorial Hospital&quot;</p><p><b>healthcareService</b>: </p><ul><li><a href=\"HealthcareService-independencerehab1.html\">HealthcareService/independencerehab1: Inpatient rehabilitation services</a> &quot;Independence Rehab - Inpatient rehabilitation services&quot;</li><li><a href=\"HealthcareService-independencerehab2.html\">HealthcareService/independencerehab2: Outpatient rehabilitation services</a> &quot;Independence Rehab - Outpatient rehabilitation services&quot;</li></ul><p><b>telecom</b>: ph: 202-109-8765(WORK)</p></div>"
  ] ; # 
  fhir:identifier ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "active" ]     ] ) ;
fhir:use [ fhir:v "secondary" ] ; #  Internal business ID for the relationship created by Founding Fathers Memorial Hospital 
fhir:system [ fhir:v "http://example.org/www.foundingfathersmemorial.com"^^xsd:anyURI ] ;
fhir:value [ fhir:v "service002" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/foundingfathers" ] ;
fhir:display [ fhir:v "Founding Fathers Memorial Hospital" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:period [
fhir:start [ fhir:v "2018-02-09"^^xsd:date ] ; #  The relationship between the organizations began on February 9, 2018, ends on February 01, 2022 
fhir:end [ fhir:v "2022-02-01"^^xsd:date ]
  ] ; #  This record is active 
  fhir:organization [
fhir:reference [ fhir:v "Organization/foundingfathers" ] ; #  The organization receiving services, Founding Fathers Memorial Hospital 
fhir:display [ fhir:v "Founding Fathers Memorial Hospital" ]
  ] ; # 
  fhir:participatingOrganization [
fhir:reference [ fhir:v "Organization/independencerehab" ] ; #  The organization providing services, Independence Rehabilitation Services, Inc. 
fhir:display [ fhir:v "Independence Rehabilitation Services, Inc." ]
  ] ; # 
  fhir:network ( [
fhir:reference [ fhir:v "Organization/patriotppo" ] ; #  Independence and Founding Father providers participate in the Patriot Preferred Provider Network 
fhir:display [ fhir:v "Patriot Preferred Provider Network" ]
  ] ) ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/organization-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "provider" ] ;
fhir:display [ fhir:v "Provider" ] ;
fhir:userSelected [ fhir:v "true"^^xsd:boolean ]     ] ) ; #  Indicates the role of the participating organization (Independence) in the relationship 
fhir:text [ fhir:v "Provider of rehabilitation services" ]
  ] ) ; # 
  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" ]     ] ) ; #  Provider specialty associated with this role, rehabilitation 
fhir:text [ fhir:v "Rehabilitation" ]
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/loc-ffmh" ] ; #  Rehab services are provided at Founding Fathers Memorial Hospital 
fhir:display [ fhir:v "Founding Fathers Memorial Hospital" ]
  ] ) ; # 
  fhir:healthcareService ( [
fhir:reference [ fhir:v "HealthcareService/independencerehab1" ] ; #  Reference to inpatient rehabilitation services provided by Independence 
fhir:display [ fhir:v "Inpatient rehabilitation services" ]
  ] [
fhir:reference [ fhir:v "HealthcareService/independencerehab2" ] ; #  Reference to outpatient rehabilitation services provided by Independence 
fhir:display [ fhir:v "Outpatient rehabilitation services" ]
  ] ) ; # 
  fhir:telecom ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime"^^xsd:anyURI ] ;
      ( fhir:extension [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "mon" ]       ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "tue" ]       ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "wed" ]       ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "thu" ]       ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fri" ]       ] [
fhir:url [ fhir:v "availableStartTime"^^xsd:anyURI ] ;
fhir:value [ fhir:v "08:00:00"^^xsd:time ]       ] [
fhir:url [ fhir:v "availableEndTime"^^xsd:anyURI ] ;
fhir:value [ fhir:v "18:00:00"^^xsd:time ]       ] )     ] ) ;
fhir:system [ fhir:v "phone" ] ; #  Call 202-109-8765 for more information, Mon-Fri 8:00am - 6:00pm 
fhir:value [ fhir:v "202-109-8765" ] ;
fhir:use [ fhir:v "work" ]
  ] ) . #