View raw Markdown
type: codesystemcodesystem: protocol-type

Protocol Type

Concepts

CodeDisplayDefinition
conditionConditionThe protocol describes the steps to manage a particular health condition including monitoring, treatment, mitigation and/or follow-up.
deviceDeviceThe protocol describes the appropriate use of a particular device (medical device, software, etc.).
drugDrugThe protocol describes the appropriate use of a particular medication including indications for use, dosages, treatment cycles, etc.
studyStudyThe protocol describes the set of steps to occur for study subjects enrolled in an interventional study.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="protocol-type"/>
  <meta>

  </meta>
  <url value="http://hl7.org/fhir/protocol-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1833"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="ProtocolType"/>
  <title value="Protocol Type"/>
  <experimental value="true"/>
  <description value="ProtocolType"/>
  <concept>
    <code value="condition"/>
    <display value="Condition"/>
    <definition value="The protocol describes the steps to manage a particular health condition including monitoring, treatment, mitigation and/or follow-up."/>
  </concept>
  <concept>
    <code value="device"/>
    <display value="Device"/>
    <definition value="The protocol describes the appropriate use of a particular device (medical device, software, etc.)."/>
  </concept>
  <concept>
    <code value="drug"/>
    <display value="Drug"/>
    <definition value="The protocol describes the appropriate use of a particular medication including indications for use, dosages, treatment cycles, etc."/>
  </concept>
  <concept>
    <code value="study"/>
    <display value="Study"/>
    <definition value="The protocol describes the set of steps to occur for study subjects enrolled in an interventional study."/>
  </concept>
</CodeSystem>