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

FHIR IG Statistics: CodeSystem/goal-relationship-type

Packagehl7.terminology.r4b
TypeCodeSystem
Idgoal-relationship-type
FHIR VersionR4B
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.0.2/CodeSystem-goal-relationship-type.html
URLhttp://terminology.hl7.org/CodeSystem/goal-relationship-type
Version1.0.0
Statusdraft
Date2020-04-09T21:10:28+00:00
NameGoalRelationshipType
TitleGoalRelationshipType
Realmuv
Authorityhl7
DescriptionTypes of relationships between two goals.
CopyrightThis material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html
Contentcomplete

Resources that use this resource

ValueSet
goal-relationship-typeGoalRelationshipType
goal-relationship-typeGoalRelationshipType

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: 2020-04-09 21:10:28+0000

This case-sensitive code system http://terminology.hl7.org/CodeSystem/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.
milestone MilestoneIndicates that the target goal is considered to be a "piece" of attaining this goal.
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": "2020-04-09T21:10:28.568+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/goal-relationship-type",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1269"
    }
  ],
  "version": "1.0.0",
  "name": "GoalRelationshipType",
  "title": "GoalRelationshipType",
  "status": "draft",
  "experimental": false,
  "date": "2020-04-09T21:10:28+00:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Types of relationships between two goals.",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/goal-relationship-type",
  "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": "milestone",
      "display": "Milestone",
      "definition": "Indicates that the target goal is considered to be a \"piece\" of attaining this goal."
    },
    {
      "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.)."
    }
  ]
}