AdministrationThis page is part of the FHIR Specification (v5.0.0-draft-final: Final QA Preview for R5 - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4
| Patient Administration Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Provider of rehabilitation services
@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 "orgrole1" </p></div><p><b>identifier</b>: id: service002 (use: SECONDARY)</p><p><b>active</b>: true</p><p><b>period</b>: <span title=\" This record is active \">2018-02-09 --> 2022-02-01</span></p><p><b>organization</b>: <a href=\"broken-link.html\">http://hl7.org/fhir/ig/vhdir/Organization/foundingfathers: Founding Fathers Memorial Hospital</a></p><p><b>participatingOrganization</b>: <a href=\"broken-link.html\">http://hl7.org/fhir/ig/vhdir/Organization/independencerehab: Independence Rehabilitation Services, Inc.</a></p><p><b>network</b>: <a href=\"broken-link.html\">http://hl7.org/fhir/ig/vhdir/Network/patriotppo: Patriot Preferred Provider Network</a></p><p><b>code</b>: Provider of rehabilitation services <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"codesystem-organization-role.html\">Organization Affiliation Role</a>#provider "Provider")</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 "Rehabilitation - specialty")</span></p><p><b>location</b>: <a href=\"broken-link.html\">http://hl7.org/fhir/ig/vhdir/Location/foundingfathers1: Founding Fathers Memorial Hospital</a></p><p><b>healthcareService</b>: </p><ul><li><a href=\"broken-link.html\">http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab1: Inpatient rehabilitation services</a></li><li><a href=\"broken-link.html\">http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab2: Outpatient rehabilitation services</a></li></ul><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Telecom</b></td></tr><tr><td>*</td><td>ph: 202-109-8765(WORK)</td></tr></table></div>"
] ; #
fhir:identifier ( [
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:link <http://hl7.org/fhir/ig/vhdir/Organization/foundingfathers> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/ig/vhdir/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:link <http://hl7.org/fhir/ig/vhdir/Organization/foundingfathers> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/ig/vhdir/Organization/foundingfathers" ] ; # The organization receiving services, Founding Fathers Memorial Hospital
fhir:display [ fhir:v "Founding Fathers Memorial Hospital" ]
] ; #
fhir:participatingOrganization [
fhir:link <http://hl7.org/fhir/ig/vhdir/Organization/independencerehab> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/ig/vhdir/Organization/independencerehab" ] ; # The organization providing services, Independence Rehabilitation Services, Inc.
fhir:display [ fhir:v "Independence Rehabilitation Services, Inc." ]
] ; #
fhir:network ( [
fhir:link <http://hl7.org/fhir/ig/vhdir/Network/patriotppo> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/ig/vhdir/Network/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:link <http://hl7.org/fhir/ig/vhdir/Location/foundingfathers1> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/ig/vhdir/Location/foundingfathers1" ] ; # Rehab services are provided at Founding Fathers Memorial Hospital
fhir:display [ fhir:v "Founding Fathers Memorial Hospital" ]
] ) ; #
fhir:healthcareService ( [
fhir:link <http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab1> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab1" ] ; # Reference to inpatient rehabilitation services provided by Independence
fhir:display [ fhir:v "Inpatient rehabilitation services" ]
] [
fhir:link <http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab2> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab2" ] ; # Reference to outpatient rehabilitation services provided by Independence
fhir:display [ fhir:v "Outpatient rehabilitation services" ]
] ) ; #
fhir:contact ( [
fhir:telecom ( [
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" ]
] )
] )] . #
<http://hl7.org/fhir/ig/vhdir/Organization/foundingfathers> a fhir:ig .
<http://hl7.org/fhir/ig/vhdir/Organization/independencerehab> a fhir:ig .
<http://hl7.org/fhir/ig/vhdir/Network/patriotppo> a fhir:ig .
<http://hl7.org/fhir/ig/vhdir/Location/foundingfathers1> a fhir:ig .
<http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab1> a fhir:ig .
<http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab2> a fhir:ig .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R5 hl7.fhir.core#5.0.0-draft-final generated on Wed, Mar 1, 2023 23:07+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change