GAO Ballot Package

This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Condition-example-f202-malignancy.xml

Raw XML (canonical form)

Real-word condition example (malignancy) (id = "f202")

<Condition xmlns="http://hl7.org/fhir">
  <id value="f202"/>
   <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>patient</b>: <a>Roel</a></p><p><b>dateRecorded</b>: 01/12/2012</p><p><b>code</b>: Malignant neoplastic disease <span>(Details : {SNOMED CT code '363346000' = '363346000', given as 'Malignant neoplastic disease'})</span></p><p><b>category</b>: Diagnosis <span>(Details : {http://hl7.org/fhir/condition-category code 'diagnosis' = 'Diagnosis)</span></p><p><b>clinicalStatus</b>: active</p><p><b>verificationStatus</b>: confirmed</p><p><b>severity</b>: Severe <span>(Details : {SNOMED CT code '24484000' = '24484000', given as 'Severe'})</span></p><p><b>onset</b>: 52 years<span> (Details: SNOMED CT code 258707000 = '258707000')</span></p><h3>Evidences</h3><table><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a>Erasmus' diagnostic report of Roel's tumor</a></td></tr></table><p><b>bodySite</b>: Entire head and neck <span>(Details : {SNOMED CT code '361355005' = '361355005', given as 'Entire head and neck'})</span></p></div></text><patient>
      <!--   It entails Roel's problem   -->
      <reference value="Patient/f201"/>
      <display value="Roel"/>
   </patient>
   <!--   It was not established during an encounter, but through a diagnostic report of december
   2012   -->
   <dateRecorded value="2012-12-01"/>
   <!--   The problem was asserted at December first   -->
   <code>
      <!--   The problem is a malignant tumor   -->
      <coding>
         <system value="http://snomed.info/sct"/>
         <code value="363346000"/>
         <display value="Malignant neoplastic disease"/>
      </coding>
   </code>
   <category>
      <coding>
         <system value="http://hl7.org/fhir/condition-category"/>
         <code value="diagnosis"/>
      </coding>
   </category>
   <clinicalStatus value="active"/>
   <verificationStatus value="confirmed"/>
   <severity>
      <coding>
         <system value="http://snomed.info/sct"/>
         <code value="24484000"/>
         <display value="Severe"/>
      </coding>
   </severity>
   <onsetQuantity>
      <value value="52"/>
      <unit value="years"/>
      <system value="http://snomed.info/sct"/>
      <code value="258707000"/>
   </onsetQuantity>
   <!--   No remission means no <rebatement>   -->
   <evidence>
      <!--   Problem is confirmed in diagnostic report   -->
      <detail>
         <reference value="DiagnosticReport/f201"/>
         <display value="Erasmus' diagnostic report of Roel's tumor"/>
      </detail>
   </evidence>
   <bodySite>
      <!--   Head and neck malignancy   -->
         <coding>
            <system value="http://snomed.info/sct"/>
            <code value="361355005"/>
            <display value="Entire head and neck"/>
         </coding>  
   </bodySite>
</Condition>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.