View raw Markdown
type: codesystemcodesystem: service-modifiers

Example Service Modifier Codes

Concepts

CodeDisplayDefinition
srSide of the RoadServices provided on the side of the road or such other non-conventional setting.
ahAfter hoursServices provided outside or normal business hours.

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <url value="http://hl7.org/fhir/ex-servicemodifier"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.573"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.565"/>
  </identifier>
  <name value="ExampleServiceModifierCodes"/>
  <title value="Example Service Modifier Codes"/>
  <status value="draft"/>
  <experimental value="false"/>
  <description value="This value set includes sample Service Modifier codes."/>
  <copyright value="This is an example set."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="sr"/>
    <display value="Side of the Road"/>
    <definition value="Services provided on the side of the road or such other non-conventional setting."/>
  </concept>
  <concept>
    <code value="ah"/>
    <display value="After hours"/>
    <definition value="Services provided outside or normal business hours."/>
  </concept>
</CodeSystem>