Austrian Patient Summary (R4)
0.2.0 - STU1

Austrian Patient Summary (R4) - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AtApsFlagAlert-Beispiel - JSON Representation

Raw json | Download

{
  "resourceType" : "Flag",
  "id" : "AtApsExampleFlagAlert01",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-flagalert"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag AtApsExampleFlagAlert01</b></p><a name=\"AtApsExampleFlagAlert01\"> </a><a name=\"hcAtApsExampleFlagAlert01\"> </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: <a href=\"StructureDefinition-at-aps-flagalert.html\">AT APS Flag Alert</a></p></div><p><b>identifier</b>: 12345</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/flag-category safety}\">Sicherheit</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 165002}\">Der Patient zeigt eine erhöhte Sturzgefährdung.</span></p><p><b>subject</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/2.0.0/Patient-HL7ATCorePatientExample01.html\">Max Mustermann</a></p><p><b>author</b>: <a href=\"Practitioner-at-aps-example-practitioner-01.html\">Hanna Hausärztin</a></p></div>"
  },
  "identifier" : [
    {
      "value" : "12345"
    }
  ],
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/flag-category",
          "code" : "safety",
          "display" : "Safety"
        }
      ],
      "text" : "Sicherheit"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "165002",
        "display" : "Accident-prone"
      }
    ],
    "text" : "Der Patient zeigt eine erhöhte Sturzgefährdung."
  },
  "subject" : {
    "reference" : "Patient/HL7ATCorePatientExample01",
    "display" : "Max Mustermann"
  },
  "author" : {
    🔗 "reference" : "Practitioner/at-aps-example-practitioner-01",
    "display" : "Hanna Hausärztin"
  }
}