Definition for Code System ProvenanceParticipantType
{
"resourceType": "CodeSystem",
"id": "provenance-agent-type",
"meta": {
"lastUpdated": "2016-12-20T00:33:54.672-05:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition"
]
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"url": "http://hl7.org/fhir/provenance-participant-type",
"identifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.246"
},
"version": "1.8.0",
"name": "ProvenanceParticipantType",
"status": "draft",
"experimental": true,
"publisher": "HL7 (FHIR Project)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
},
{
"telecom": [
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
}
],
"date": "2023-05-12T14: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.