HL7 Portugal FHIR Implementation Guide para alergias e reacções adversas ao medicamento
1.0.0 - CI Build
HL7 Portugal FHIR Implementation Guide para alergias e reacções adversas ao medicamento, 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/adr-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "AdverseEvent",
"id" : "AdverseEvent-1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AdverseEvent AdverseEvent-1</b></p><a name=\"AdverseEvent-1\"> </a><a name=\"hcAdverseEvent-1\"> </a><a name=\"AdverseEvent-1-en-US\"> </a><p><b>identifier</b>: <code>http:/example.org</code>/1</p><p><b>status</b>: Completed</p><p><b>actuality</b>: Adverse Event</p><p><b>subject</b>: patient</p><h3>SuspectEntities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Instance[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://example.org 1}\">fruto 1</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http:/example.org",
"value" : "1"
}
],
"status" : "completed",
"actuality" : "actual",
"subject" : {
"display" : "patient"
},
"suspectEntity" : [
{
"instanceCodeableConcept" : {
"coding" : [
{
"system" : "http://example.org",
"code" : "1",
"display" : "fruto 1"
}
]
}
}
]
}