FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Medication/med0308 (JSON)

Pharmacy Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

As needed Oral tablet - Manufactured Product - Percocet

{
  "resourceType" : "Medication",
  "id" : "med0308",
  "contained" : [{
    "resourceType" : "Organization",
    "id" : "mmanu",
    "name" : "Medication Manufacturer"
  }],
  "code" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/sid/ndc",
      "code" : "63481-623-70",
      "display" : "PERCOCET, 100 TABLET in 1 BOTTLE (63481-623-70) (package)"
    }],
    "text" : "Percocet tablet"
  },
  "marketingAuthorizationHolder" : {
    "reference" : "#mmanu"
  },
  "doseForm" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "385055001",
      "display" : "Tablet (basic dose form)"
    }]
  },
  "ingredient" : [{
    "item" : {
      "concept" : {
        "coding" : [{
          "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
          "code" : "82063",
          "display" : "oxycodone hydrochloride"
        }]
      }
    },
    "strengthRatio" : {
      "numerator" : {
        "value" : 5,
        "system" : "http://unitsofmeasure.org",
        "code" : "mg"
      },
      "denominator" : {
        "value" : 1,
        "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
        "code" : "TAB"
      }
    }
  },
  {
    "item" : {
      "concept" : {
        "coding" : [{
          "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
          "code" : "161"
        }],
        "text" : "Acetaminophen"
      }
    },
    "strengthRatio" : {
      "numerator" : {
        "value" : 325,
        "system" : "http://unitsofmeasure.org",
        "code" : "mg"
      },
      "denominator" : {
        "value" : 1,
        "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
        "code" : "TAB"
      }
    }
  }],
  "batch" : {
    "lotNumber" : "658484",
    "expirationDate" : "2020-07-31"
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.