FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 3 |
{
"resourceType" : "CodeSystem",
"id" : "action-participant-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/action-participant-type</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">careteam\n <a name=\"action-participant-type-careteam\"> </a>\n </td>\n <td>CareTeam</td>\n <td>The participant is a care team caring for the patient under evaluation.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">device\n <a name=\"action-participant-type-device\"> </a>\n </td>\n <td>Device</td>\n <td>The participant is a system or device used in the care of the patient.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">group\n <a name=\"action-participant-type-group\"> </a>\n </td>\n <td>Group</td>\n <td>The participant is a group of participants involved in the care of the patient.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">healthcareservice\n <a name=\"action-participant-type-healthcareservice\"> </a>\n </td>\n <td>HealthcareService</td>\n <td>The participant is an institution that can provide the given healthcare service used in the care of the patient.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">location\n <a name=\"action-participant-type-location\"> </a>\n </td>\n <td>Location</td>\n <td>The participant is a location involved in the care of the patient.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">organization\n <a name=\"action-participant-type-organization\"> </a>\n </td>\n <td>Organization</td>\n <td>The participant is an organization involved in the care of the patient.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">patient\n <a name=\"action-participant-type-patient\"> </a>\n </td>\n <td>Patient</td>\n <td>The participant is the patient under evaluation.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">practitioner\n <a name=\"action-participant-type-practitioner\"> </a>\n </td>\n <td>Practitioner</td>\n <td>The participant is a practitioner involved in the patient's care.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">practitionerrole\n <a name=\"action-participant-type-practitionerrole\"> </a>\n </td>\n <td>PractitionerRole</td>\n <td>The participant is a particular practitioner role involved in the patient's care.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">relatedperson\n <a name=\"action-participant-type-relatedperson\"> </a>\n </td>\n <td>RelatedPerson</td>\n <td>The participant is a person related to the patient.</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 3
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r5.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
}
],
"url" : "http://hl7.org/fhir/action-participant-type",
"version" : "5.0.0",
"name" : "ActionParticipantType",
"title" : "Action Participant Type",
"status" : "active",
"experimental" : false,
"date" : "2021-01-05T09:01:24+10:00",
"publisher" : "Clinical Decision Support",
"contact" : [
{
"name" : "Clinical Decision Support",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description" : "The type of participant for the action.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/action-participant-type|4.0.1",
"content" : "complete",
"concept" : [
{
"code" : "careteam",
"display" : "CareTeam",
"definition" : "The participant is a care team caring for the patient under evaluation."
},
{
"code" : "device",
"display" : "Device",
"definition" : "The participant is a system or device used in the care of the patient."
},
{
"code" : "group",
"display" : "Group",
"definition" : "The participant is a group of participants involved in the care of the patient."
},
{
"code" : "healthcareservice",
"display" : "HealthcareService",
"definition" : "The participant is an institution that can provide the given healthcare service used in the care of the patient."
},
{
"code" : "location",
"display" : "Location",
"definition" : "The participant is a location involved in the care of the patient."
},
{
"code" : "organization",
"display" : "Organization",
"definition" : "The participant is an organization involved in the care of the patient."
},
{
"code" : "patient",
"display" : "Patient",
"definition" : "The participant is the patient under evaluation."
},
{
"code" : "practitioner",
"display" : "Practitioner",
"definition" : "The participant is a practitioner involved in the patient's care."
},
{
"code" : "practitionerrole",
"display" : "PractitionerRole",
"definition" : "The participant is a particular practitioner role involved in the patient's care."
},
{
"code" : "relatedperson",
"display" : "RelatedPerson",
"definition" : "The participant is a person related to the patient."
}
]
}