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

FHIR IG Statistics: ValueSet/DataSources

Packageihe.iti.balp
TypeValueSet
IdDataSources
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/BALP/https://build.fhir.org/ig/IHE/ITI.BasicAudit/ValueSet-DataSources.html
URLhttps://profiles.ihe.net/ITI/BALP/ValueSet/DataSources
Version1.1.4-current
Statusactive
Date2025-05-30T22:15:37+00:00
NameDataSources
Titleparticipant source types for RESTful create
Realmuv
Authorityihe
Descriptioncreate agent participant types for user operators that are in REST

Resources that use this resource

StructureDefinition
IHE.BasicAudit.CreateBasic AuditEvent for a successful Create not related to a Patient
IHE.BasicAudit.DeleteBasic AuditEvent for a successful Delete
IHE.BasicAudit.UpdateBasic AuditEvent for a successful Update

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 DataSources

  • 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.
    INFInformantA source of reported information (e.g., a next of kin who answers questions about the patient's history). For history questions, the patient is logically an informant, yet the informant of history questions is implicitly the subject.
    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": "DataSources",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/ITI/BALP/ValueSet/DataSources",
  "version": "1.1.4-current",
  "name": "DataSources",
  "title": "participant source types for RESTful create",
  "status": "active",
  "experimental": false,
  "date": "2025-05-30T22:15:37+00:00",
  "publisher": "IHE IT Infrastructure Technical Committee",
  "contact": [
    {
      "name": "IHE IT Infrastructure Technical Committee",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
        },
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    },
    {
      "name": "IHE IT Infrastructure Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    }
  ],
  "description": "create agent participant types for user operators that are in REST",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "concept": [
          {
            "code": "AUT",
            "display": "Author"
          },
          {
            "code": "INF",
            "display": "Informant"
          },
          {
            "code": "CST",
            "display": "Custodian"
          }
        ]
      }
    ]
  }
}