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

FHIR IG Statistics: ValueSet/CDAInformationRecipientRole

Packageau.digitalhealth.cda.schema
TypeValueSet
IdCDAInformationRecipientRole
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/ValueSet-CDAInformationRecipientRole.html
URLhttp://hl7.org/cda/stds/core/ValueSet/CDAInformationRecipientRole
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameCDAInformationRecipientRole
TitleCDAInformationRecipientRole
Realmau
Authoritynational
DescriptionUsed to represent the role(s) of those who should receive a copy of a document - limited to values allowed in original CDA definition

Resources that use this resource

StructureDefinition
IntendedRecipientIntendedRecipient (CDA Class)

Resources that this resource uses

CodeSystem
v3-RoleClassRoleClass
v3-RoleClassRoleClass

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet CDAInformationRecipientRole

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-RoleClass version 3.1.0
    CodeDisplayDefinition
    ASSIGNEDassigned entityAn 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.
    HLTHCHRThealth chartThe role of a material (player) that is the physical health chart belonging to an organization (scoper).

Source

{
  "resourceType": "ValueSet",
  "id": "CDAInformationRecipientRole",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ns.electronichealth.net.au/cda/ImplementationGuide/au.digitalhealth.cda.schema"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/cda/stds/core/ValueSet/CDAInformationRecipientRole",
  "version": "1.0.0",
  "name": "CDAInformationRecipientRole",
  "title": "CDAInformationRecipientRole",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "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"
          }
        ]
      }
    ]
  }
}