CodeX Radiation Therapy
2.0.0-ballot - Ballot United States of America flag

CodeX Radiation Therapy, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/codex-radiation-therapy/ and changes regularly. See the Directory of published versions

: Example XRTS Patient 5 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="Patient-XRTS-05-22B"/>
  <meta>
    <versionId value="123"/>
    <lastUpdated value="2021-10-16T10:07:41.050+02:00"/>
    <profile
             value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-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>Joan Daughter-22B </b> female, DoB: 1960-02-05 ( Medical Record Number/XRTS-05_22B (use: usual))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 555-555-5555(HOME)</li><li>49 Meadow St Mounds OK 74047 US </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="A code classifying the person's sex assigned at birth  as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). This extension aligns with the C-CDA Birth Sex Observation (LOINC 76689-9)."><a href="http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-birthsex.html">US Core Birth Sex Extension:</a></td><td colspan="3"><ul><li>F</li></ul></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
    <valueCode value="F"/>
  </extension>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
    </type>
    <system value="http://hospital.smarthealthit.org"/>
    <value value="XRTS-05_22B"/>
  </identifier>
  <name>
    <use value="usual"/>
    <family value="Daughter-22B"/>
    <given value="Joan"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5555"/>
    <use value="home"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1960-02-05"/>
  <address>
    <line value="49 Meadow St"/>
    <city value="Mounds"/>
    <state value="OK"/>
    <postalCode value="74047"/>
    <country value="US"/>
  </address>
</Patient>