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

FHIR IG Statistics: ValueSet/adverse-event-participant-function-vs

Packagehl7.fhir.uv.ae-research-backport-ig
TypeValueSet
Idadverse-event-participant-function-vs
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/ae-research-backport-ig/https://build.fhir.org/ig/HL7/fhir-ae-research-backport-ig/ValueSet-adverse-event-participant-function-vs.html
URLhttp://hl7.org/fhir/uv/ae-research-backport-ig/ValueSet/adverse-event-participant-function-vs
Version1.0.1
Statusdraft
Date2024-04-30T20:04:27+00:00
NameAdverseEventParticipantFunction
TitleAdverse Event Participant Functions
Realmuv
Authorityhl7
DescriptionThis value set includes codes that describe the type of involvement of the actor in the adverse event.

Resources that use this resource

StructureDefinition
participantParticipant

Resources that this resource uses

CodeSystem
v3-ParticipationTypeParticipationType
v3-ParticipationTypev3 Code System ParticipationType

Narrative

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

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ParticipationType
    CodeDisplayDefinition
    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.
    PARTParticipationIndicates that the target of the participation is involved in some manner in the act, but does not qualify how.
    WITwitnessOnly with service events. A person witnessing the action happening without doing anything. A witness is not necessarily aware, much less approves of anything stated in the service event. Example for a witness is students watching an operation or an advanced directive witness.
    AUTauthor (originator)**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.

Source

{
  "resourceType": "ValueSet",
  "id": "adverse-event-participant-function-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "brr"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/ae-research-backport-ig/ImplementationGuide/hl7.fhir.uv.ae-research-backport-ig"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/ae-research-backport-ig/ValueSet/adverse-event-participant-function-vs",
  "version": "1.0.1",
  "name": "AdverseEventParticipantFunction",
  "title": "Adverse Event Participant Functions",
  "status": "draft",
  "experimental": true,
  "date": "2024-04-30T20:04:27+00:00",
  "publisher": "HL7 International / Biomedical Research and Regulation",
  "contact": [
    {
      "name": "Biomedical Research and Regulation WG",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "This value set includes codes that describe the type of involvement of the actor in the adverse event.",
  "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": "INF",
            "display": "informant"
          },
          {
            "code": "PART",
            "display": "Participation"
          },
          {
            "code": "WIT",
            "display": "witness"
          },
          {
            "code": "AUT",
            "display": "author (originator)"
          }
        ]
      }
    ]
  }
}