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

FHIR IG Statistics: CodeSystem/goal-relationship-type

Packagehl7.fhir.uv.extensions.r5
TypeCodeSystem
Idgoal-relationship-type
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/http://hl7.org/fhir/extensions/5.2.0/CodeSystem-goal-relationship-type.html
URLhttp://hl7.org/fhir/goal-relationship-type
Version5.2.0
Statusdraft
Date2025-02-10T21:45:45+11:00
NameGoalRelationshipType
Titlegoal relationship type code system
Realmuv
Authorityhl7
DescriptionGoalRelationshipType
Contentcomplete

Resources that use this resource

ValueSet
goal-relationship-typegoal relationship type value set
goal-relationship-typegoal relationship type 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-relationship-type

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

Profile: Shareable CodeSystem

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

CodeDisplayDefinition
predecessor PredecessorIndicates that the target goal is one which must be met before striving for the current goal.
successor SuccessorIndicates that the target goal is a desired objective once the current goal is met.
replacement ReplacementIndicates that this goal has been replaced by the target goal.
part-of Part OfThe relationship.target is a larger goal of which this particular goal is a component or step for.
other OtherIndicates that the relationship is not covered by one of the pre-defined codes. (An extension may convey more information about the meaning of the relationship.).

Source

{
  "resourceType": "CodeSystem",
  "id": "goal-relationship-type",
  "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-relationship-type",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1269"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.835"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.2.390"
    }
  ],
  "version": "5.2.0",
  "name": "GoalRelationshipType",
  "title": "goal relationship type code system",
  "status": "draft",
  "experimental": false,
  "date": "2025-02-10T21:45:45+11:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description": "GoalRelationshipType",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "predecessor",
      "display": "Predecessor",
      "definition": "Indicates that the target goal is one which must be met before striving for the current goal."
    },
    {
      "code": "successor",
      "display": "Successor",
      "definition": "Indicates that the target goal is a desired objective once the current goal is met."
    },
    {
      "code": "replacement",
      "display": "Replacement",
      "definition": "Indicates that this goal has been replaced by the target goal."
    },
    {
      "code": "part-of",
      "display": "Part Of",
      "definition": "The relationship.target is a larger goal of which this particular goal is a component or step for."
    },
    {
      "code": "other",
      "display": "Other",
      "definition": "Indicates that the relationship is not covered by one of the pre-defined codes.  (An extension may convey more information about the meaning of the relationship.)."
    }
  ]
}