FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example OrganizationAffiliation/orgrole1 (XML)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

Provider of rehabilitation services (id = "orgrole1")

<?xml version="1.0" encoding="UTF-8"?>

<OrganizationAffiliation xmlns="http://hl7.org/fhir">     <!--    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    -->

  <id value="orgrole1"/> 

    <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative: OrganizationAffiliation</b> <a name="orgrole1"> </a> <a name="hcorgrole1"> </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> : <code> http://example.org/www.foundingfathersmemorial.com</code> /service002 (use: 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> : <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 &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)</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 style="display: none">-</td> <td> <b> Telecom</b> </td> </tr> <tr> <td style="display: none">*</td> <td> ph: 202-109-8765(WORK)</td> </tr> </table> </div> </text> <identifier>      <!--    Internal business ID for the relationship created by Founding Fathers Memorial
     Hospital    -->
        <use value="secondary"/> 
        <system value="http://example.org/www.foundingfathersmemorial.com"/> 
        <value value="service002"/> 
        <assigner> 
                <!--    <reference value="http://hl7.org/fhir/ig/vhdir/Organization/foundingfathers"/>
          -->
            <display value="Founding Fathers Memorial Hospital"/> 
        </assigner> 
    </identifier> 

    <active value="true"/>      <!--    This record is active    -->

    <period>      <!--    The relationship between the organizations began on February 9, 2018, ends on
     February 01, 2022    -->
        <start value="2018-02-09"/> 
        <end value="2022-02-01"/> 
    </period> 

    <organization>      <!--    The organization receiving services, Founding Fathers Memorial Hospital    -->
            <!--    <reference value="http://hl7.org/fhir/ig/vhdir/Organization/foundingfathers"/>
        -->
        <display value="Founding Fathers Memorial Hospital"/> 
    </organization> 

    <participatingOrganization>      <!--    The organization providing services, Independence Rehabilitation Services, Inc.
        -->
            <!--    <reference value="http://hl7.org/fhir/ig/vhdir/Organization/independencerehab"/>
        -->
        <display value="Independence Rehabilitation Services, Inc."/> 
    </participatingOrganization> 

    <network>      <!--    Independence and Founding Father providers participate in the Patriot Preferred
     Provider Network    -->
            <!--    <reference value="http://hl7.org/fhir/ig/vhdir/Network/patriotppo"/>    -->
        <display value="Patriot Preferred Provider Network"/> 
    </network> 

    <code>      <!--    Indicates the role of the participating organization (Independence) in the relationship
        -->
        <coding> 
            <system value="http://hl7.org/fhir/organization-role"/> 
            <code value="provider"/> 
            <display value="Provider"/> 
            <userSelected value="true"/> 
        </coding> 
        <text value="Provider of rehabilitation services"/> 
    </code> 

    <specialty>      <!--    Provider specialty associated with this role, rehabilitation    -->
        <coding> 
            <system value="http://snomed.info/sct"/> 
            <code value="394602003"/> 
            <display value="Rehabilitation"/> 
        </coding> 
        <text value="Rehabilitation"/> 
    </specialty> 

    <location>      <!--    Rehab services are provided at Founding Fathers Memorial Hospital    -->
            <!--    <reference value="http://hl7.org/fhir/ig/vhdir/Location/foundingfathers1"/>
        -->
        <display value="Founding Fathers Memorial Hospital"/> 
    </location> 

    <healthcareService>      <!--    Reference to inpatient rehabilitation services provided by Independence    -->
            <!--    <reference value="http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab1"/>
        -->
        <display value="Inpatient rehabilitation services"/> 
    </healthcareService> 

    <healthcareService>      <!--    Reference to outpatient rehabilitation services provided by Independence    -->
            <!--    <reference value="http://hl7.org/fhir/ig/vhdir/HealthcareService/independencerehab2"/>
        -->
        <display value="Outpatient rehabilitation services"/> 
    </healthcareService> 
    <contact> 
        <telecom>      <!--    Call 202-109-8765 for more information, Mon-Fri 8:00am - 6:00pm    -->
            <system value="phone"/> 
            <value value="202-109-8765"/> 
            <use value="work"/> 
        </telecom> 
    </contact> 
</OrganizationAffiliation> 

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.