PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU1

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 Patient Empowerment Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions

: ADI Participant Role Code System - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PADIParticipantRoleCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/pacio-adi/CodeSystem/PADIParticipantRoleCS defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">healthcare-agent-advisor<a name=\"PADIParticipantRoleCS-healthcare-agent-advisor\"> </a></td><td>Healthcare agent advisor</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/pacio-adi/CodeSystem/PADIParticipantRoleCS",
  "version" : "0.1.0",
  "name" : "PADIParticipantRoleCS",
  "title" : "ADI Participant Role Code System",
  "status" : "active",
  "date" : "2021-11-08T23:13:35+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/index.cfm"
        },
        {
          "system" : "email",
          "value" : "patients@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Extended Advance Directive Participant Roles",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "healthcare-agent-advisor",
      "display" : "Healthcare agent advisor"
    }
  ]
}