View raw Markdown
type: codesystemcodesystem: intervention

Intervention Codes

Concepts

CodeDisplayDefinition
unknownUnknownUnknown
otherOtherOther

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <url value="http://hl7.org/fhir/intervention"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.533"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.525"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.309"/>
  </identifier>
  <name value="InterventionCodes"/>
  <title value="Intervention Codes"/>
  <status value="draft"/>
  <experimental value="false"/>
  <description value="This value set includes sample Intervention codes."/>
  <copyright value="This is an example set."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
    <definition value="Unknown"/>
  </concept>
  <concept>
    <code value="other"/>
    <display value="Other"/>
    <definition value="Other"/>
  </concept>
</CodeSystem>