CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG
1.0.0 - Release 1 United States of America flag

CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medication - ACH Daily Medication Example Negative PCR - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "medication-example-ach-daily-negativepcr",
  "meta" : {
    "profile" : [
      🔗 "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-medication"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication medication-example-ach-daily-negativepcr</b></p><a name=\"medication-example-ach-daily-negativepcr\"> </a><a name=\"hcmedication-example-ach-daily-negativepcr\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ach-daily-medication.html\">ACH Daily Event Medication</a></p></div><p><b>Original Resource ID</b>: eZeW55xkBH0DrR0Xj004fNlA99h1sjXKwuhGs.PNpjjUi.Dh2-U-oGW0c9xZjPn2b29S.YZMgFiH.76i57tFS1PARcjzOMkC6TPHQQXiH6vA3</p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 2587902}, {http://www.nlm.nih.gov/research/umls/rxnorm 2587906}\">molnupiravir 200 MG Oral Capsule</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385049006}\">Capsule</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 2587902}, {http://www.nlm.nih.gov/research/umls/rxnorm 2587906}\">molnupiravir 200 MG Oral Capsule</span></td><td>200 unit/mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeU/mg = 'U/mg')</span>/200 unit/mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeU/mg = 'U/mg')</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/link-original-resource-id-extension",
      "valueString" : "eZeW55xkBH0DrR0Xj004fNlA99h1sjXKwuhGs.PNpjjUi.Dh2-U-oGW0c9xZjPn2b29S.YZMgFiH.76i57tFS1PARcjzOMkC6TPHQQXiH6vA3"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "2587902"
      },
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "2587906"
      }
    ],
    "text" : "molnupiravir 200 MG Oral Capsule"
  },
  "status" : "active",
  "form" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "385049006",
        "display" : "Capsule"
      }
    ],
    "text" : "Capsule"
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code" : "2587902"
          },
          {
            "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code" : "2587906"
          }
        ],
        "text" : "molnupiravir 200 MG Oral Capsule"
      },
      "strength" : {
        "numerator" : {
          "value" : 200,
          "unit" : "unit/mg",
          "system" : "http://unitsofmeasure.org",
          "code" : "U/mg"
        },
        "denominator" : {
          "value" : 200,
          "unit" : "unit/mg",
          "system" : "http://unitsofmeasure.org",
          "code" : "U/mg"
        }
      }
    }
  ]
}