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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-goal-status.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-goal-status.html
URLhttp://hl7.org/fhir/goal-status
Version4.0.1
Statusdraft
Date2019-11-01T08:29:23+10:00
NameGoalLifecycleStatus
TitleGoalLifecycleStatus
Realmuv
Authorityhl7
DescriptionCodes that reflect the current state of a goal and whether the goal is still being targeted.
Contentcomplete

Resources that use this resource

CodeSystem
goal-status-csGoal Lifecycle Status CS
goallifecyclestatus-supplementSupplement GoalLifecycleStatus
ConceptMap
KBV_CM_Base_Terminology_Complete_GermanKBV_CM_Base_Terminology_Complete_German
ValueSet
goal-status-vsGoal Lifecycle Status VS
R2-goal-status-for-R4BCross-version VS for R2.GoalStatus for use in FHIR R4B
R2-goal-status-for-R4Cross-version VS for R2.GoalStatus for use in FHIR R4
R3-goal-status-for-R4BCross-version VS for R3.GoalStatus for use in FHIR R4B
R2-goal-status-for-R5Cross-version VS for R2.GoalStatus for use in FHIR R5
R3-goal-status-for-R4Cross-version VS for R3.GoalStatus for use in FHIR R4
R3-goal-status-for-R5Cross-version VS for R3.GoalStatus for use in FHIR R5

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.
1planned PlannedA goal is planned for this patient.
1accepted AcceptedA proposed goal was accepted or acknowledged.
2  active ActiveThe goal is being sought actively.
2  on-hold On HoldThe goal remains a long term objective but is no longer being actively pursued for a temporary period of time.
2  completed CompletedThe goal is no longer being sought.
1cancelled CancelledThe goal has been abandoned.
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-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.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": "4.0.1",
  "name": "GoalLifecycleStatus",
  "title": "GoalLifecycleStatus",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T08:29:23+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",
  "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."
    }
  ]
}