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-red-cell-antigen (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 - Red cell antigen

{
  "resourceType" : "BiologicallyDerivedProduct",
  "id" : "example-red-cell-antigen",
  "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" : "E0398"
    }],
    "text" : " RED BLOOD CELLS|CPD-AS5/450mL/refg|Irradiated|ResLeu: Less than 5E6"
  },
  "identifier" : [{
    "system" : "https://www.isbt128.org/uri/MPHOUniqueIdentifier",
    "value" : "00000E0398A999924123456A00000"
  }],
  "biologicalSourceEvent" : {
    "system" : "https://www.isbt128.org/uri/DonationIdentificationNumber",
    "value" : "A999924123456"
  },
  "division" : "A00000",
  "expirationDate" : "2024-02-02T23:59:00-05:00",
  "property" : [{
    "type" : {
      "coding" : [{
        "system" : "https://www.isbt128.org/uri",
        "code" : "RedCellAntigen"
      }]
    },
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://www.isbt128.org/uri/RedCellAntigen",
        "code" : "0040020206",
        "display" : "C+"
      }]
    }
  },
  {
    "type" : {
      "coding" : [{
        "system" : "https://www.isbt128.org/uri",
        "code" : "RedCellAntigen"
      }]
    },
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://www.isbt128.org/uri/RedCellAntigen",
        "code" : "0040040106",
        "display" : "c-"
      }]
    }
  },
  {
    "type" : {
      "coding" : [{
        "system" : "https://www.isbt128.org/uri",
        "code" : "RedCellAntigen"
      }]
    },
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://www.isbt128.org/uri/RedCellAntigen",
        "code" : "0040030106",
        "display" : "E-"
      }]
    }
  },
  {
    "type" : {
      "coding" : [{
        "system" : "https://www.isbt128.org/uri",
        "code" : "RedCellAntigen"
      }]
    },
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://www.isbt128.org/uri/RedCellAntigen",
        "code" : "0040050206",
        "display" : "e+"
      }]
    }
  },
  {
    "type" : {
      "coding" : [{
        "system" : "https://www.isbt128.org/uri",
        "code" : "RedCellAntigen"
      }]
    },
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://www.isbt128.org/uri/RedCellAntigen",
        "code" : "0060010106",
        "display" : "K-"
      }]
    }
  }]
}

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.