GA4GH Pedigree FHIR Implementation Guide
0.1.0 - ci-build

GA4GH Pedigree FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Pedigree 1 Condition Example 1 - XML Representation

Raw xml | Download



<Condition xmlns="http://hl7.org/fhir">
  <id value="pedigree-1-condition-example-1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "pedigree-1-condition-example-1" </p></div><p><b>identifier</b>: id: pedigree-1-1</p><p><b>clinicalStatus</b>: Recurrence <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#recurrence)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>code</b>: Recurrent breast cancer <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (hp.fhir#HP:0003002 "Breast carcinoma")</span></p><p><b>bodySite</b>: Breast <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (uberon.owl#UBERON:0000310 "breast")</span></p><p><b>subject</b>: <a href="Patient-pedigree-1-individual-example-1.html">Patient/pedigree-1-individual-example-1</a></p></div>
  </text>
  <identifier>
    <system value="urn:pedigree-fhir-ig:unique-string/condition"/>
    <value value="pedigree-1-1"/>
  </identifier>
  <clinicalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="recurrence"/>
      <display value="Recurrence"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
      <display value="Confirmed"/>
    </coding>
  </verificationStatus>
  <code>
    <coding>
      <system value="http://purl.obolibrary.org/obo/hp.fhir"/>
      <code value="HP:0003002"/>
      <display value="Breast carcinoma"/>
    </coding>
    <text value="Recurrent breast cancer"/>
  </code>
  <bodySite>
    <coding>
      <system value="http://purl.obolibrary.org/obo/uberon.owl"/>
      <code value="UBERON:0000310"/>
      <display value="breast"/>
    </coding>
    <text value="Breast"/>
  </bodySite>
  <subject>
    <reference value="Patient/pedigree-1-individual-example-1"/>
  </subject>
</Condition>