HL7 Portugal FHIR Implementation Guide para alergias e reacções adversas ao medicamento
1.0.0 - CI Build International flag

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

: medinfo-1 - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "medinfo-1",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.pt/fhir/ADR/StructureDefinition/InformacaoMedicamento"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement medinfo-1</b></p><a name=\"medinfo-1\"> </a><a name=\"hcmedinfo-1\"> </a><a name=\"medinfo-1-en-US\"> </a><p><b>status</b>: Recorded</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-med1.html\">Medication Evrysdi / Risdiplam</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-pat-1.html\">Américo  Male, DoB: 1980-01-01</a></p><p><b>effective</b>: 2024-11-01</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://example.org 1}\">Oral</span></td></tr></table></div>"
  },
  "status" : "recorded",
  "medication" : {
    "reference" : {
      🔗 "reference" : "Medication/med1"
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-1"
  },
  "effectiveDateTime" : "2024-11-01",
  "dosage" : [
    {
      "route" : {
        "coding" : [
          {
            "system" : "http://example.org",
            "code" : "1",
            "display" : "Oral"
          }
        ]
      }
    }
  ]
}