FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example SupplyDelivery/ISBT128 (Turtle)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient, Practitioner

Raw Turtle (+ also see Turtle/RDF Format Specification)

ISBT 128 Supply Delivery

@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 -------------------------------------------------------------------

#  
#This is the corresponding supply delivery from the supplye request example
# 

[a fhir:SupplyDelivery ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ISBT128"] ; # 
  fhir:contained ( [
     a fhir:BiologicallyDerivedProduct ;
     fhir:id [ fhir:v "Item1" ] ;
     fhir:productCode [
       fhir:coding ( [
         fhir:code [ fhir:v "E0398" ]
       ] )
     ] ;
     fhir:identifier ( [
       fhir:system [ fhir:v "https://www.isbt128.org/uri/MPHOUniqueIdentifier"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "A9999E0398A999921123456000000" ]
     ] ) ;
     fhir:biologicalSourceEvent [
       fhir:system [ fhir:v "https://www.isbt128.org/uri/DonationIdentificationNumber"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "A999921123456" ]
     ] ;
     fhir:processingFacility ( [
       fhir:reference [ fhir:v "Organization/A9999" ]
     ] ) ;
     fhir:productStatus [
       fhir:code [ fhir:v "available" ]
     ] ;
     fhir:expirationDate [ fhir:v "2021-08-02T23:59:00-05:00"^^xsd:dateTime ] ;
     fhir:property ( [
       fhir:type [
         fhir:coding ( [
           fhir:code [ fhir:v "ABORhD" ]
         ] )
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "https://www.isbt128.org/uri/ABORhD"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "62" ] ;
           fhir:display [ fhir:v "A RhD Positive" ]
         ] )
       ]
     ] [
       fhir:type [
         fhir:coding ( [
           fhir:code [ fhir:v "Donor" ]
         ] )
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "https://www.isbt128.org/uri/CollectionType"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "V" ] ;
           fhir:display [ fhir:v "Volunteer" ]
         ] )
       ]
     ] )
  ] [
     a fhir:BiologicallyDerivedProduct ;
     fhir:id [ fhir:v "Item2" ] ;
     fhir:productCode [
       fhir:coding ( [
         fhir:code [ fhir:v "E0398" ]
       ] )
     ] ;
     fhir:identifier ( [
       fhir:system [ fhir:v "https://www.isbt128.org/uri/MPHOUniqueIdentifier"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "A9999E0398A999921123457000000" ]
     ] ) ;
     fhir:biologicalSourceEvent [
       fhir:system [ fhir:v "https://www.isbt128.org/uri/DonationIdentificationNumber"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "A999921123457" ]
     ] ;
     fhir:processingFacility ( [
       fhir:reference [ fhir:v "Organization/A9999" ]
     ] ) ;
     fhir:productStatus [
       fhir:code [ fhir:v "available" ]
     ] ;
     fhir:expirationDate [ fhir:v "2021-07-31T23:59:00-05:00"^^xsd:dateTime ] ;
     fhir:property ( [
       fhir:type [
         fhir:coding ( [
           fhir:code [ fhir:v "ABORhD" ]
         ] )
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "https://www.isbt128.org/uri/ABORhD"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "51" ] ;
           fhir:display [ fhir:v "O RhD Positive" ]
         ] )
       ]
     ] [
       fhir:type [
         fhir:coding ( [
           fhir:code [ fhir:v "Donor" ]
         ] )
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "https://www.isbt128.org/uri/CollectionType"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "V" ] ;
           fhir:display [ fhir:v "Volunteer" ]
         ] )
       ]
     ] )
  ] [
     a fhir:BiologicallyDerivedProduct ;
     fhir:id [ fhir:v "Item3" ] ;
     fhir:productCode [
       fhir:coding ( [
         fhir:code [ fhir:v "E0398" ]
       ] )
     ] ;
     fhir:identifier ( [
       fhir:system [ fhir:v "https://www.isbt128.org/uri/MPHOUniqueIdentifier"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "A9999E0398A999921123458000000" ]
     ] ) ;
     fhir:biologicalSourceEvent [
       fhir:system [ fhir:v "https://www.isbt128.org/uri/DonationIdentificationNumber"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "A999921123458" ]
     ] ;
     fhir:processingFacility ( [
       fhir:reference [ fhir:v "Organization/A9999" ]
     ] ) ;
     fhir:productStatus [
       fhir:code [ fhir:v "available" ]
     ] ;
     fhir:expirationDate [ fhir:v "2021-08-04T23:59:00-05:00"^^xsd:dateTime ] ;
     fhir:property ( [
       fhir:type [
         fhir:coding ( [
           fhir:code [ fhir:v "ABORhD" ]
         ] )
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "https://www.isbt128.org/uri/ABORhD"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "51" ] ;
           fhir:display [ fhir:v "O RhD Positive" ]
         ] )
       ]
     ] [
       fhir:type [
         fhir:coding ( [
           fhir:code [ fhir:v "Donor" ]
         ] )
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "https://www.isbt128.org/uri/CollectionType"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "V" ] ;
           fhir:display [ fhir:v "Volunteer" ]
         ] )
       ]
     ] )
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "https://www.isbt128.org/uri/ProductConsignment"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "A999922123450101" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/supplydelivery-supplyitemtype"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "biologicallyderivedproduct" ]
     ] ) ;
     fhir:text [ fhir:v "Blood Dispatch" ]
  ] ; # 
  fhir:stage [
     fhir:coding ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/supplydelivery-stage"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "dispatch" ] ;
       fhir:display [ fhir:v "Dispatch" ]
     ] )
  ] ; # 
  fhir:suppliedItem ( [
     fhir:item [
       a fhir:Reference ;
       fhir:reference [ fhir:v "#Item1" ]
     ]
  ] [
     fhir:item [
       a fhir:Reference ;
       fhir:reference [ fhir:v "#Item2" ]
     ]
  ] [
     fhir:item [
       a fhir:Reference ;
       fhir:reference [ fhir:v "#Item3" ]
     ]
  ] ) ; # 
  fhir:supplier [
     fhir:identifier [
       fhir:system [ fhir:v "https://www.isbt128.org/uri/ProcessorFIN"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "A9999" ]
     ] ;
     fhir:display [ fhir:v "Community Blood Center" ]
  ] ; # 
  fhir:destination [
     fhir:display [ fhir:v "St Johns Hospital, Anytown, AnyState" ]
  ]] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.