Validated Healthcare Directory, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions
@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:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-organizationaffiliation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-organizationaffiliation> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OrganizationAffiliation orgrole1</b></p><a name=\"orgrole1\"> </a><a name=\"hcorgrole1\"> </a><a name=\"orgrole1-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/www.foundingfathersmemorial.com</code>/service002 (use: secondary, )</p><p><b>active</b>: true</p><p><b>period</b>: 2018-02-09 --> 2022-02-01</p><p><b>organization</b>: <a href=\"Organization-foundingfathers.html\">Founding Fathers Memorial Hospital</a></p><p><b>participatingOrganization</b>: <a href=\"Organization-independencerehab.html\">Independence Rehabilitation Services, Inc.</a></p><p><b>network</b>: <a href=\"Organization-patriotppo.html\">Patriot Preferred Provider Network</a></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/organization-role provider}\">Provider of rehabilitation services</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394602003}\">Rehabilitation</span></p><p><b>location</b>: <a href=\"Location-loc-ffmh.html\">Founding Fathers Memorial Hospital</a></p><p><b>healthcareService</b>: </p><ul><li><a href=\"HealthcareService-independencerehab1.html\">Inpatient rehabilitation services</a></li><li><a href=\"HealthcareService-independencerehab2.html\">Outpatient rehabilitation services</a></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" ]
] ) . #
IG © 2022+ HL7 International / Patient Administration. Package hl7.fhir.uv.vhdir#1.0.0 based on FHIR 4.0.1. Generated 2024-08-26
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change