FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeBiologicallyDerivedProduct
IdBiologicallyDerivedProduct-example-apheresis-platelet.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: BiologicallyDerivedProduct example-apheresis-platelet

productCategory: Medical Product of Human Origin

productCode: Apheresis Platelets, Irradiated, Leukocyte reduced

identifier: https://www.isbt128.org/uri/mphouniqueidentifier/00000E3046A999924123457000000

biologicalSourceEvent: https://www.isbt128.org/uri/donationidentificationnumber/A999924123457

division: 000000

expirationDate: 2024-02-02 23:59:00-0500


Source1

{
  "resourceType": "BiologicallyDerivedProduct",
  "id": "example-apheresis-platelet",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/oo-incubator/StructureDefinition/medicalproductofhumanorigin"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
}