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

FHIR IG Statistics: ValueSet/fhir-clinical-doc-information-recipient

Packagehl7.terminology.r3
TypeValueSet
Idfhir-clinical-doc-information-recipient
FHIR VersionR3
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.5.0/ValueSet-fhir-clinical-doc-information-recipient.html
URLhttp://terminology.hl7.org/ValueSet/fhir-clinical-doc-information-recipient
Version1.0.0
Statusactive
Date2025-04-04T20:14:47+00:00
NameFHIRClinicalDocInformationRecipientVs
TitleFHIR Clinical Document Information Recipients Participant Types
Realmuv
Authorityhl7
DescriptionSubset of codes from v3-ParticipationType for use as Clinical Document Participant Type codes, which are specifically CDA information recipients.
CopyrightUsed by permission of HL7 International, all rights reserved Creative Commons License

Resources that use this resource

StructureDefinition
information-recipient-extensionInformation Recipient Extension

Resources that this resource uses

CodeSystem
v3-ParticipationTypeParticipationType
v3-ParticipationTypev3 Code System ParticipationType

Narrative

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

Generated Narrative: ValueSet fhir-clinical-doc-information-recipient

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ParticipationType
    CodeDisplayDefinition
    IRCPinformation recipientA 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.
    PRCPprimary information recipientInformation 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.
    TRCtrackerA 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"
          }
        ]
      }
    ]
  }
}