Implementation Guide for fælleskommunal informationsmodel
0.7.0 - CI Build Denmark flag

Implementation Guide for fælleskommunal informationsmodel - Local Development build (v0.7.0). See the Directory of published versions

: Mark indsatsmål - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "MarkIndsatsmaal",
  "meta" : {
    "profile" : [
      "http://kl.dk/fhir/common/caresocial/StructureDefinition/KLCommonCareSocialGoal"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Goal</b><a name=\"MarkIndsatsmaal\"> </a></p><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\">Resource Goal &quot;MarkIndsatsmaal&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-KLCommonCareSocialGoal.html\">Goal</a></p></div><p><b>lifecycleStatus</b>: active</p><p><b>category</b>: FSIII indsatsmål <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-KLCommonCareSocialCodes.html\">KLCommonCareSocialCodes</a>#e6f35a88-6665-4471-9dce-9a98854532b4)</span></p><p><b>description</b>: Målemetoden: Sårets areal sættes op for Marks tryksår <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"Patient-Mark.html\">Patient/Mark</a> &quot; JENSEN&quot;</p><h3>Targets</h3><table class=\"grid\"><tr><td>-</td><td><b>Measure</b></td></tr><tr><td>*</td><td>Pressure ulcer surface area (observable entity) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#420753006)</span></td></tr></table><p><b>expressedBy</b>: <a href=\"Practitioner-HanneFraVisitationenAalborg.html\">Practitioner/HanneFraVisitationenAalborg</a> &quot; SIMONSEN&quot;</p><p><b>addresses</b>: <a href=\"Condition-ConditionPressureUlcer.html\">Condition/ConditionPressureUlcer</a></p></div>"
  },
  "lifecycleStatus" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://kl.dk/fhir/common/caresocial/CodeSystem/KLCommonCareSocialCodes",
          "code" : "e6f35a88-6665-4471-9dce-9a98854532b4",
          "display" : "FSIII indsatsmål"
        }
      ]
    }
  ],
  "description" : {
    "text" : "Målemetoden: Sårets areal sættes op for Marks tryksår"
  },
  "subject" : {
    "reference" : "Patient/Mark"
  },
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "420753006",
            "display" : "Pressure ulcer surface area (observable entity)"
          }
        ]
      }
    }
  ],
  "expressedBy" : {
    "reference" : "Practitioner/HanneFraVisitationenAalborg"
  },
  "addresses" : [
    {
      "reference" : "Condition/ConditionPressureUlcer"
    }
  ]
}