FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekbv.basis.ressources.only
Resource TypeGoal
IdGoal_b5301e90_f1c1_4435_98c4_de564a7a409b.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Diese FHIR-Instanz des Profils KBV_PR_Base_Treatment_Goal zeigt ein aktives Behandlungsziel für die Verbesserung von Übergewicht an. Das Ziel wurde am 1. Februar 2022 festgelegt und soll in einem Zeitraum von 6 Monaten erreicht werden. Es ist als mittlere Priorität (KBV Code: medium-priority) mit dem Schwerpunkt auf 'Ernährung' (KBV Code: dietary) kategorisiert. Das Ziel bezieht sich auf den Befund 'Übergewicht' (SNOMED-Code: 238131007).

Source1

{
  "resourceType": "Goal",
  "id": "b5301e90-f1c1-4435-98c4-de564a7a409b",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Treatment_Goal"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "achievementStatus": {
    "coding": [
      {
        "code": "improving",
        "system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "display": "Improving"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "dietary",
          "system": "http://terminology.hl7.org/CodeSystem/goal-category",
          "display": "dietary"
        }
      ]
    }
  ],
  "priority": {
    "coding": [
      {
        "code": "medium-priority",
        "system": "http://terminology.hl7.org/CodeSystem/goal-priority",
        "display": "Medium priority"
      }
    ]
  },
  "description": {
    "coding": [
      {
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "238131007",
        "system": "http://snomed.info/sct",
        "display": "Overweight (finding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
  },
  "startDate": "2022-02-01",
  "target": [
    {
      "measure": {
        "coding": [
          {
            "version": "http://snomed.info/sct/11000274103/version/20240515",
            "code": "27113001",
            "system": "http://snomed.info/sct",
            "display": "Body weight (observable entity)"
          }
        ]
      },
      "detailCodeableConcept": {
        "text": "70kg"
      },
      "dueDuration": {
        "comparator": "<",
        "value": 6,
        "code": "mo",
        "system": "http://unitsofmeasure.org",
        "unit": "month"
      }
    }
  ],
  "statusDate": "2022-04-15",
  "statusReason": "Zielgewicht wurde erreicht",
  "expressedBy": {
    "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
  },
  "note": [
    {
      "authorString": "Mueller",
      "time": "2020-01-02",
      "text": "ausgedacht"
    }
  ],
  "outcomeCode": [
    {
      "coding": [
        {
          "version": "http://snomed.info/sct/11000274103/version/20240515",
          "code": "43664005",
          "system": "http://snomed.info/sct",
          "display": "Normal weight (finding)"
        }
      ]
    }
  ]
}