DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Familymemberhistory-qicore-example.xml

Raw XML (canonical form)

Example of QICore FamilyMemberHistory with condition did-not-have (id = "qicore")

Raw XML

<FamilyMemberHistory xmlns="http://hl7.org/fhir">
  <id value="qicore"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <patient>
    <reference value="Patient/example"/>
    <display value="Peter Patient"/>
  </patient>
  <date value="2011-03-18"/>
  <relationship>
    <coding>
      <system value="http://hl7.org/fhir/v3/vs/FamilyMember"/>
      <code value="FTH"/>
      <display value="FATHER"/>
    </coding>
  </relationship>
  <condition>
    <extension url="http://hl7.org/fhir/StructureDefinition/familymemberhistory-severity">
      <valueCodeableConcept>
        <coding>
          <system value="http://hl7.org/fhir/vs/condition-severity"/>
          <code value="399166001"/>
          <display value="Fatal"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <type>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="315619001"/>
        <display value="Myocardial Infarction"/>
      </coding>
      <text value="Heart Attack"/>
    </type>
    <onsetAge>
      <value value="74"/>
      <units value="a"/>
      <system value="http://unitsofmeasure.org"/>
    </onsetAge>
    <note value="Was fishing at the time. At least he went doing someting he loved."/>
  </condition>
</FamilyMemberHistory>

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.