AdministrationThis is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.
| 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:Resource.id [ fhir:value "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:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.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\">OrganizationAffiliationRole</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:OrganizationAffiliation.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "secondary" ]; # Internal business ID for the relationship created by Founding Fathers Memorial Hospital
fhir:Identifier.system [ fhir:value "http://example.org/www.foundingfathersmemorial.com" ];
fhir:Identifier.value [ fhir:value "service002" ];
fhir:Identifier.assigner [
fhir:link <http://hl7.org/fhir/ig/vhdir/Organization/foundingfathers>;
fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ig/vhdir/Organization/foundingfathers" ];
fhir:Reference.display [ fhir:value "Founding Fathers Memorial Hospital" ]
]
]; #
fhir:OrganizationAffiliation.active [ fhir:value "true"^^xsd:boolean]; #
fhir:OrganizationAffiliation.period [
fhir:Period.start [ fhir:value "2018-02-09"^^xsd:date ]; # The relationship between the organizations began on February 9, 2018, ends on February 01, 2022
fhir:Period.end [ fhir:value "2022-02-01"^^xsd:date ]
]; # This record is active
fhir:OrganizationAffiliation.organization [
fhir:link <http://hl7.org/fhir/ig/vhdir/Organization/foundingfathers>;
fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ig/vhdir/Organization/foundingfathers" ]; # The organization receiving services, Founding Fathers Memorial Hospital
fhir:Reference.display [ fhir:value "Founding Fathers Memorial Hospital" ]
]; #
fhir:OrganizationAffiliation.participatingOrganization [
fhir:link <http://hl7.org/fhir/ig/vhdir/Organization/independencerehab>;
fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ig/vhdir/Organization/independencerehab" ]; # The organization providing services, Independence Rehabilitation Services, Inc.
fhir:Reference.display [ fhir:value "Independence Rehabilitation Services, Inc." ]
]; #
fhir:OrganizationAffiliation.network [
fhir:index 0;
fhir:link <http://hl7.org/fhir/ig/vhdir/Network/patriotppo>;
fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ig/vhdir/Network/patriotppo" ]; # Independence and Founding Father providers participate in the Patriot Preferred Provider Network
fhir:Reference.display [ fhir:value "Patriot Preferred Provider Network" ]
]; #
fhir:OrganizationAffiliation.code [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/organization-role" ];
fhir:Coding.code [ fhir:value "provider" ];
fhir:Coding.display [ fhir:value "Provider" ];
fhir:Coding.userSelected [ fhir:value "true"^^xsd:boolean ]
]; # Indicates the role of the participating organization (Independence) in the relationship
fhir:CodeableConcept.text [ fhir:value "Provider of rehabilitation services" ]
]; #
fhir:OrganizationAffiliation.specialty [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:394602003;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "394602003" ];
fhir:Coding.display [ fhir:value "Rehabilitation - specialty" ]
]; # Provider specialty associated with this role, rehabilitation
fhir:CodeableConcept.text [ fhir:value "Rehabilitation" ]
]; #
fhir:OrganizationAffiliation.location [
fhir:index 0;
fhir:link <http://hl7.org/fhir/ig/vhdir/Location/foundingfathers1>;
fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ig/vhdir/Location/foundingfathers1" ]; # Rehab services are provided at Founding Fathers Memorial Hospital
fhir:Reference.display [ fhir:value "Founding Fathers Memorial Hospital" ]
]; #
fhir:OrganizationAffiliation.healthcareService [
fhir:index 0;
fhir:link <http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab1>;
fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab1" ]; # Reference to inpatient rehabilitation services provided by Independence
fhir:Reference.display [ fhir:value "Inpatient rehabilitation services" ]
], [
fhir:index 1;
fhir:link <http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab2>;
fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab2" ]; # Reference to outpatient rehabilitation services provided by Independence
fhir:Reference.display [ fhir:value "Outpatient rehabilitation services" ]
]; #
fhir:OrganizationAffiliation.contact [
fhir:index 0;
fhir:ExtendedContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ]; # Call 202-109-8765 for more information, Mon-Fri 8:00am - 6:00pm
fhir:ContactPoint.value [ fhir:value "202-109-8765" ];
fhir:ContactPoint.use [ fhir:value "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 .
# - ontology header ------------------------------------------------------------
[a owl:Ontology;
owl:imports fhir:fhir.ttl] .
# -------------------------------------------------------------------------------------
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 Ballot hl7.fhir.core#5.0.0-snapshot3 generated on Wed, Dec 14, 2022 07:17+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change