HL7 FHIR® US Core Implementation Guide STU3 Release 3.1.0

This page is part of the US Core (v3.1.0: STU3) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

JSON Format: Medication-uscore-med1

Download Raw json

{
  "resourceType" : "Medication",
  "id" : "uscore-med1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: uscore-med1</p><p><b>meta</b>: </p><p><b>code</b>: lisinopril oral 10 mg <span style=\"background: LightGoldenRodYellow\">(Details : {RxNorm code '206765' = 'Prinivil 10 MG Oral Tablet', given as 'Lisinopril 10 MG Oral Tablet [Prinivil]'})</span></p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "206765",
        "display" : "Lisinopril 10 MG Oral Tablet [Prinivil]"
      }
    ],
    "text" : "lisinopril oral 10 mg"
  }
}