HL7 PT FHIR Implementation Guide: Community Health
1.0.1 - STU1
HL7 PT FHIR Implementation Guide: Community Health, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.1 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
{
"resourceType" : "AllergyIntolerance",
"id" : "example-allergyIntolerance",
"meta" : {
"profile" : [
🔗 "https://hl7.pt/fhir/community-health/StructureDefinition/allergy-intolerance-patient-allergy"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance example-allergyIntolerance</b></p><a name=\"example-allergyIntolerance\"> </a><a name=\"hcexample-allergyIntolerance\"> </a><a name=\"example-allergyIntolerance-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:\">unconfirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Food</p><p><b>criticality</b>: Low Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 235719002}\">foodIntolerance</span></p><p><b>patient</b>: <a href=\"Patient-exemplo-patient-1.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-exemplo-encounter-seguimento.html\">Encounter: status = finished; class = emergency (ActCode#EMER); type = Avaliador de Sintomas; serviceType = Seguimento de caso; period = 2024-10-10 14:00:06+0000 --> (ongoing)</a></p><p><b>onset</b>: 20 years</p><p><b>recordedDate</b>: 2024-02-09 18:17:42+0000</p><p><b>lastOccurrence</b>: 2024-02-07 18:17:42+0000</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Description</b></td><td><b>Onset</b></td><td><b>Severity</b></td><td><b>ExposureRoute</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 3718001}\">Cow's milk</span></td><td><span title=\"Codes:{http://snomed.info/sct 2919008}\">Nausea, vomiting and diarrhea</span></td><td>some text</td><td>2024-02-08 18:17:00+0000</td><td>Severe</td><td><span title=\"Codes:{http://snomed.info/sct 6064005}\">Topical route</span></td></tr></table></div>"
},
"clinicalStatus" : {
"coding" : [
{
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"code" : "unconfirmed"
}
]
},
"type" : "allergy",
"category" : [
"food"
],
"criticality" : "low",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "235719002",
"display" : "foodIntolerance"
}
]
},
"patient" : {
🔗 "reference" : "Patient/exemplo-patient-1"
},
"encounter" : {
🔗 "reference" : "Encounter/exemplo-encounter-seguimento"
},
"onsetAge" : {
"value" : 20,
"unit" : "years"
},
"recordedDate" : "2024-02-09T18:17:42.599Z",
"lastOccurrence" : "2024-02-07T18:17:42.599Z",
"reaction" : [
{
"substance" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "3718001",
"display" : "Cow's milk"
}
]
},
"manifestation" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "2919008",
"display" : "Nausea, vomiting and diarrhea"
}
]
}
],
"description" : "some text",
"onset" : "2024-02-08T18:17:00.000Z",
"severity" : "severe",
"exposureRoute" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "6064005",
"display" : "Topical route"
}
]
}
}
]
}