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/med0309 (JSON)

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

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

As needed dosage range - Manufactured Product - Tylenol No 1 Caplet

{
  "resourceType" : "Medication",
  "id" : "med0309",
  "contained" : [{
    "resourceType" : "Organization",
    "id" : "mmanu",
    "name" : "Medication Manufacturer"
  }],
  "code" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/sid/ndc",
      "code" : "50580-608-02",
      "display" : "Tylenol PM Extra Strength, 1 BOTTLE in 1 CARTON (50580-608-02) > 100 TABLET, FILM COATED in 1 BOTTLE (package)"
    }],
    "text" : "Tylenol PM"
  },
  "marketingAuthorizationHolder" : {
    "reference" : "#mmanu"
  },
  "doseForm" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "385057009",
      "display" : "Film-coated tablet (basic dose form)"
    }]
  },
  "ingredient" : [{
    "item" : {
      "concept" : {
        "coding" : [{
          "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
          "code" : "315266",
          "display" : "Acetaminophen 500 MG"
        }]
      }
    },
    "strengthRatio" : {
      "numerator" : {
        "value" : 500,
        "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" : "901813",
          "display" : "Diphenhydramine Hydrochloride 25 mg"
        }]
      }
    },
    "strengthRatio" : {
      "numerator" : {
        "value" : 25,
        "system" : "http://unitsofmeasure.org",
        "code" : "mg"
      },
      "denominator" : {
        "value" : 1,
        "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
        "code" : "TAB"
      }
    }
  }],
  "batch" : {
    "lotNumber" : "9494788",
    "expirationDate" : "2017-05-22"
  }
}

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.