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

Medication-example-f003-tolbutamide.json

Raw JSON (canonical form)

Real-world medication example

{
  "resourceType": "Medication",
  "id": "f003",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f003</p><p><b>code</b>: Tolbutamide 500mg tablet <span>(Details : {SNOMED CT code '325267004' = 'Tolbutamide 500mg tablet', given as 'Tolbutamide 500mg tablet'})</span></p><p><b>isBrand</b>: true</p><h3>Packages</h3><table><tr><td>-</td><td><b>Container</b></td></tr><tr><td>*</td><td>drug container <span>(Details : {SNOMED CT code '398124009' = 'Drug container (physical object)', given as 'drug container'})</span></td></tr></table></div>"
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "325267004",
        "display": "Tolbutamide 500mg tablet",
        "_display": {
          "fhir_comments": [
            "   SNOMED CT classification code   "
          ]
        }
      }
    ]
  },
  "isBrand": true,
  "package": {
    "fhir_comments": [
      "   <manufacturer> Linked to non excisting Reference(Organization) \n        OID: 2.16.840.1.113883.4.642.1.4 \n        <reference value=\"Organization/F000\"/>\n        <display value=\"Merck\"/>\n        </manufacturer>  ",
      "   <content>\n            <itemReference> 1..1 Reference(Medication) A product in the package </itemReference>\n            <amount>\n                <value value=\"30\"/>\n                <unit value=\"Pill\"/>\n                <system value=\"http://snomed.info/sct\"/>\n                <code value=\"46992007\"/>\n            </amount>\n            </content>   "
    ],
    "container": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "398124009",
          "display": "drug container"
        }
      ]
    }
  }
}

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.