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

mCODEComorbidConditionExample01 - XML Representation

(back to description)

Raw xml

Source view


<Condition xmlns="http://hl7.org/fhir">
  <id value="mCODEComorbidConditionExample01"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition"/>
  </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>: mCODEComorbidConditionExample01</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/condition-clinical code 'active' = 'Active)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/condition-ver-status code 'confirmed' = 'Confirmed)</span></p><p><b>category</b>: Co-morbid conditions (finding) <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '398192003' = 'Co-morbid conditions (finding))</span></p><p><b>code</b>: Diabetes mellitus type II <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '44054006' = 'Diabetes mellitus type II)</span></p><p><b>subject</b>: <a href="Condition-mCODEComorbidConditionExample01.html">Generated Summary: id: mCODEPatientExample01; Medical record number = m123 (USUAL); John B. Anyperson ; gender: male; birthDate: 1951-01-20</a></p><p><b>onset</b>: Apr 1, 2018 12:00:00 AM</p><p><b>asserter</b>: <a href="Condition-mCODEComorbidConditionExample01.html">Generated Summary: id: mCODEPractitionerExample01; 9988776655; Kyle Anydoc ; gender: male</a></p></div>
  </text>
  <clinicalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
    </coding>
  </verificationStatus>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="398192003"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="44054006"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/mCODEPatientExample01"/>
  </subject>
  <onsetDateTime value="2018-04-01"/>
  <asserter>
    <reference value="Practitioner/mCODEPractitionerExample01"/>
  </asserter>
</Condition>