Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedtechMedicationStatementExample - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "10d95aa70809138c22ba650b03b26544",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medtechglobal.com/StructureDefinition/medtech-medicationstatement-ips"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "U",
        "display" : "unrestricted"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement 10d95aa70809138c22ba650b03b26544</b></p><a name=\"10d95aa70809138c22ba650b03b26544\"> </a><a name=\"hc10d95aa70809138c22ba650b03b26544\"> </a><a name=\"10d95aa70809138c22ba650b03b26544-en-US\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.18.26.2 10304851000116108}\">GLIPIZIDE - 5mg Tab</span></p><p><b>subject</b>: <a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#fc36fc23-2c3f-4542-9e51-ebde03390a0b; type = document; timestamp = 2023-11-13 03:34:15+1300</a></p><p><b>dateAsserted</b>: 2021-04-21 17:02:35+1200</p><p><b>informationSource</b>: <a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#fc36fc23-2c3f-4542-9e51-ebde03390a0b; type = document; timestamp = 2023-11-13 03:34:15+1300</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablet in afternoon daily</td><td><span title=\"Codes:{http://snomed.info/sct 31099001}\">Systemic</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/nzeps-long-term-medication",
      "valueBoolean" : true
    }
  ],
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.2.18.26.2",
        "code" : "10304851000116108",
        "display" : "GLIPIZIDE - 5mg Tab"
      }
    ],
    "text" : "GLIPIZIDE - 5mg Tab"
  },
  "subject" : {
    "reference" : "https://alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b"
  },
  "dateAsserted" : "2021-04-21T17:02:35.000+12:00",
  "informationSource" : {
    "reference" : "https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91"
  },
  "dosage" : [
    {
      "text" : "1 tablet in afternoon daily",
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "31099001",
            "display" : "Systemic"
          }
        ]
      }
    }
  ]
}