US Core Implementation Guide STU 2

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

Medication uscore-med1

Formats: Narrative, XML, JSON, Turtle

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>: Prinivil 10 MG Oral Tablet <span style="background: LightGoldenRodYellow">(Details : {RxNorm code '206765' = 'Prinivil 10 MG Oral Tablet', given as 'Prinivil 10 MG Oral Tablet'})</span></p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "206765",
        "display" : "Prinivil 10 MG Oral Tablet"
      }
    ],
    "text" : "Prinivil 10 MG Oral Tablet"
  }
}