International Patient Summary Implementation Guide
1.1.0 - CI Build International flag

International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ips/ and changes regularly. See the Directory of published versions

: Medication : Simvastatin 40 MG Disintegrating Oral Tablet - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Medication",
  "id" : "eumfh-39-07-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>Simvastatin 40 MG Disintegrating Oral Tablet</p>\n\t\t</div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "757704",
        "display" : "Simvastatin 40 MG Disintegrating Oral Tablet"
      },
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "C10AA01",
        "display" : "simvastatin"
      }
    ],
    "text" : "Simvastatin 40 MG Disintegrating Oral Tablet"
  },
  "form" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "1294713",
        "display" : "Disintegrating Oral Product"
      },
      {
        "system" : "http://standardterms.edqm.eu",
        "code" : "10219000",
        "display" : "Tablet"
      }
    ]
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code" : "36567",
            "display" : "Simvastatin"
          }
        ]
      },
      "strength" : {
        "numerator" : {
          "value" : 40,
          "unit" : "mcg",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "tablet",
          "system" : "http://unitsofmeasure.org",
          "code" : "{tablet}"
        }
      }
    }
  ]
}