0.0.1 - 0.0.1

EAHPInteroperabilityIG - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SupplyRequest 5737 JSON example - TTL Representation

Raw ttl | Download


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

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

 a fhir:SupplyRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "5737"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2026-03-19T15:15:28.960+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://eahp-official.github.io/EAHP_Interoperabillty/StructureDefinition/SupplyRequestEAHPInteroperability"^^xsd:anyURI ;
fhir:l <https://eahp-official.github.io/EAHP_Interoperabillty/StructureDefinition/SupplyRequestEAHPInteroperability>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SupplyRequest 5737</b></p><a name=\"5737\"> </a><a name=\"hc5737\"> </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\">version: 3; Last updated: 2026-03-19 15:15:28+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SupplyRequestEAHPInteroperability.html\">SupplyRequest EAHP Interoperability</a></p></div><p><b>it/fhir/StructureDefinition/robot-processing-status</b>: in-robot-queue</p><p><b>identifier</b>: Request ID/5737</p><p><b>status</b>: Completed</p><p><b>priority</b>: Routine</p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication/ParacetamolPack\">Paracetamol 1g Tablets - Pack (blister)</a></td></tr></table><p><b>quantity</b>: 10 Indivisible Logistical Unit<span style=\"background: LightGoldenRodYellow\"> (Details: eahp-logistics-unit-cs  codeindivisible-logistical-unit = 'indivisible-logistical-unit')</span></p><p><b>requester</b>: <a href=\"Organization/JVM-Do\">Do</a></p><p><b>supplier</b>: <a href=\"Organization/riedl-phasys-01\">Riedl Phasys</a></p><p><b>deliverTo</b>: <a href=\"Location/JVM-Do\">Do</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://your-org.it/fhir/StructureDefinition/robot-processing-status"^^xsd:anyURI ;
fhir:l <http://your-org.it/fhir/StructureDefinition/robot-processing-status>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "in-robot-queue"     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs"^^xsd:anyURI ;
fhir:l <https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs>         ] ;
fhir:code [ fhir:v "RequestId" ]       ] )     ] ;
fhir:system [
fhir:v "http://example.org/eahp/json-examples/supply-requests"^^xsd:anyURI ;
fhir:l <http://example.org/eahp/json-examples/supply-requests>     ] ;
fhir:value [ fhir:v "5737" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:item [
fhir:reference [
fhir:l fhir:Medication/ParacetamolPack ;
fhir:reference [ fhir:v "Medication/ParacetamolPack" ] ;
fhir:display [ fhir:v "Paracetamol 1g Tablets - Pack (blister)" ]     ]
  ] ; # 
  fhir:quantity [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Indivisible Logistical Unit" ] ;
fhir:system [
fhir:v "http://example.org/CodeSystem/eahp-logistics-unit-cs"^^xsd:anyURI ;
fhir:l <http://example.org/CodeSystem/eahp-logistics-unit-cs>     ] ;
fhir:code [ fhir:v "indivisible-logistical-unit" ]
  ] ; # 
  fhir:requester [
fhir:l fhir:Organization/JVM-Do ;
fhir:reference [ fhir:v "Organization/JVM-Do" ] ;
fhir:display [ fhir:v "Do" ]
  ] ; # 
  fhir:supplier ( [
fhir:l fhir:Organization/riedl-phasys-01 ;
fhir:reference [ fhir:v "Organization/riedl-phasys-01" ] ;
fhir:display [ fhir:v "Riedl Phasys" ]
  ] ) ; # 
  fhir:deliverTo [
fhir:l fhir:Location/JVM-Do ;
fhir:reference [ fhir:v "Location/JVM-Do" ] ;
fhir:display [ fhir:v "Do" ]
  ] . #