Mona FHIR Implementation Guide
0.4.50648 - ci-build

Mona FHIR Implementation Guide - Local Development build (v0.4.50648). See the Directory of published versions

: BalanceTargetRequiredExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "BalanceTargetRequiredExample",
  "meta" : {
    "profile" : [
      "https://fhir.mona.icu/StructureDefinition/mona-balance-target"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Goal Start DateTime</b>: Jun 7, 2021, 12:06:11 PM</p><p><b>lifecycleStatus</b>: accepted</p><p><b>category</b>: <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-goal-category balance-target}\">Balance Target</span></p><p><b>description</b>: <span title=\"Codes: {http://snomed.info/sct 251856003}\">Fluid balance status</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Generated Summary: id: some-patient-number; John Doe (OFFICIAL); gender: male; birthDate: 1951-05-28; deceased: 2020-12-13</a></p><p><b>start</b>: 2021-06-06</p><h3>Targets</h3><table class=\"grid\"><tr><td>-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 251856003}\">Fluid balance status</span></td><td>-200 ml</td></tr></table><p><b>expressedBy</b>: <a href=\"Practitioner-NurseCarla.html\">Generated Summary: Carla Espinosa (OFFICIAL); Phone: +49 170 1234567; gender: female</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.mona.icu/StructureDefinition/goalStartDateTime",
      "valueDateTime" : "2021-06-07T12:06:11+00:00"
    }
  ],
  "lifecycleStatus" : "accepted",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.mona.icu/CodeSystem/mona-goal-category",
          "code" : "balance-target",
          "display" : "Balance Target"
        }
      ],
      "text" : "Balance Target"
    }
  ],
  "description" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "251856003",
        "display" : "Fluid balance status (observable entity)"
      }
    ],
    "text" : "Fluid balance status"
  },
  "subject" : {
    "reference" : "Patient/PatientExample"
  },
  "startDate" : "2021-06-06",
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "251856003",
            "display" : "Fluid balance status (observable entity)"
          }
        ],
        "text" : "Fluid balance status"
      },
      "detailQuantity" : {
        "value" : -200,
        "unit" : "ml"
      }
    }
  ],
  "expressedBy" : {
    "reference" : "Practitioner/NurseCarla"
  }
}