FHIR Clinical Documents
1.0.0-ballot - STU1 Ballot International flag

This page is part of the FHIR Clinical Documents (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Clinical Document Participant Types Value set - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "clinical-doc-participant-types-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet clinical-doc-participant-types-vs</b></p><a name=\"clinical-doc-participant-types-vs\"> </a><a name=\"hcclinical-doc-participant-types-vs\"> </a><a name=\"clinical-doc-participant-types-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ParticipationType.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ParticipationType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ENT\">ENT</a></td><td>data entry person</td><td>A person entering the data into the originating system. The data entry person is collected optionally for internal quality control purposes. This includes the transcriptionist for dictated text.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-INF\">INF</a></td><td>informant</td><td>A 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.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-IRCP\">IRCP</a></td><td>information recipient</td><td>A 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.&quot; 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.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-PRCP\">PRCP</a></td><td>primary information recipient</td><td>Information 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.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-TRC\">TRC</a></td><td>tracker</td><td>A secondary information recipient, who receives copies (e.g., a primary care provider receiving copies of results as ordered by specialist).</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "sd"
    },
    {
      "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/fhir-clinical-document/ImplementationGuide/hl7.fhir.uv.fhir-clinical-document"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/fhir-clinical-document/ValueSet/clinical-doc-participant-types-vs",
  "version" : "1.0.0-ballot",
  "name" : "ClinicalDocParticipantTypesVs",
  "title" : "Clinical Document Participant Types Value set",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-08-08T18:14:34+00:00",
  "publisher" : "HL7 International / Structured Documents",
  "contact" : [
    {
      "name" : "HL7 International / Structured Documents",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure"
        },
        {
          "system" : "email",
          "value" : "strucdoc@lists.hl7.org"
        }
      ]
    }
  ],
  "description" : "Subset of codes from v3-ParticipationType for use as Clinical Document Participant Type codes",
  "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" : "ENT",
            "display" : "data entry person"
          },
          {
            "code" : "INF",
            "display" : "informant"
          },
          {
            "code" : "IRCP",
            "display" : "information recipient"
          },
          {
            "code" : "PRCP",
            "display" : "primary information recipient"
          },
          {
            "code" : "TRC",
            "display" : "tracker"
          }
        ]
      }
    ]
  }
}