International Patient Summary Implementation Guide (Release 0.3.0 STU1 Ballot)

This page is part of the International Patient Summary Implementation Guide (v0.3.0: STU 1 (FHIR R4) Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: MedicationStatement-eumfh-39-07-1

Download Raw json

{
  "resourceType" : "MedicationStatement",
  "id" : "eumfh-39-07-1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: eumfh-39-07-1</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>medication</b>: <a href=\"Medication-eumfh-39-07-1.html\">simvastatin. Generated Summary: id: eumfh-39-07-1; <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 757704}, {http://www.whocc.no/atc C10AA01}\">Fluspiral 50 mcg</span>; <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 1294713}, {http://standardterms.edqm.eu 10219000}\">Disintegrating Oral Product</span></a></p><p><b>subject</b>: <a href=\"Patient-eumfh-39-07.html\">Alexander Heig (inject 39-07). Generated Summary: id: eumfh-39-07; 39-07, EUR01P0001; active; Alexander Heig ; gender: male; birthDate: Jan 1, 1957</a></p><p><b>effective</b>: Jan 1, 2014 12:00:00 AM --&gt; (ongoing)</p><p><b>dosage</b>: </p></div>"
  },
  "status" : "active",
  "medicationReference" : {
    "reference" : "Medication/eumfh-39-07-1",
    "display" : "simvastatin"
  },
  "subject" : {
    "reference" : "Patient/eumfh-39-07",
    "display" : "Alexander Heig (inject 39-07)"
  },
  "effectivePeriod" : {
    "start" : "2014"
  },
  "dosage" : [
    {
      "text" : "40 mg/day",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 40,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}