0.1.0 - CI Build

IneraAlertIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-alert - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-alert",
  "meta" : {
    "profile" : [
      "https://rivta.se/fhir/StructureDefinition/alert-umi"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-alert</b></p><a name=\"example-alert\"> </a><a name=\"hcexample-alert\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <code>https://rivta.se/fhir/StructureDefinition/alert-umi</code></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 123456}\">Alert Information</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">John Doe  Male, DoB: 1980-01-01 ( http://example.org/mrn#12345)</a></p><p><b>effective</b>: 2025-09-18 12:00:00+0200</p><p><b>value</b>: UMI alert: Information about medication interaction.</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "123456",
        "display" : "Alert Information"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example"
  },
  "effectiveDateTime" : "2025-09-18T12:00:00+02:00",
  "valueString" : "UMI alert: Information about medication interaction."
}