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

FHIR IG Statistics: ValueSet/DestinationRoles

Packagehl7.fhir.uv.saner
TypeValueSet
IdDestinationRoles
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/saner/https://build.fhir.org/ig/HL7/fhir-saner/ValueSet-DestinationRoles.html
URLhttp://hl7.org/fhir/uv/saner/ValueSet/DestinationRoles
Version1.0.1
Statusactive
Date2024-05-18T21:25:01+00:00
NameDestinationRoles
TitleDestination Roles
Realmuv
Authorityhl7
DescriptionRoles for communication destination in AuditEvent

Resources that use this resource

StructureDefinition
AuditEventBaseGeneral Audit Event Requirements
ValueSet
SourceOrDestinationRolesSource Or Destination Roles

Resources that this resource uses

CodeSystem
DCMDICOM Controlled Terminology
v3-ParticipationFunctionParticipationFunction
v3-ParticipationTypeParticipationType
v3-ParticipationTypev3 Code System ParticipationType
DCMDICOM Controlled Terminology Definitions
v3-ParticipationFunctionParticipationFunction

Narrative

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

This value set includes codes based on the following rules:

  • Include these codes as defined in http://dicom.nema.org/resources/ontology/DCM
    CodeDisplayDefinition
    110152Destination Role IDAudit participant role ID of the receiver of data
    110154Destination MediaAudit participant role ID of media receiving data during an export
  • 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.
    NOTUgent Notification ContactAn information recipient to notify for urgent matters about this Act. (e.g., in a laboratory order, critical results are being called by phone right away, this is the contact to call; or for an inpatient encounter, a next of kin to notify when the patient becomes critically ill).
    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.
    REFBReferred ByA participant (e.g. provider) who has referred the subject of an act (e.g. patient).

    Typically, a referred by participant will provide a report (e.g. referral).
    REFTReferred toThe person who receives the patient
    TRCTrackerA secondary information recipient, who receives copies (e.g., a primary care provider receiving copies of results as ordered by specialist).
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction
    CodeDisplayDefinition
    AUCGCaregiver Information Receiver**Description:**Caregiver authorized to receive patient health information.
    AULRLegitimate Relationship Information Receiver**Description:**Provider with legitimate relationship authorized to receive patient health information.
    AUTMCare Team Information Receiver**Description:**Member of care team authorized to receive patient health information.
    AUWAWork Area Information Receiver**Description:**Entities within specified work area authorized to receive patient health information.

Source

{
  "resourceType": "ValueSet",
  "id": "DestinationRoles",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/uv/saner/ValueSet/DestinationRoles",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.42.48.14"
    }
  ],
  "version": "1.0.1",
  "name": "DestinationRoles",
  "title": "Destination Roles",
  "status": "active",
  "experimental": false,
  "date": "2024-05-18T21:25:01+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pher@lists.hl7.org"
        }
      ]
    },
    {
      "name": "Keith W. Boone",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:kboone@ainq.com"
        }
      ]
    }
  ],
  "description": "Roles for communication destination in AuditEvent",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "concept": [
          {
            "code": "110152",
            "display": "Destination Role ID"
          },
          {
            "code": "110154",
            "display": "Destination Media"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "concept": [
          {
            "code": "IRCP",
            "display": "Information Recipient"
          },
          {
            "code": "NOT",
            "display": "Ugent Notification Contact"
          },
          {
            "code": "PRCP",
            "display": "Primary Information Recipient"
          },
          {
            "code": "REFB",
            "display": "Referred By"
          },
          {
            "code": "REFT",
            "display": "Referred to"
          },
          {
            "code": "TRC",
            "display": "Tracker"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction",
        "concept": [
          {
            "code": "AUCG",
            "display": "Caregiver Information Receiver"
          },
          {
            "code": "AULR",
            "display": "Legitimate Relationship Information Receiver"
          },
          {
            "code": "AUTM",
            "display": "Care Team Information Receiver"
          },
          {
            "code": "AUWA",
            "display": "Work Area Information Receiver"
          }
        ]
      }
    ]
  }
}