Sha256: 81dae03590db54574ca71745a063747c209a3fa99ad5ec6cd46015e2318a2f39

Contents?: true

Size: 940 Bytes

Versions: 11

Compression:

Stored size: 940 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?><FamilyMemberHistory xmlns="http://hl7.org/fhir">
  <id value="mother"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Mother died of a stroke aged 56</div>
  </text>
  
  <patient>
    <reference value="Patient/100"/>
    <display value="Peter Patient"/>
  </patient>
  <status value="completed"/>
  <relationship>
    <coding>
      <system value="http://hl7.org/fhir/familial-relationship"/>
      <code value="mother"/>
    </coding>
  </relationship>
  <condition>
    <code>
     <coding>
       <system value="http://snomed.info/sct"/>
       <code value="371041009"/>
       <display value="Embolic Stroke"/>
     </coding>
     <text value="Stroke"/>
    </code>

   <onsetAge>
     <value value="56"/>
     <unit value="yr"/>
     <system value="http://unitsofmeasure.org"/>
     <code value="a"/>
   </onsetAge>

  </condition>
</FamilyMemberHistory>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fhir_models-1.8.3 lib/fhir_models/examples/xml/familymemberhistory-example-mother.xml
fhir_models-1.8.2 lib/fhir_models/examples/xml/familymemberhistory-example-mother.xml
fhir_models-1.8.1 lib/fhir_models/examples/xml/familymemberhistory-example-mother.xml
fhir_models-1.8.0 lib/fhir_models/examples/xml/familymemberhistory-example-mother.xml
fhir_models-1.6.8 lib/fhir_models/examples/xml/familymemberhistory-example-mother.xml
fhir_models-1.6.7 lib/fhir_models/examples/xml/familymemberhistory-example-mother.xml
fhir_models-1.6.6 lib/fhir_models/examples/xml/familymemberhistory-example-mother.xml
fhir_models-1.6.4 lib/fhir_models/examples/xml/familymemberhistory-example-mother.xml
fhir_models-1.6.3 examples/xml/familymemberhistory-example-mother.xml
fhir_models-1.6.2 examples/xml/familymemberhistory-example-mother.xml
fhir_models-1.6.1 examples/xml/familymemberhistory-example-mother.xml