US Core Implementation Guide
8.0.0 - STU 8 United States of America flag

This page is part of the US Core (v8.0.0: STU8) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions. Page versions: R8 R7 R6 R5 R4 R3

: Uscore Med1 Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "uscore-med1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication|8.0.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication uscore-med1</b></p><a name=\"uscore-med1\"> </a><a name=\"hcuscore-med1\"> </a><a name=\"uscore-med1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-medication.html\">US Core Medication Profileversion: null8.0.0)</a></p></div><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 206765}\">Prinivil (lisinopril) oral 10 mg</span></p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "206765",
        "display" : "lisinopril 10 MG Oral Tablet [Prinivil]"
      }
    ],
    "text" : "Prinivil (lisinopril) oral 10 mg"
  }
}