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 GRN SupplyDelivery

Raw json | Download

{
  "resourceType" : "SupplyDelivery",
  "id" : "example-supplydelivery-grn",
  "meta" : {
    "profile" : [
      🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-supplydelivery"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SupplyDelivery example-supplydelivery-grn</b></p><a name=\"example-supplydelivery-grn\"> </a><a name=\"hcexample-supplydelivery-grn\"> </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-supplydelivery.html\">Atrius India Core SupplyDelivery</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-atrius-in-grn-ns.html\" title=\"Goods Received Note (GRN) number on SupplyDelivery.identifier for inventory receive audit projections.\">AtriusInGrn</a>/GRN-2026-00042</p><p><b>status</b>: Delivered</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/supply-item-type medication}, {https://atrius.in/fhir/r4/CodeSystem/supply-delivery-kind received}\">Received (GRN)</span></p><blockquote><p><b>suppliedItem</b></p><p><b>Stock batch / lot number</b>: B2026A</p><p><b>Stock expiry date</b>: 2027-06-30</p><p><b>quantity</b>: 100</p><p><b>item</b>: <span title=\"Codes:\">Paracetamol 500 mg tablet</span></p></blockquote><p><b>occurrence</b>: 2026-08-07 10:15:00+0530</p><p><b>supplier</b>: Acme Pharma Distributors</p><p><b>destination</b>: Central pharmacy store</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://atrius.in/fhir/r4/identifier/grn",
      "value" : "GRN-2026-00042"
    }
  ],
  "status" : "completed",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/supply-item-type",
        "code" : "medication",
        "display" : "Medication"
      },
      {
        "system" : "https://atrius.in/fhir/r4/CodeSystem/supply-delivery-kind",
        "code" : "received",
        "display" : "Received (GRN)"
      }
    ],
    "text" : "Received (GRN)"
  },
  "suppliedItem" : {
    "extension" : [
      {
        "url" : "https://atrius.in/fhir/r4/StructureDefinition/atrius-in-stock-batch",
        "valueString" : "B2026A"
      },
      {
        "url" : "https://atrius.in/fhir/r4/StructureDefinition/atrius-in-stock-expiry",
        "valueDate" : "2027-06-30"
      }
    ],
    "quantity" : {
      "value" : 100
    },
    "itemCodeableConcept" : {
      "text" : "Paracetamol 500 mg tablet"
    }
  },
  "occurrenceDateTime" : "2026-08-07T10:15:00+05:30",
  "supplier" : {
    "display" : "Acme Pharma Distributors"
  },
  "destination" : {
    "display" : "Central pharmacy store"
  }
}