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
<Encounter xmlns="http://hl7.org/fhir">
<id value="EncounterDeliveryExample"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter EncounterDeliveryExample</b></p><a name="EncounterDeliveryExample"> </a><a name="hcEncounterDeliveryExample"> </a><a name="EncounterDeliveryExample-en-US"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU7/StructureDefinition-us-core-encounter.html">US Core Encounter Profile</a></p></div><p><b>identifier</b>: <code>http://xyzhospital.smarthealthit.org</code>/9937012</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-IMP">ActCode IMP</a>: inpatient encounter</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 177184002}">Normal delivery procedure (procedure)</span></p><p><b>subject</b>: <a href="Patient-MotherPatientExample.html">Mother patient</a></p><p><b>period</b>: 2019-02-12 13:00:00-0700 --> 2019-02-15 10:00:00-0700</p><h3>Hospitalizations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>AdmitSource</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes status_admit_any}">Any Admission</span></td></tr></table><p><b>serviceProvider</b>: <a href="Organization-HospitalSubmitterExample.html">Location - hospital submitter</a></p></div>
</text>
<identifier>
<system value="http://xyzhospital.smarthealthit.org"/>
<value value="9937012"/>
</identifier>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="IMP"/>
<display value="inpatient encounter"/>
</class>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="177184002"/>
</coding>
<text value="Normal delivery procedure (procedure)"/>
</type>
<subject>🔗
<reference value="Patient/MotherPatientExample"/>
<display value="Mother patient"/>
</subject>
<period>
<start value="2019-02-12T13:00:00-07:00"/>
<end value="2019-02-15T10:00:00-07:00"/>
</period>
<hospitalization>
<admitSource>
<coding>
<system
value="http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes"/>
<code value="status_admit_any"/>
<display value="Any Admission"/>
</coding>
</admitSource>
</hospitalization>
<serviceProvider>🔗
<reference value="Organization/HospitalSubmitterExample"/>
<display value="Location - hospital submitter"/>
</serviceProvider>
</Encounter>