CodeX™ Radiation Therapy
1.0.0-ballot - ci-build

This page is part of the CodeX™ Radiation Therapy (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Example XRTS Patient 4 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="Patient-XRTS-04-22A"/>
  <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><b>Jane Sister-22A </b> female, DoB: 1980-03-04 ( Medical Record Number: XRTS-04_22A (USUAL))</p></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-04_22A"/>
  </identifier>
  <name>
    <use value="usual"/>
    <family value="Sister-22A"/>
    <given value="Jane"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5555"/>
    <use value="home"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1980-03-04"/>
  <address>
    <line value="49 Meadow St"/>
    <city value="Mounds"/>
    <state value="OK"/>
    <postalCode value="74047"/>
    <country value="US"/>
  </address>
</Patient>