HL7 Europe Patient Summary
1.0.0-ballot - ci-build 150

This page is part of the HL7 Europe European Patient Summary (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Medication: simvastatin 10 MG Oral Tablet - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "a20659b9-12e2-417a-aa70-98483da34f44",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/base/StructureDefinition/medication-eu-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Simvastatin 10 mg oral tablet, Oral tablet</div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "314231",
        "display" : "simvastatin 10 MG Oral Tablet"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "319996000",
        "display" : "Product containing precisely simvastatin 10 milligram/1 each conventional release oral tablet (clinical drug)"
      }
    ],
    "text" : "Simvastatin 10 mg oral tablet"
  },
  "form" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "421026006",
        "display" : "Oral tablet"
      }
    ]
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "387584000",
            "display" : "Simvastatin"
          }
        ]
      },
      "isActive" : true
    }
  ]
}