{
  "resourceType" : "CodeSystem",
  "id" : "action-participant-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem action-participant-type</b></p><a name=\"action-participant-type\"> </a><a name=\"hcaction-participant-type\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/action-participant-type</code> 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></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
    "valueString" : "Informative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2
  },
  {
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r3.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/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"
      }]
    }
  }],
  "url" : "http://hl7.org/fhir/action-participant-type",
  "version" : "3.0.2",
  "name" : "ActionParticipantType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-10-24T10:53:00+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"
  }]
}