Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example AtriusIn Medication

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "atrius-in-medication-example",
  "meta" : {
    "profile" : [
      🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-medication"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication atrius-in-medication-example</b></p><a name=\"atrius-in-medication-example\"> </a><a name=\"hcatrius-in-medication-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-atrius-in-medication.html\">Atrius India Core Medication</a></p></div><p><b>code</b>: <span title=\"Codes:\">Paracetamol 500 mg tablet</span></p><p><b>manufacturer</b>: <a href=\"Organization-atrius-in-organization-example.html\">Organization AtriusIn General Hospital</a></p><p><b>form</b>: <span title=\"Codes:\">Tablet</span></p><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>B2026A</td><td>2027-06-30</td></tr></table></div>"
  },
  "code" : {
    "text" : "Paracetamol 500 mg tablet"
  },
  "manufacturer" : {
    🔗 "reference" : "Organization/atrius-in-organization-example"
  },
  "form" : {
    "text" : "Tablet"
  },
  "batch" : {
    "lotNumber" : "B2026A",
    "expirationDate" : "2027-06-30"
  }
}