PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU 1 Ballot

This page is part of the PACIO Advance Directive Information Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: ADI Goal Category Code System - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PADIGoalCategoryCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/pacio-adi/CodeSystem/PADIGoalCategoryCS defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">intervention-preference<a name=\"PADIGoalCategoryCS-intervention-preference\"> </a></td><td>Intervention preference</td><td>A personal preference for a type of medical intervention (treatment) request under certain conditions.</td></tr><tr><td style=\"white-space:nowrap\">care-experience-preference<a name=\"PADIGoalCategoryCS-care-experience-preference\"> </a></td><td>Care experience preference</td><td>Personal thoughts about something a person feels is relevant to their care experience and may be pertinent when planning their care.</td></tr><tr><td style=\"white-space:nowrap\">personal-goal<a name=\"PADIGoalCategoryCS-personal-goal\"> </a></td><td>Personal goal</td><td>Personal health and treatment goals that are pertinent when planning their care.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/pacio-adi/CodeSystem/PADIGoalCategoryCS",
  "version" : "0.1.0",
  "name" : "PADIGoalCategoryCS",
  "title" : "ADI Goal Category Code System",
  "status" : "active",
  "date" : "2021-12-06T20:50:55+00:00",
  "publisher" : "HL7 Patient Empowerment Working Group",
  "contact" : [
    {
      "name" : "HL7 Patient Empowerment Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientempowerment"
        },
        {
          "system" : "email",
          "value" : "patients@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Advance Directive Goal Categories",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "This CodeSystem is not copyrighted.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "intervention-preference",
      "display" : "Intervention preference",
      "definition" : "A personal preference for a type of medical intervention (treatment) request under certain conditions."
    },
    {
      "code" : "care-experience-preference",
      "display" : "Care experience preference",
      "definition" : "Personal thoughts about something a person feels is relevant to their care experience and may be pertinent when planning their care."
    },
    {
      "code" : "personal-goal",
      "display" : "Personal goal",
      "definition" : "Personal health and treatment goals that are pertinent when planning their care."
    }
  ]
}