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

: CDM Medication Knowledge Drug Example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationKnowledge",
  "id" : "MedicationKnowledgeDrugExample",
  "meta" : {
    "source" : "http://acme-health.com/pharmacy1"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationKnowledge</b><a name=\"MedicationKnowledgeDrugExample\"> </a></p><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\">Resource MedicationKnowledge \"MedicationKnowledgeDrugExample\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/pharmacy1!</p></div><p><b>code</b>: 69452-0151-20 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndc-no-hyphens.html\">NDC No Hyphens Codes</a>#69452015120)</span></p><p><b>status</b>: active</p><blockquote><p><b>cost</b></p><p><b>type</b>: The federal upper limit price for the NDC of a drug claim <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-medication-knowledge-cost-type.html\">Medication Knowledge Cost Type Codes</a>#federal-upper-limit)</span></p><p><b>source</b>: NDC</p><h3>Costs</h3><table class=\"grid\"><tr><td>-</td><td><b>Currency</b></td></tr><tr><td>*</td><td>USD</td></tr></table></blockquote></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/ndc-no-hyphens",
        "code" : "69452015120"
      }
    ]
  },
  "status" : "active",
  "cost" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/medication-knowledge-cost-type",
            "code" : "federal-upper-limit"
          }
        ]
      },
      "source" : "NDC",
      "cost" : {
        "currency" : "USD"
      }
    }
  ]
}