FHIR CI-Build

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

Example BiologicallyDerivedProduct/example-apheresis-platelet (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

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

Example of BiologicallyDerivedProduct - Apheresis platelet

{
  "resourceType" : "BiologicallyDerivedProduct",
  "id" : "example-apheresis-platelet",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/medicalproductofhumanorigin"]
  },
  "productCategory" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/product-category",
      "code" : "mpho"
    }],
    "text" : "Medical Product of Human Origin"
  }],
  "productCode" : {
    "coding" : [{
      "system" : "https://www.isbt128.org/uri/ProductDescriptionCode",
      "code" : "E3046"
    }],
    "text" : "Apheresis Platelets, Irradiated, Leukocyte reduced"
  },
  "identifier" : [{
    "system" : "https://www.isbt128.org/uri/MPHOUniqueIdentifier",
    "value" : "00000E3046A999924123457000000"
  }],
  "biologicalSourceEvent" : {
    "system" : "https://www.isbt128.org/uri/DonationIdentificationNumber",
    "value" : "A999924123457"
  },
  "division" : "000000",
  "expirationDate" : "2024-02-02T23:59:00-05:00"
}

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.