HL7 PT FHIR Implementation Guide: Noticia de Nascimento
0.0.1 - STU1
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
<Patient xmlns="http://hl7.org/fhir">
<id value="mother"/>
<meta>
<profile
value="https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Mother"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient mother</b></p><a name="mother"> </a><a name="hcmother"> </a><a name="mother-pt-PT"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">NOME DE TESTE (no stated gender), DoB: 1989-07-30 ( http://example#1234567)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">MORADA DE TESTE </td></tr><tr><td style="background-color: #f3f5da" title="The nationality of the patient.">Patient Nationality:</td><td colspan="3"><ul><li>code: <span title="Codes:">Portugal</span></li></ul></td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/patient-nationality">
<extension url="code">
<valueCodeableConcept>
<text value="Portugal"/>
</valueCodeableConcept>
</extension>
</extension>
<identifier>
<system value="http://example"/>
<value value="1234567"/>
</identifier>
<name>
<text value="NOME DE TESTE"/>
</name>
<birthDate value="1989-07-30"/>
<address>
<line value="MORADA DE TESTE"/>
</address>
</Patient>