AdministrationThis page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. 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: No 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>: <span>: Founding Fathers Memorial Hospital</span></p><p><b>participatingOrganization</b>: <span>: Independence Rehabilitation Services, Inc.</span></p><p><b>network</b>: <span>: Patriot Preferred Provider Network</span></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>: <span>: Founding Fathers Memorial Hospital</span></p><p><b>healthcareService</b>: </p><ul><li><span>: Inpatient rehabilitation services</span></li><li><span>: Outpatient rehabilitation services</span></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:display [ fhir:v "Founding Fathers Memorial Hospital" ] # <reference value=\"http:\/\/hl7.org\/fhir\/ig\/vhdir\/Organization\/foundingfathers\"\/>
]
] ) ; #
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:display [ fhir:v "Founding Fathers Memorial Hospital" ] # The organization receiving services, Founding Fathers Memorial Hospital , <reference value=\"http:\/\/hl7.org\/fhir\/ig\/vhdir\/Organization\/foundingfathers\"\/>
] ; #
fhir:participatingOrganization [
fhir:display [ fhir:v "Independence Rehabilitation Services, Inc." ] # The organization providing services, Independence Rehabilitation Services, Inc. , <reference value=\"http:\/\/hl7.org\/fhir\/ig\/vhdir\/Organization\/independencerehab\"\/>
] ; #
fhir:network ( [
fhir:display [ fhir:v "Patriot Preferred Provider Network" ] # Independence and Founding Father providers participate in the Patriot Preferred Provider Network , <reference value=\"http:\/\/hl7.org\/fhir\/ig\/vhdir\/Network\/patriotppo\"\/>
] ) ; #
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:display [ fhir:v "Founding Fathers Memorial Hospital" ] # Rehab services are provided at Founding Fathers Memorial Hospital , <reference value=\"http:\/\/hl7.org\/fhir\/ig\/vhdir\/Location\/foundingfathers1\"\/>
] ) ; #
fhir:healthcareService ( [
fhir:display [ fhir:v "Inpatient rehabilitation services" ] # Reference to inpatient rehabilitation services provided by Independence , <reference value=\"http:\/\/hl7.org\/fhir\/ig\/vhdir\/HealthcareService\/independencerehab1\"\/>
] [
fhir:display [ fhir:v "Outpatient rehabilitation services" ] # Reference to outpatient rehabilitation services provided by Independence , <reference value=\"http:\/\/hl7.org\/fhir\/ig\/vhdir\/HealthcareService\/independencerehab2\"\/>
] ) ; #
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" ]
] )
] )] . #
# -------------------------------------------------------------------------------------
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 generated on Sun, Mar 26, 2023 15:25+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R4B |
|
Propose a change