Release 5 Snapshot #1

This page is part of the FHIR Specification (v5.0.0-snapshot1: Release 5 Snapshot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Biologicallyderivedproduct-example.json

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

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

Example of biologicallyderivedproduct

{
  "resourceType": "BiologicallyDerivedProduct",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div><p>Resource &quot;example&quot; </p></div><p><b>productCode</b>: RED BLOOD CELLS, CPD - AS5, 450ml, refg, irradiated, res Leu lt 5 x 10^6 <span> (ProductDescriptionCode#E0398)</span></p><p><b>identifier</b>: id: A9999E0398A999921123456000001</p><p><b>biologicalSource</b>: id: A999921123456</p><p><b>processingFacility</b>: <a>Organization/A9999</a></p><p><b>division</b>: A00000</p><p><b>status</b>: available</p><p><b>expirationDate</b>: 2021-08-02T23:59:00-05:00</p><p><b>storageTempRequirements</b>: 1-6 degrees C</p><blockquote><p><b>property</b></p><p><b>type</b>: ABORhD type <span> (#ABORhD)</span></p><p><b>value</b>: A RhD Positive <span> (ABORhD#62)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Collection Type <span> (#CollectionType)</span></p><p><b>value</b>: Volunteer <span> (CollectionType#V)</span></p></blockquote></div>"
  },
  "productCode": {
    "coding": [
      {
        "system": "https://www.isbt128.org/uri/ProductDescriptionCode",
        "code": "E0398",
        "display": "RED BLOOD CELLS, CPD - AS5, 450ml, refg, irradiated, res Leu lt 5 x 10^6"
      }
    ]
  },
  "identifier": [
    {
      "system": "https://www.isbt128.org/uri/MPHOUniqueIdentifier",
      "value": "A9999E0398A999921123456000001"
    }
  ],
  "biologicalSource": {
    "system": "https://www.isbt128.org/uri/DonationIdentificationNumber",
    "value": "A999921123456"
  },
  "processingFacility": [
    {
      "reference": "Organization/A9999"
    }
  ],
  "division": "A00000",
  "status": "available",
  "expirationDate": "2021-08-02T23:59:00-05:00",
  "storageTempRequirements": {
    "low": {
      "value": 1,
      "unit": "degrees C",
      "system": "http://unitsofmeasure.org"
    },
    "high": {
      "value": 6,
      "unit": "degrees C",
      "system": "http://unitsofmeasure.org"
    }
  },
  "property": [
    {
      "type": {
        "coding": [
          {
            "system": "https://www.isbt128.org/uri/",
            "code": "ABORhD",
            "display": "ABORhD type"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://www.isbt128.org/uri/ABORhD",
            "code": "62",
            "display": "A RhD Positive"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://www.isbt128.org/uri/",
            "code": "CollectionType",
            "display": "Collection Type"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://www.isbt128.org/uri/CollectionType",
            "code": "V",
            "display": "Volunteer"
          }
        ]
      }
    }
  ]
}

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.