Dental Data Exchange
1.0.0 - CI Build United States of America flag

Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions

: Medication- Ibuprofen example - JSON Representation

Raw json | Download


{
  "resourceType" : "Medication",
  "id" : "ibuprofen-med-example-2",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-08-06T17:04:20.941+00:00",
    "source" : "#yc3rDlQN67DavTtV",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <div class=\"hapiHeaderText\">Ibuprofen 200 mg tab</div>\n        </div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "316074",
        "display" : "Ibuprofen 200 MG"
      }
    ],
    "text" : "Ibuprofen 200 MG"
  }
}