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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-goal-status.json
FHIR VersionR4B

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

This code system http://hl7.org/fhir/goal-status defines the following codes:

Lvl Code Display Definition
1 proposed Proposed A goal is proposed for this patient.
1 planned Planned A goal is planned for this patient.
1 accepted Accepted A proposed goal was accepted or acknowledged.
2   active Active The goal is being sought actively.
2   on-hold On Hold The goal remains a long term objective but is no longer being actively pursued for a temporary period of time.
2   completed Completed The goal is no longer being sought.
1 cancelled Cancelled The goal has been abandoned.
1 entered-in-error Entered in Error The goal was entered in error and voided.
1 rejected Rejected A proposed goal was rejected.

Source1

{
  "resourceType": "CodeSystem",
  "id": "goal-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    }
  ],
  "url": "http://hl7.org/fhir/goal-status",
  "version": "5.0.0",
  "name": "GoalLifecycleStatus",
  "title": "Goal Lifecycle Status",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T09:01:24+10:00",
  "publisher": "Patient Care",
  "contact": [
    {
      "name": "Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description": "Codes that reflect the current state of a goal and whether the goal is still being targeted.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/goal-status|4.3.0",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "proposed",
      "display": "Proposed",
      "definition": "A goal is proposed for this patient."
    },
    {
      "code": "planned",
      "display": "Planned",
      "definition": "A goal is planned for this patient."
    },
    {
      "code": "accepted",
      "display": "Accepted",
      "definition": "A proposed goal was accepted or acknowledged.",
      "concept": [
        {
          "code": "active",
          "display": "Active",
          "definition": "The goal is being sought actively."
        },
        {
          "code": "on-hold",
          "display": "On Hold",
          "definition": "The goal remains a long term objective but is no longer being actively pursued for a temporary period of time."
        },
        {
          "code": "completed",
          "display": "Completed",
          "definition": "The goal is no longer being sought."
        }
      ]
    },
    {
      "code": "cancelled",
      "display": "Cancelled",
      "definition": "The goal has been abandoned."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in Error",
      "definition": "The goal was entered in error and voided."
    },
    {
      "code": "rejected",
      "display": "Rejected",
      "definition": "A proposed goal was rejected."
    }
  ]
}