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/hl7-pt/community-health-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ClinicalImpression",
"id" : "ClinicalImpression",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"status" : "completed",
"subject" : {
🔗 "reference" : "Patient/PatientTCCS"
},
"encounter" : {
🔗 "reference" : "Encounter/HumanEncounter"
},
"finding" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "12345-6",
"display" : "Symptoms"
}
]
}
}
]
}