Release 4

Codesystem-provenance-agent-type.json

Financial Management Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code System ProvenanceParticipantType

{
  "resourceType" : "CodeSystem",
  "id" : "provenance-agent-type",
  "meta" : {
    "lastUpdated" : "2021-01-21T15:34:20.265+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fm"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "draft"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1131"
  }],
  "version" : "4.0.1",
  "name" : "ProvenanceParticipantType",
  "title" : "Provenance participant type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-05-12T10:00:00+10:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The type of participation a provenance participant.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/provenance-agent-type",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [{
    "code" : "enterer",
    "display" : "Enterer",
    "definition" : "A person entering the data into the originating system"
  },
  {
    "code" : "performer",
    "display" : "Performer",
    "definition" : "A person, animal, organization or device that who actually and principally carries out the activity"
  },
  {
    "code" : "author",
    "display" : "Author",
    "definition" : "A party that originates the resource and therefore has responsibility for the information given in the resource and ownership of this resource"
  },
  {
    "code" : "verifier",
    "display" : "Verifier",
    "definition" : "A person who verifies the correctness and appropriateness of activity",
    "concept" : [{
      "code" : "legal",
      "display" : "Legal Authenticator",
      "definition" : "The person authenticated the content and accepted legal responsibility for its content"
    }]
  },
  {
    "code" : "attester",
    "display" : "Attester",
    "definition" : "A verifier who attests to the accuracy of the resource"
  },
  {
    "code" : "informant",
    "display" : "Informant",
    "definition" : "A person who reported information that contributed to the resource"
  },
  {
    "code" : "custodian",
    "display" : "Custodian",
    "definition" : "The entity that is accountable for maintaining a true an accurate copy of the original record"
  },
  {
    "code" : "assembler",
    "display" : "Assembler",
    "definition" : "A device that operates independently of an author on custodian's algorithms for data extraction of existing information for purpose of generating a new artifact."
  },
  {
    "code" : "composer",
    "display" : "Composer",
    "definition" : "A device used by an author to record new information, which may also be used by the author to select existing information for aggregation with newly recorded information for the purpose of generating a new artifact."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.