HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1
1.0.0 - STU1

This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

mCODEPatientExample01 - XML Representation

(back to description)

Raw xml

Source view


<Patient xmlns="http://hl7.org/fhir">
  <id value="mCODEPatientExample01"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: mCODEPatientExample01</p><p><b>meta</b>: </p><p><b>identifier</b>: Medical record number = m123 (USUAL)</p><p><b>name</b>: John B. Anyperson </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1951-01-20</p><p><b>address</b>: 123 Main St Anytown 12345 US </p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Telecom</b></td></tr><tr><td>*</td><td>ph: 555-555-5555(HOME)</td></tr></table><h3>Communications</h3><table class="grid"><tr><td>-</td><td><b>Language</b></td></tr><tr><td>*</td><td>English <span style="background: LightGoldenRodYellow">(Details : {urn:ietf:bcp:47 code 'en-US' = 'English (Region=United States))</span></td></tr></table></div>
  </text>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="http://hospital.example.org"/>
    <value value="m123"/>
  </identifier>
  <name>
    <family value="Anyperson"/>
    <given value="John"/>
    <given value="B."/>
  </name>
  <gender value="male"/>
  <birthDate value="1951-01-20"/>
  <address>
    <line value="123 Main St"/>
    <city value="Anytown"/>
    <postalCode value="12345"/>
    <country value="US"/>
  </address>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="555-555-5555"/>
      <use value="home"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="john.anyperson@example.com"/>
    </telecom>
  </contact>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="en-US"/>
      </coding>
      <text value="English"/>
    </language>
  </communication>
</Patient>