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 ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/SupplyDelivery/example-supplydelivery-grn> a fhir:SupplyDelivery ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-supplydelivery-grn"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-supplydelivery" ;
       fhir:index -1 ;
       fhir:link <https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-supplydelivery>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:SupplyDelivery.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "https://atrius.in/fhir/r4/identifier/grn" ] ;
     fhir:Identifier.value [ fhir:value "GRN-2026-00042" ]
  ] ;
  fhir:SupplyDelivery.status [ fhir:value "completed"] ;
  fhir:SupplyDelivery.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/supply-item-type" ] ;
       fhir:Coding.code [ fhir:value "medication" ] ;
       fhir:Coding.display [ fhir:value "Medication" ]
     ], [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "https://atrius.in/fhir/r4/CodeSystem/supply-delivery-kind" ] ;
       fhir:Coding.code [ fhir:value "received" ] ;
       fhir:Coding.display [ fhir:value "Received (GRN)" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Received (GRN)" ]
  ] ;
  fhir:SupplyDelivery.suppliedItem [
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "https://atrius.in/fhir/r4/StructureDefinition/atrius-in-stock-batch" ] ;
       fhir:Extension.valueString [ fhir:value "B2026A" ]
     ], [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "https://atrius.in/fhir/r4/StructureDefinition/atrius-in-stock-expiry" ] ;
       fhir:Extension.valueDate [ fhir:value "2027-06-30"^^xsd:date ]
     ] ;
     fhir:SupplyDelivery.suppliedItem.quantity [
       fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ]
     ] ;
     fhir:SupplyDelivery.suppliedItem.itemCodeableConcept [
       fhir:CodeableConcept.text [ fhir:value "Paracetamol 500 mg tablet" ]
     ]
  ] ;
  fhir:SupplyDelivery.occurrenceDateTime [ fhir:value "2026-08-07T10:15:00+05:30"^^xsd:dateTime] ;
  fhir:SupplyDelivery.supplier [
     fhir:Reference.display [ fhir:value "Acme Pharma Distributors" ]
  ] ;
  fhir:SupplyDelivery.destination [
     fhir:Reference.display [ fhir:value "Central pharmacy store" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SupplyDelivery/example-supplydelivery-grn.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SupplyDelivery/example-supplydelivery-grn.ttl> .