LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Procedure Modifier Value Set - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "procedure-modifier",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-procedure-modifier.html\"><code>http://linuxforhealth.org/fhir/cdm/CodeSystem/procedure-modifier</code></a></li><li>Include all codes defined in <code>https://oidref.com/2.16.840.1.113883.6.285</code></li></ul></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/ValueSet/procedure-modifier",
  "version" : "8.0.0",
  "name" : "ProcedureModifierValueSet",
  "title" : "Procedure Modifier Value Set",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "The value set indicating the procedure modifiers",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/procedure-modifier"
      },
      {
        "system" : "https://oidref.com/2.16.840.1.113883.6.285"
      }
    ]
  }
}