Clinical Document Architecture
2.0.0-sd-202406-matchbox-patch - release

Clinical Document Architecture - Local Development build (v2.0.0-sd-202406-matchbox-patch) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CDAInformationRecipientRole - JSON Representation

Draft as of 2024-06-19

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "CDAInformationRecipientRole",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleClass.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleClass</code></a> version <code>3.1.0</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleClass.html#v3-RoleClass-ASSIGNED\">ASSIGNED</a></td><td style=\"color: #cccccc\">assigned entity</td><td>An agent role in which the agent is an Entity acting in the employ of an organization. The focus is on functional role on behalf of the organization, unlike the Employee role where the focus is on the 'Human Resources' relationship between the employee and the organization.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleClass.html#v3-RoleClass-HLTHCHRT\">HLTHCHRT</a></td><td style=\"color: #cccccc\">health chart</td><td>The role of a material (player) that is the physical health chart belonging to an organization (scoper).</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/cda/stds/core/ValueSet/CDAInformationRecipientRole",
  "version" : "2.0.0-sd-202406-matchbox-patch",
  "name" : "CDAInformationRecipientRole",
  "title" : "CDAInformationRecipientRole",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-06-19T17:47:42+02:00",
  "publisher" : "Health Level 7",
  "contact" : [
    {
      "name" : "HL7 International - Structured Documents",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure"
        },
        {
          "system" : "email",
          "value" : "structdog@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Used to represent the role(s) of those who should receive a copy of a document - limited to values allowed in original CDA definition",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
        "version" : "3.1.0",
        "concept" : [
          {
            "code" : "ASSIGNED"
          },
          {
            "code" : "HLTHCHRT"
          }
        ]
      }
    ]
  }
}