PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: Medical Action Plan Problem Priority - JSON Representation

Draft as of 2025-08-26

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "MAPProblemPriorityVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MAPProblemPriorityVS</b></p><a name=\"MAPProblemPriorityVS\"> </a><a name=\"hcMAPProblemPriorityVS\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-umls.html\"><code>http://terminology.hl7.org/CodeSystem/umls</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>C2985739</td><td>Clinically Significant Indicator</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> version <code>http://snomed.info/sct/731000124108</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/sct/731000124108/id/75540009\">75540009</a></td><td>High (qualifier value)</td></tr></table></li></ul></div>"
  },
  "url" : "http://mitre.org/paciowg/ValueSet/MAPProblemPriorityVS",
  "version" : "0.1.0",
  "name" : "MAPProblemPriorityVS",
  "title" : "Medical Action Plan Problem Priority",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-08-26T21:40:15+00:00",
  "publisher" : "MITRE",
  "contact" : [
    {
      "name" : "MITRE",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.mitre.org"
        }
      ]
    },
    {
      "name" : "May Terry",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mayT@mitre.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Codes indicating the priority or significance of a drug therapy problem identified.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/umls",
        "concept" : [
          {
            "code" : "C2985739",
            "display" : "Clinically Significant Indicator"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/731000124108",
        "concept" : [
          {
            "code" : "75540009",
            "display" : "High (qualifier value)"
          }
        ]
      }
    ]
  }
}