STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4

Codesystem-provenance-agent-type.json

Raw JSON (canonical form)

Definition for Code System ProvenanceParticipantType

{
  "resourceType": "CodeSystem",
  "id": "provenance-agent-type",
  "meta": {
    "lastUpdated": "2016-03-31T08:01:25.570+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.246"
    }
  ],
  "url": "http://hl7.org/fhir/provenance-participant-type",
  "version": "1.4.0",
  "name": "ProvenanceParticipantType",
  "status": "draft",
  "experimental": true,
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "date": "2023-05-12T00:00:00+10:00",
  "description": "The type of a provenance participant. Use either a defined FHIR resource type, or, if the reference is not to a resource, one of the defined codes, or some other code if none of the defined codes are appropriate.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/provenance-agent-type",
  "content": "complete",
  "concept": [
    {
      "code": "person",
      "display": "Person",
      "definition": "The participant is a person acting on their on behalf or on behalf of the patient rather than as an practitioner for an organization.  I.e. \"not a healthcare provider\"."
    },
    {
      "code": "practitioner",
      "display": "Practitioner",
      "definition": "The participant is a practitioner, a person (provider) who is directly or indirectly involved in the provisioning of healthcare."
    },
    {
      "code": "organization",
      "display": "Organization",
      "definition": "The participant is an organization."
    },
    {
      "code": "software",
      "display": "Software",
      "definition": "The participant is a software application including services, algorithms, etc."
    },
    {
      "code": "patient",
      "display": "Patient",
      "definition": "The participant is the patient, a person or animal receiving care or other health-related services."
    },
    {
      "code": "device",
      "display": "Device",
      "definition": "The participant is a device, an instance of a manufactured thing that is used in the provision of healthcare without being substantially changed through that activity. The device may be a machine, an insert, a computer, an application, etc. This includes durable (reusable) medical equipment as well as disposable equipment used for diagnostic, treatment, and research for healthcare and public health."
    },
    {
      "code": "related-person",
      "display": "Related Person",
      "definition": "The participant is a related person, a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process."
    }
  ]
}

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.