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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r3.r4b.r4
Resource TypeCodeSystem
IdCodeSystem-goal-status.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

Generated Narrative: CodeSystem goal-status

This case-sensitive code system http://hl7.org/fhir/goal-status defines the following codes in an undefined hierarchy:

LvlCodeDisplayDefinition
1proposed ProposedA goal is proposed for this patient
1accepted AcceptedA proposed goal was accepted or acknowledged
2  planned PlannedA goal is planned for this patient
2  in-progress In ProgressThe goal is being sought but has not yet been reached. (Also applies if goal was reached in the past but there has been regression and goal is being sought again)
3    on-target On TargetThe goal is on schedule for the planned timelines
3    ahead-of-target Ahead of TargetThe goal is ahead of the planned timelines
3    behind-target Behind TargetThe goal is behind the planned timelines
3    sustaining SustainingThe goal has been met, but ongoing activity is needed to sustain the goal objective
2  achieved AchievedThe goal has been met and no further action is needed
2  on-hold On HoldThe goal remains a long term objective but is no longer being actively pursued for a temporary period of time.
1cancelled CancelledThe previously accepted goal is no longer being sought
1entered-in-error Entered In ErrorThe goal was entered in error and voided.
1rejected RejectedA 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-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r3.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/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/goal-status",
  "version": "3.0.2",
  "name": "GoalStatus",
  "status": "draft",
  "experimental": false,
  "date": "2019-10-24T10:53:00+10:00",
  "publisher": "Patient Care",
  "contact": [
    {
      "name": "Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description": "Indicates whether the goal has been met and 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",
  "content": "complete",
  "concept": [
    {
      "code": "proposed",
      "display": "Proposed",
      "definition": "A goal is proposed for this patient"
    },
    {
      "code": "accepted",
      "display": "Accepted",
      "definition": "A proposed goal was accepted or acknowledged",
      "concept": [
        {
          "code": "planned",
          "display": "Planned",
          "definition": "A goal is planned for this patient"
        },
        {
          "code": "in-progress",
          "display": "In Progress",
          "definition": "The goal is being sought but has not yet been reached.  (Also applies if goal was reached in the past but there has been regression and goal is being sought again)",
          "concept": [
            {
              "code": "on-target",
              "display": "On Target",
              "definition": "The goal is on schedule for the planned timelines"
            },
            {
              "code": "ahead-of-target",
              "display": "Ahead of Target",
              "definition": "The goal is ahead of the planned timelines"
            },
            {
              "code": "behind-target",
              "display": "Behind Target",
              "definition": "The goal is behind the planned timelines"
            },
            {
              "code": "sustaining",
              "display": "Sustaining",
              "definition": "The goal has been met, but ongoing activity is needed to sustain the goal objective"
            }
          ]
        },
        {
          "code": "achieved",
          "display": "Achieved",
          "definition": "The goal has been met and no further action is needed"
        },
        {
          "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": "cancelled",
      "display": "Cancelled",
      "definition": "The previously accepted goal is no longer being sought"
    },
    {
      "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"
    }
  ]
}