Retention Implementation Guide
2.0.0 - ci-build

Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Other Antidiabetics Metformin - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "OtherAntidiabeticsMetformin",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement OtherAntidiabeticsMetformin</b></p><a name=\"OtherAntidiabeticsMetformin\"> </a><a name=\"hcOtherAntidiabeticsMetformin\"> </a><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/Medication 234}\">Other Antidiabetics</span></p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 372567009}\">Metformin</span></p><p><b>subject</b>: <a href=\"Patient-P001.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2022-06-01 --&gt; 2022-06-30</p><p><b>dateAsserted</b>: 2022-05-21 07:29:23+0000</p><blockquote><p><b>dosage</b></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 408102007}\">Unit dose</span></td><td>100 mg/day</td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "category" : {
    "coding" : [
      {
        "system" : "https://www.retention-project.eu/ig/CodeSystem/Medication",
        "code" : "234",
        "display" : "Other Antidiabetics"
      }
    ]
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "372567009",
        "display" : "Metformin"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/P001"
  },
  "effectivePeriod" : {
    "start" : "2022-06-01",
    "end" : "2022-06-30"
  },
  "dateAsserted" : "2022-05-21T07:29:23.356+00:00",
  "dosage" : [
    {
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "408102007",
                "display" : "Unit dose"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 100,
            "unit" : "mg/day"
          }
        }
      ]
    }
  ]
}