STU 3 Candidate

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

Medicationexample12.json

Raw JSON (canonical form)

Medication with coded Manufactured medication

{
  "resourceType": "Medication",
  "id": "medexample012",
  "text": {
    "fhir_comments": [
      "   this example is an Inhaler   "
    ],
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medexample012</p><p><b>text</b>: </p><p><b>code</b>: Ventolin Aerosol  <span>(Details : {http://www.accessdata.fda.gov/scripts/cder/ndc/dsp_searchresult.cfm code '0173068220' = '??', given as 'Ventolin Aerosol '})</span></p><p><b>isBrand</b>: true</p><p><b>manufacturer</b>: <a>http://us.gsk.com/fhirresource/1</a></p></div>"
  },
  "code": {
    "coding": [
      {
        "system": "http://www.accessdata.fda.gov/scripts/cder/ndc/dsp_searchresult.cfm",
        "code": "0173068220",
        "display": "Ventolin Aerosol "
      }
    ]
  },
  "isBrand": true,
  "manufacturer": {
    "reference": "http://us.gsk.com/fhirresource/1"
  }
}

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.