This page is part of the Bidirectional Services eReferrals (BSeR) (v2.0.0-ballot: STU 2) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: RelatedPerson - Gestational Mother - Mom Everymom - XML Representation
Raw xml | Download
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="relatedperson-us-core-relatedperson-mom-everymom"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: RelatedPerson</b><a name="relatedperson-us-core-relatedperson-mom-everymom"> </a></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 RelatedPerson "relatedperson-us-core-relatedperson-mom-everymom" </p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-relatedperson.html">US Core RelatedPerson Profile</a></p></div><p><b>identifier</b>: Social Security number: 444222222</p><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-patient-us-core-patient-baby-everybaby.html">Patient/patient-us-core-patient-baby-everybaby</a> " EVERYBABY"</p><p><b>relationship</b>: Gestational Mother <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html">RoleCode</a>#GESTM "gestational mother")</span></p><p><b>name</b>: Mom L Everymom </p><p><b>telecom</b>: ph: 1-(404)555-1313(HOME), <a href="mailto:mom.everymom@example.com">mom.everymom@example.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1982-11-24</p><p><b>address</b>: 5101 Peachtree St NE Atlanta GA 30302 US </p></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="SS"/>
</coding>
</type>
<system value="http://hl7.org/fhir/sid/us-ssn"/>
<value value="444222222"/>
</identifier>
<active value="true"/>
<patient>
<reference value="Patient/patient-us-core-patient-baby-everybaby"/>
</patient>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="GESTM"/>
<display value="gestational mother"/>
</coding>
<text value="Gestational Mother"/>
</relationship>
<name>
<family value="Everymom"/>
<given value="Mom"/>
<given value="L"/>
</name>
<telecom>
<system value="phone"/>
<value value="1-(404)555-1313"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="mom.everymom@example.com"/>
</telecom>
<gender value="female"/>
<birthDate value="1982-11-24"/>
<address>
<line value="5101 Peachtree St NE"/>
<city value="Atlanta"/>
<state value="GA"/>
<postalCode value="30302"/>
<country value="US"/>
</address>
</RelatedPerson>