HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1
HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions
<ClinicalImpression xmlns="http://hl7.org/fhir">
<id value="ClinicalImpression"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ClinicalImpression ClinicalImpression</b></p><a name="ClinicalImpression"> </a><a name="hcClinicalImpression"> </a><a name="ClinicalImpression-en-US"> </a><p><b>status</b>: Completed</p><p><b>subject</b>: <a href="Patient-PatientTCCS.html">John Doe Male, DoB: 2009-02-09 ( https://ehr.testing.p5.pt/api/fhir#12345678)</a></p><p><b>encounter</b>: <a href="Encounter-HumanEncounter.html">Encounter: status = finished; class = Emergency (ActCode#EMER)</a></p><h3>Findings</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ItemCodeableConcept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://loinc.org 12345-6}">Symptoms</span></td></tr></table></div>
</text>
<status value="completed"/>
<subject>🔗
<reference value="Patient/PatientTCCS"/>
</subject>
<encounter>🔗
<reference value="Encounter/HumanEncounter"/>
</encounter>
<finding>
<itemCodeableConcept>
<coding>
<system value="http://loinc.org"/>
<code value="12345-6"/>
<display value="Symptoms"/>
</coding>
</itemCodeableConcept>
</finding>
</ClinicalImpression>