FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/goal-acceptance-status

Packagehl7.fhir.uv.extensions
Resource TypeCodeSystem
Idgoal-acceptance-status
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-goal-acceptance-status.html
URLhttp://hl7.org/fhir/goal-acceptance-status
Version5.3.0-ballot
Statusdraft
Date2025-07-25T17:39:07+00:00
NameGoalAcceptanceStatus
Titlegoal acceptance status code system
Realmuv
Authorityhl7
DescriptionGoalAcceptanceStatus
Contentcomplete

Resources that use this resource

ValueSet
goal-acceptance-statusgoal acceptance status value set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem goal-acceptance-status

Last updated: 2023-01-31 07:07:38+1100

Profile: Shareable CodeSystem

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

CodeDisplayDefinition
agree AgreeStakeholder supports pursuit of the goal.
disagree DisagreeStakeholder is not in support of the pursuit of the goal.
pending PendingStakeholder has not yet made a decision on whether they support the goal.

Source

{
  "resourceType": "CodeSystem",
  "id": "goal-acceptance-status",
  "meta": {
    "lastUpdated": "2023-01-31T07:07:38.434+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/goal-acceptance-status",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1270"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.837"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.2.431"
    }
  ],
  "version": "5.3.0-ballot",
  "name": "GoalAcceptanceStatus",
  "title": "goal acceptance status code system",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-25T17:39:07+00:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description": "GoalAcceptanceStatus",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "agree",
      "display": "Agree",
      "definition": "Stakeholder supports pursuit of the goal."
    },
    {
      "code": "disagree",
      "display": "Disagree",
      "definition": "Stakeholder is not in support of the pursuit of the goal."
    },
    {
      "code": "pending",
      "display": "Pending",
      "definition": "Stakeholder has not yet made a decision on whether they support the goal."
    }
  ]
}