SMART PH4H
0.1.0 - ci-build

SMART PH4H, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-ph4h/tree/main and changes regularly. See the Directory of published versions

: Example Medication Statement-2 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "47524493-846a-4a26-bae2-4ab03e60f02d",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement 47524493-846a-4a26-bae2-4ab03e60f02d</b></p><a name=\"47524493-846a-4a26-bae2-4ab03e60f02d\"> </a><a name=\"hc47524493-846a-4a26-bae2-4ab03e60f02d\"> </a><a name=\"47524493-846a-4a26-bae2-4ab03e60f02d-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.3.999</code>/9e312d6b-c6b6-439a-a730-6efaa5dcf8bc</p><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Bundle-ExampleIPS.html#urn-uuid-8adc0999-9468-4ac9-9557-680fa133d626\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#175bd032-8b00-4728-b2dc-748bb1501aed; type = document; timestamp = 2024-02-11 11:32:00+0100</a></p><p><b>subject</b>: <a href=\"Bundle-ExampleIPS.html#urn-uuid-2b90dd2b-2dab-4c75-9bb9-a355e07401e8\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#175bd032-8b00-4728-b2dc-748bb1501aed; type = document; timestamp = 2024-02-11 11:32:00+0100</a></p><p><b>effective</b>: 2016-01 --&gt; (ongoing)</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://standardterms.edqm.eu 20053000}\">Oral use</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.3.999",
      "value" : "9e312d6b-c6b6-439a-a730-6efaa5dcf8bc"
    }
  ],
  "status" : "active",
  "medicationReference" : {
    "reference" : "urn:uuid:8adc0999-9468-4ac9-9557-680fa133d626"
  },
  "subject" : {
    "reference" : "urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8"
  },
  "effectivePeriod" : {
    "start" : "2016-01"
  },
  "dosage" : [
    {
      "route" : {
        "coding" : [
          {
            "system" : "http://standardterms.edqm.eu",
            "code" : "20053000",
            "display" : "Oral use"
          }
        ]
      }
    }
  ]
}