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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeGoal
IdGoal-example-goal.json
FHIR VersionR5

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


English


Generated Narrative: Goal example-goal

Language: en

Profile: UZ Core Goal

lifecycleStatus: Active

achievementStatus: In progress

category: Dietary

continuous: true

priority: High priority

description: Benign essential hypertension

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

start: 2024-01-01

Targets

-Due[x]
*2024-06-01

statusDate: 2024-01-15

statusReason: The patient started taking medications.

source: Practitioner Test Test Test(official)

note:

Weekly blood pressure monitoring.


Russian


Сгенерированный нарратив: Goal example-goal

Язык: en

Профиль: UZ Core Goal

lifecycleStatus: Active

achievementStatus: In progress

category: Dietary

continuous: true

priority: High priority

description: Benign essential hypertension

subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)

start: 2024-01-01

Targets

-Due[x]
*2024-06-01

statusDate: 2024-01-15

statusReason: The patient started taking medications.

source: Practitioner Test Test Test(official)

note:

Weekly blood pressure monitoring.


Uzbek


Generated Narrative: Goal example-goal

Language: en

Profile: UZ Core Goal

lifecycleStatus: Active

achievementStatus: In progress

category: Dietary

continuous: true

priority: High priority

description: Benign essential hypertension

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

start: 2024-01-01

Targets

-Due[x]
*2024-06-01

statusDate: 2024-01-15

statusReason: The patient started taking medications.

source: Practitioner Test Test Test(official)

note:

Weekly blood pressure monitoring.


Source1

{
  "resourceType": "Goal",
  "id": "example-goal",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-goal"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "achievementStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "code": "in-progress",
        "display": "In progress"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/goal-category",
          "code": "dietary",
          "display": "Dietary"
        }
      ]
    }
  ],
  "continuous": true,
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/goal-priority",
        "code": "high-priority",
        "display": "High priority"
      }
    ]
  },
  "description": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1201005",
        "display": "Benign essential hypertension"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-salim"
  },
  "startDate": "2024-01-01",
  "target": [
    {
      "dueDate": "2024-06-01"
    }
  ],
  "statusDate": "2024-01-15",
  "statusReason": "The patient started taking medications.",
  "source": {
    "reference": "Practitioner/example-practitioner"
  },
  "note": [
    {
      "text": "Weekly blood pressure monitoring."
    }
  ]
}