HL7 PT FHIR Implementation Guide: Noticia de Nascimento
0.0.1 - STU1 Portugal flag

HL7 PT FHIR Implementation Guide: Noticia de Nascimento, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/obs-neonat-ig/ and changes regularly. See the Directory of published versions

: BirthNN - XML Representation

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="BirthNN"/>
  <meta>
    <profile
             value="https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Birth"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Procedure BirthNN</b></p><a name="BirthNN"> </a><a name="hcBirthNN"> </a><a name="BirthNN-pt-PT"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 384729004}">Delivery of vertex presentation (procedure)</span></p><p><b>subject</b>: <a href="Patient-mother.html">NOME DE TESTE (no stated gender), DoB: 1989-07-30 ( http://example#1234567)</a></p><p><b>encounter</b>: <a href="Encounter-episodioInt.html">Encounter: status = finished; class = Internamento (Tipos de episódio CodeSystem#INT)</a></p><p><b>performed</b>: 2024-08-01 10:00:00+0000</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="PractitionerRole-ObsRole.html">PractitionerRole Obstetrician</a></td></tr></table></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="384729004"/>
      <display value="Delivery of vertex presentation (procedure)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/mother"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/episodioInt"/>
  </encounter>
  <performedDateTime value="2024-08-01T10:00:00.000Z"/>
  <performer>
    <actor>🔗 
      <reference value="PractitionerRole/ObsRole"/>
    </actor>
  </performer>
</Procedure>