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 (JSON)

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

Raw JSON (canonical form + also see JSON Format Specification)

ISBT 128 Supply Delivery

{
  "resourceType" : "SupplyDelivery",
  "id" : "ISBT128",
  "contained" : [{
    "resourceType" : "BiologicallyDerivedProduct",
    "id" : "Item1",
    "productCode" : {
      "coding" : [{
        "code" : "E0398"
      }]
    },
    "identifier" : [{
      "system" : "https://www.isbt128.org/uri/MPHOUniqueIdentifier",
      "value" : "A9999E0398A999921123456000000"
    }],
    "biologicalSourceEvent" : {
      "system" : "https://www.isbt128.org/uri/DonationIdentificationNumber",
      "value" : "A999921123456"
    },
    "processingFacility" : [{
      "reference" : "Organization/A9999"
    }],
    "productStatus" : {
      "code" : "available"
    },
    "expirationDate" : "2021-08-02T23:59:00-05:00",
    "property" : [{
      "type" : {
        "coding" : [{
          "code" : "ABORhD"
        }]
      },
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://www.isbt128.org/uri/ABORhD",
          "code" : "62",
          "display" : "A RhD Positive"
        }]
      }
    },
    {
      "type" : {
        "coding" : [{
          "code" : "Donor"
        }]
      },
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://www.isbt128.org/uri/CollectionType",
          "code" : "V",
          "display" : "Volunteer"
        }]
      }
    }]
  },
  {
    "resourceType" : "BiologicallyDerivedProduct",
    "id" : "Item2",
    "productCode" : {
      "coding" : [{
        "code" : "E0398"
      }]
    },
    "identifier" : [{
      "system" : "https://www.isbt128.org/uri/MPHOUniqueIdentifier",
      "value" : "A9999E0398A999921123457000000"
    }],
    "biologicalSourceEvent" : {
      "system" : "https://www.isbt128.org/uri/DonationIdentificationNumber",
      "value" : "A999921123457"
    },
    "processingFacility" : [{
      "reference" : "Organization/A9999"
    }],
    "productStatus" : {
      "code" : "available"
    },
    "expirationDate" : "2021-07-31T23:59:00-05:00",
    "property" : [{
      "type" : {
        "coding" : [{
          "code" : "ABORhD"
        }]
      },
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://www.isbt128.org/uri/ABORhD",
          "code" : "51",
          "display" : "O RhD Positive"
        }]
      }
    },
    {
      "type" : {
        "coding" : [{
          "code" : "Donor"
        }]
      },
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://www.isbt128.org/uri/CollectionType",
          "code" : "V",
          "display" : "Volunteer"
        }]
      }
    }]
  },
  {
    "resourceType" : "BiologicallyDerivedProduct",
    "id" : "Item3",
    "productCode" : {
      "coding" : [{
        "code" : "E0398"
      }]
    },
    "identifier" : [{
      "system" : "https://www.isbt128.org/uri/MPHOUniqueIdentifier",
      "value" : "A9999E0398A999921123458000000"
    }],
    "biologicalSourceEvent" : {
      "system" : "https://www.isbt128.org/uri/DonationIdentificationNumber",
      "value" : "A999921123458"
    },
    "processingFacility" : [{
      "reference" : "Organization/A9999"
    }],
    "productStatus" : {
      "code" : "available"
    },
    "expirationDate" : "2021-08-04T23:59:00-05:00",
    "property" : [{
      "type" : {
        "coding" : [{
          "code" : "ABORhD"
        }]
      },
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://www.isbt128.org/uri/ABORhD",
          "code" : "51",
          "display" : "O RhD Positive"
        }]
      }
    },
    {
      "type" : {
        "coding" : [{
          "code" : "Donor"
        }]
      },
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://www.isbt128.org/uri/CollectionType",
          "code" : "V",
          "display" : "Volunteer"
        }]
      }
    }]
  }],
  "identifier" : [{
    "system" : "https://www.isbt128.org/uri/ProductConsignment",
    "value" : "A999922123450101"
  }],
  "status" : "completed",
  "type" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/supplydelivery-supplyitemtype",
      "code" : "biologicallyderivedproduct"
    }],
    "text" : "Blood Dispatch"
  },
  "stage" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/supplydelivery-stage",
      "code" : "dispatch",
      "display" : "Dispatch"
    }]
  },
  "suppliedItem" : [{
    "itemReference" : {
      "reference" : "#Item1"
    }
  },
  {
    "itemReference" : {
      "reference" : "#Item2"
    }
  },
  {
    "itemReference" : {
      "reference" : "#Item3"
    }
  }],
  "supplier" : {
    "identifier" : {
      "system" : "https://www.isbt128.org/uri/ProcessorFIN",
      "value" : "A9999"
    },
    "display" : "Community Blood Center"
  },
  "destination" : {
    "display" : "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.