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 Prescription Record

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "atrius-in-prescription-record-example",
  "meta" : {
    "profile" : [
      🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-prescription-record"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition atrius-in-prescription-record-example</b></p><a name=\"atrius-in-prescription-record-example\"> </a><a name=\"hcatrius-in-prescription-record-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-prescription-record.html\">Atrius India Core Prescription Record</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 440545006}\">Prescription record</span></p><p><b>encounter</b>: <a href=\"Encounter-atrius-in-encounter-inpatient-example.html\">Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); type = ; period = 2026-07-03 10:00:00+0530 --&gt; (ongoing); reasonCode = </a></p><p><b>date</b>: 2026-07-03 10:40:00+0530</p><p><b>author</b>: <a href=\"Practitioner-atrius-in-practitioner-example.html\">Practitioner Dr. Arjun Mehta(official)</a></p><p><b>title</b>: Prescription</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Professional</td><td>2026-07-03 10:41:00+0530</td><td><a href=\"Practitioner-atrius-in-practitioner-example.html\">Practitioner Dr. Arjun Mehta(official)</a></td></tr></table></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "440545006",
        "display" : "Prescription record"
      }
    ],
    "text" : "Prescription record"
  },
  "subject" : {
    🔗 "reference" : "Patient/atrius-in-patient-example"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/atrius-in-encounter-inpatient-example"
  },
  "date" : "2026-07-03T10:40:00+05:30",
  "author" : [
    {
      🔗 "reference" : "Practitioner/atrius-in-practitioner-example"
    }
  ],
  "title" : "Prescription",
  "attester" : [
    {
      "mode" : "professional",
      "time" : "2026-07-03T10:41:00+05:30",
      "party" : {
        🔗 "reference" : "Practitioner/atrius-in-practitioner-example"
      }
    }
  ],
  "section" : [
    {
      "title" : "Medications",
      "code" : {
        "text" : "Prescription"
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Paracetamol 500 mg TDS.</p></div>"
      },
      "entry" : [
        {
          🔗 "reference" : "MedicationRequest/atrius-in-medicationrequest-example",
          "type" : "MedicationRequest"
        },
        {
          🔗 "reference" : "Binary/atrius-in-binary-example",
          "type" : "Binary"
        }
      ]
    }
  ]
}