Common Data Models Harmonization
1.0.0 - STU 1 Publication

This page is part of the Common Data Models Harmonization FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: CDMH Medication - Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Medication",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Oxycodone</div>"
  },
  "code" : {
    "text" : "Oxycodone"
  }
}