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

FHIR IG Statistics: ValueSet/SourceRoles

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

Resources that use this resource

StructureDefinition
AuditEventBaseGeneral Audit Event Requirements
ValueSet
SourceOrDestinationRolesSource Or Destination Roles

Resources that this resource uses

CodeSystem
contractsignertypecodesContract Signer Type Codes
DCMDICOM Controlled Terminology
v3-ParticipationTypeParticipationType
v3-ParticipationTypev3 Code System ParticipationType
DCMDICOM Controlled Terminology Definitions
contractsignertypecodesContract Signer Type Codes

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
    110153Source Role IDAudit participant role ID of the sender of data
    110155Source MediaAudit participant role ID of media providing data during an import
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/contractsignertypecodes version 4.0.1
    CodeDisplayDefinition
    PRIMAUTHPrimary AuthorAn entity that is the primary or sole author of information content. In the healthcare context, there can be only one primary author of health information content in a record entry or document.
    AMENDERAmenderA person who has corrected, edited, or amended pre-existing information.
    COAUTHCo-authorThe entity that co-authored content. There can be multiple co-authors of content, which may take such forms as a contract, a healthcare record entry or document, a policy, or a consent directive.
    SOURCESourceAn automated data source that generates a signature along with content. Examples: (1) the signature for an image that is generated by a device for inclusion in the patient record; (2) the signature for an ECG derived by an ECG system for inclusion in the patient record; (3) the data from a biomedical monitoring device or system that is for inclusion in the patient record.
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ParticipationType
    CodeDisplayDefinition
    AUTAuthor**Definition:** A party that originates the Act and therefore has responsibility for the information given in the Act and ownership of this Act.

    **Example:** the report writer, the person writing the act definition, the guideline author, the placer of an order, the EKG cart (device) creating a report etc. Every Act should have an author. Authorship is regardless of mood always actual authorship.

    Examples of such policies might include:

    * The author and anyone they explicitly delegate may update the report;
    * All administrators within the same clinic may cancel and reschedule appointments created by other administrators within that clinic;

    A party that is neither an author nor a party who is extended authorship maintenance rights by policy, may only amend, reverse, override, replace, or follow up in other ways on this Act, whereby the Act remains intact and is linked to another Act authored by that other party.
    CSTCustodianAn entity (person, organization or device) that is in charge of maintaining the information of this act (e.g., who maintains the report or the master service catalog item, etc.).

Source

{
  "resourceType": "ValueSet",
  "id": "SourceRoles",
  "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/SourceRoles",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.42.48.42"
    }
  ],
  "version": "1.0.1",
  "name": "SourceRoles",
  "title": "Source 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 source 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": "110153",
            "display": "Source Role ID"
          },
          {
            "code": "110155",
            "display": "Source Media"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
        "version": "4.0.1",
        "concept": [
          {
            "code": "PRIMAUTH",
            "display": "Primary Author"
          },
          {
            "code": "AMENDER",
            "display": "Amender"
          },
          {
            "code": "COAUTH",
            "display": "Co-author"
          },
          {
            "code": "SOURCE",
            "display": "Source"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "concept": [
          {
            "code": "AUT",
            "display": "Author"
          },
          {
            "code": "CST",
            "display": "Custodian"
          }
        ]
      }
    ]
  }
}