--- type: "codesystem" title: "Protocol Type" codesystem: "protocol-type" --- # Protocol Type - **Official URL**: http://hl7.org/fhir/protocol-type - **Version**: 6.0.0 - **Name**: ProtocolType - **Title**: Protocol Type - **Description**: ProtocolType ## Concepts | Code | Display | Definition | | --- | --- | --- | | condition | Condition | The protocol describes the steps to manage a particular health condition including monitoring, treatment, mitigation and/or follow-up. | | device | Device | The protocol describes the appropriate use of a particular device (medical device, software, etc.). | | drug | Drug | The protocol describes the appropriate use of a particular medication including indications for use, dosages, treatment cycles, etc. | | study | Study | The protocol describes the set of steps to occur for study subjects enrolled in an interventional study. | ## CodeSystem XML ```xml <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> ```