FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: ActionParticipantType - JSON Representation

Page standards status: Informative Maturity Level: 3

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "action-participant-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n            <p>This code system http://hl7.org/fhir/action-participant-type defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">patient\n            \n            \n                  <a name=\"action-participant-type-patient\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Patient</td>\n          \n          \n                <td>The participant is the patient under evaluation.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">practitioner\n            \n            \n                  <a name=\"action-participant-type-practitioner\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Practitioner</td>\n          \n          \n                <td>The participant is a practitioner involved in the patient's care.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">related-person\n            \n            \n                  <a name=\"action-participant-type-related-person\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Related Person</td>\n          \n          \n                <td>The participant is a person related to the patient.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">device\n            \n            \n                  <a name=\"action-participant-type-device\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Device</td>\n          \n          \n                <td>The participant is a system or device used in the care of the patient.</td>\n        \n        \n              </tr>\n      \n      \n            </table>\n    \n    \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-r4b.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" : "4.3.0",
  "name" : "ActionParticipantType",
  "title" : "ActionParticipantType",
  "status" : "draft",
  "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" : "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" : "related-person",
      "display" : "Related Person",
      "definition" : "The participant is a person related to the patient."
    },
    {
      "code" : "device",
      "display" : "Device",
      "definition" : "The participant is a system or device used in the care of the patient."
    }
  ]
}