Extensions for Using Data Elements from FHIR R4 in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4 in FHIR STU3 - Downloaded Version null See the Directory of published versions

: GoalLifecycleStatus - JSON Representation

Page standards status: Trial-use Maturity Level: 2

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "goal-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem goal-status</b></p><a name=\"goal-status\"> </a><a name=\"hcgoal-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/goal-status</code> defines the following codes in an undefined hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">proposed<a name=\"goal-status-proposed\"> </a></td><td>Proposed</td><td>A goal is proposed for this patient.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">planned<a name=\"goal-status-planned\"> </a></td><td>Planned</td><td>A goal is planned for this patient.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">accepted<a name=\"goal-status-accepted\"> </a></td><td>Accepted</td><td>A proposed goal was accepted or acknowledged.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0active<a name=\"goal-status-active\"> </a></td><td>Active</td><td>The goal is being sought actively.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0on-hold<a name=\"goal-status-on-hold\"> </a></td><td>On Hold</td><td>The goal remains a long term objective but is no longer being actively pursued for a temporary period of time.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0completed<a name=\"goal-status-completed\"> </a></td><td>Completed</td><td>The goal is no longer being sought.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">cancelled<a name=\"goal-status-cancelled\"> </a></td><td>Cancelled</td><td>The goal has been abandoned.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">entered-in-error<a name=\"goal-status-entered-in-error\"> </a></td><td>Entered in Error</td><td>The goal was entered in error and voided.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">rejected<a name=\"goal-status-rejected\"> </a></td><td>Rejected</td><td>A proposed goal was rejected.</td></tr></table></div>"
  },
  "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.r3"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r3"
        }
      ],
      "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-10-31T17:29:23-05: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|3.0.2",
  "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."
    }
  ]
}