{
  "resourceType" : "CodeSystem",
  "id" : "action-participant-type",
  "meta" : {
    "lastUpdated" : "2018-08-19T21:48:56.559+10:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ActionParticipantType</h2><div><p>The type of participant for the action.</p>\n</div><p>This code system http://hl7.org/fhir/action-participant-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">patient<a name=\"action-participant-type-patient\"> </a></td><td>Patient</td><td>The participant is the patient under evaluation.</td></tr><tr><td style=\"white-space:nowrap\">practitioner<a name=\"action-participant-type-practitioner\"> </a></td><td>Practitioner</td><td>The participant is a practitioner involved in the patient's care.</td></tr><tr><td style=\"white-space:nowrap\">related-person<a name=\"action-participant-type-related-person\"> </a></td><td>Related Person</td><td>The participant is a person related to the patient.</td></tr><tr><td style=\"white-space:nowrap\">device<a name=\"action-participant-type-device\"> </a></td><td>Device</td><td>The participant is a system or device used in the care of the patient.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueString" : "Trial Use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2
  }],
  "url" : "http://hl7.org/fhir/action-participant-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.812"
  }],
  "version" : "3.5.0",
  "name" : "ActionParticipantType",
  "title" : "ActionParticipantType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-08-19T21:48:56+10:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The type of participant for the action.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/action-participant-type",
  "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."
  }]
}