Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - 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

Example OrganizationAffiliation/orgrole1 (Turtle)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: 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"];
  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 &quot;orgrole1&quot; </p></div><p><b>identifier</b>: id: service002 (SECONDARY)</p><p><b>active</b>: true</p><p><b>period</b>: <span title=\"  This record is active  \">2018-02-09 --&gt; 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 &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=\"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" ];
     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 ];
     fhir:Period.end [ fhir:value "2022-02-01"^^xsd:date ]
  ];
  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" ];
     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" ];
     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" ];
     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 ]
     ];
     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" ]
     ];
     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" ];
     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" ];
     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" ];
     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" ];
       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.