FHIR Osiris Implementation Guide
2.1.0 - ci-build

FHIR Osiris Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: fhir-osiris-example-patient - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="L304"/>
  <meta>
    <profile
             value="https://build.fhir.org/ig/arkhn/arkhn-ig-osiris/StructureDefinition/onco-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Anonymous Patient</b> male, DoB: 1967-11-08</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td colspan="3">2017-11-29</td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-fhir-osiris-provider-organization.html">Organization/fhir-osiris-provider-organization</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The origin center organization of an Oncology Patient."><a href="StructureDefinition-origin-center.html">Patient Origin Center:</a></td><td colspan="3"><ul><li><a href="Organization-fhir-osiris-origin-organization.html">Organization/fhir-osiris-origin-organization</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The patient ethnicity"><a href="StructureDefinition-ethnicity.html">Patient Ethnicity:</a></td><td colspan="3"><ul><li><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-Race 2043-8}">Okinawan</span></li></ul></td></tr></table></div>
  </text>
  <extension
             url="https://build.fhir.org/ig/arkhn/arkhn-ig-osiris/StructureDefinition/origin-center">
    <valueReference>🔗 
      <reference value="Organization/fhir-osiris-origin-organization"/>
    </valueReference>
  </extension>
  <extension
             url="https://build.fhir.org/ig/arkhn/arkhn-ig-osiris/StructureDefinition/ethnicity">
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-Race"/>
        <code value="2043-8"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <gender value="male"/>
  <birthDate value="1967-11-08"/>
  <deceasedDateTime value="2017-11-29"/>
  <managingOrganization>🔗 
    <reference value="Organization/fhir-osiris-provider-organization"/>
  </managingOrganization>
</Patient>