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 (JSON)

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

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

Provider of rehabilitation services

{
  "resourceType" : "OrganizationAffiliation",
  "id" : "orgrole1",
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0SECONDARY)</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>"
  },
  "identifier" : [{
    "use" : "secondary",
    "system" : "http://example.org/www.foundingfathersmemorial.com",
    "value" : "service002",
    "assigner" : {
      "display" : "Founding Fathers Memorial Hospital"
    }
  }],
  "active" : true,
  "period" : {
    "start" : "2018-02-09",
    "end" : "2022-02-01"
  },
  "organization" : {
    "display" : "Founding Fathers Memorial Hospital"
  },
  "participatingOrganization" : {
    "display" : "Independence Rehabilitation Services, Inc."
  },
  "network" : [{
    "display" : "Patriot Preferred Provider Network"
  }],
  "code" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/organization-role",
      "code" : "provider",
      "display" : "Provider",
      "userSelected" : true
    }],
    "text" : "Provider of rehabilitation services"
  }],
  "specialty" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "394602003",
      "display" : "Rehabilitation"
    }],
    "text" : "Rehabilitation"
  }],
  "location" : [{
    "display" : "Founding Fathers Memorial Hospital"
  }],
  "healthcareService" : [{
    "display" : "Inpatient rehabilitation services"
  },
  {
    "display" : "Outpatient rehabilitation services"
  }],
  "contact" : [{
    "telecom" : [{
      "system" : "phone",
      "value" : "202-109-8765",
      "use" : "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.