CMS ACCESS Model API
0.9.8 - draft US

This page is part of the ACCESS Model IG v0.9.8 DRAFT (v0.9.8: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Organization Example

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="OrganizationExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">Example Healthcare Organization, ACCESS Participant ID: ACCES12345</div>
  </text>
  <identifier>
    <system
            value="https://dsacms.github.io/cmmi-access-model/participant-id"/>
    <value value="ACCES12345"/>
  </identifier>
  <active value="true"/>
  <name value="Example Healthcare Organization"/>
</Organization>