DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Medicationexample11.json

Raw JSON (canonical form)

Medication with coded Manufactured medication

{
  "resourceType": "Medication",
  "id": "medexample011",
  "text": {
    "fhir_comments": [
      "  this example is fully popluated as a package  "
    ],
    "status": "generated",
    "div": "<div>Novo-Prednisone</div>"
  },
  "code": {
    "coding": [
      {
        "system": "http://hc-sc.gc.ca",
        "code": "00021695",
        "display": "Novo-Prednisone"
      }
    ]
  },
  "isBrand": true,
  "manufacturer": {
    "reference": "http://www.tevacanada.com/fhirresource/1"
  },
  "product": {
    "form": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "385055001",
          "display": "Tablet"
        }
      ]
    },
    "ingredient": [
      {
        "item": {
          "display": "Prednisone"
        },
        "amount": {
          "numerator": {
            "value": 5,
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          },
          "denominator": {
            "value": 1,
            "system": "http://hl7.org/fhir/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.