FHIR IG Statistics: ValueSet/fhir-clinical-doc-information-recipient
Package | hl7.terminology.r3 |
Type | ValueSet |
Id | fhir-clinical-doc-information-recipient |
FHIR Version | R3 |
Source | http://terminology.hl7.org/http://terminology.hl7.org/6.5.0/ValueSet-fhir-clinical-doc-information-recipient.html |
URL | http://terminology.hl7.org/ValueSet/fhir-clinical-doc-information-recipient |
Version | 1.0.0 |
Status | active |
Date | 2025-04-04T20:14:47+00:00 |
Name | FHIRClinicalDocInformationRecipientVs |
Title | FHIR Clinical Document Information Recipients Participant Types |
Realm | uv |
Authority | hl7 |
Description | Subset of codes from v3-ParticipationType for use as Clinical Document Participant Type codes, which are specifically CDA information recipients. |
Copyright | Used by permission of HL7 International, all rights reserved Creative Commons License |
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-ParticipationType
Code | Display | Definition |
IRCP | information recipient | A party, who may or should receive or who has recieved the Act or subsequent or derivative information of that Act. Information recipient is inert, i.e., independent of mood." Rationale: this is a generalization of a too diverse family that the definition can't be any more specific, and the concept is abstract so one of the specializations should be used. |
PRCP | primary information recipient | Information recipient to whom an act statement is primarily directed. E.g., a primary care provider receiving a discharge letter from a hospitalist, a health department receiving information on a suspected case of infectious disease. Multiple of these participations may exist on the same act without requiring that recipients be ranked as primary vs. secondary. |
TRC | tracker | A secondary information recipient, who receives copies (e.g., a primary care provider receiving copies of results as ordered by specialist). |
Source
{
"resourceType": "ValueSet",
"id": "fhir-clinical-doc-information-recipient",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "sd"
}
],
"url": "http://terminology.hl7.org/ValueSet/fhir-clinical-doc-information-recipient",
"version": "1.0.0",
"name": "FHIRClinicalDocInformationRecipientVs",
"title": "FHIR Clinical Document Information Recipients Participant Types",
"status": "active",
"experimental": false,
"date": "2025-04-04T20:14:47+00:00",
"publisher": "HL7 International",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
},
{
"system": "email",
"value": "hq@HL7.org"
}
]
}
],
"description": "Subset of codes from v3-ParticipationType for use as Clinical Document Participant Type codes, which are specifically CDA information recipients.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"concept": [
{
"code": "IRCP",
"display": "information recipient"
},
{
"code": "PRCP",
"display": "primary information recipient"
},
{
"code": "TRC",
"display": "tracker"
}
]
}
]
}
}