FHIR IG Statistics: ValueSet/CDAInformationRecipientRole
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-RoleClass
version 3.1.0
Code | Display | Definition |
ASSIGNED | assigned entity | 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. |
HLTHCHRT | health chart | The 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"
}
]
}
]
}
}