Birth Defects Reporting - STU1
0.1.2 - draft
Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="MotherRelatedPersonExample"/>
<meta>
<profile
value="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-vr"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson MotherRelatedPersonExample</b></p><a name="MotherRelatedPersonExample"> </a><a name="hcMotherRelatedPersonExample"> </a><a name="MotherRelatedPersonExample-en-US"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-PatientChildExample.html">Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number)</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}">Mother</span></p><p><b>name</b>: Sara Wellington </p><p><b>telecom</b>: ph: 734-555-6291(Mobile)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1991-10-19</p><p><b>address</b>: 425 East 66th St Ann Arbor MI 48105 </p><h3>Communications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Language</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{urn:ietf:bcp:47 en}">English</span></td></tr></table></div>
</text>
<active value="true"/>
<patient>🔗
<reference value="Patient/PatientChildExample"/>
</patient>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="MTH"/>
<display value="Mother"/>
</coding>
</relationship>
<name>
<family value="Wellington"/>
<given value="Sara"/>
</name>
<telecom>
<system value="phone"/>
<value value="734-555-6291"/>
<use value="mobile"/>
</telecom>
<gender value="female"/>
<birthDate value="1991-10-19"/>
<address>
<line value="425 East 66th St"/>
<city value="Ann Arbor"/>
<state value="MI"/>
<postalCode value="48105"/>
</address>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<code value="en"/>
<display value="English"/>
</coding>
</language>
</communication>
</RelatedPerson>