OO Incubator Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/oo-incubator/ and changes regularly. See the Directory of published versions
{
"resourceType" : "BiologicallyDerivedProduct",
"id" : "example-apheresis-platelet",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/medicalproductofhumanorigin"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BiologicallyDerivedProduct example-apheresis-platelet</b></p><a name=\"example-apheresis-platelet\"> </a><a name=\"hcexample-apheresis-platelet\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/medicalproductofhumanorigin.html\">MedicalProductOfHumanOrigin</a></p></div><p><b>productCategory</b>: <span title=\"Codes:{http://hl7.org/fhir/product-category mpho}\">Medical Product of Human Origin</span></p><p><b>productCode</b>: <span title=\"Codes:{https://www.isbt128.org/uri/ProductDescriptionCode E3046}\">Apheresis Platelets, Irradiated, Leukocyte reduced</span></p><p><b>identifier</b>: <code>https://www.isbt128.org/uri/MPHOUniqueIdentifier</code>/00000E3046A999924123457000000</p><p><b>biologicalSourceEvent</b>: <code>https://www.isbt128.org/uri/DonationIdentificationNumber</code>/A999924123457</p><p><b>division</b>: 000000</p><p><b>expirationDate</b>: 2024-02-02 23:59:00-0500</p></div>"
},
"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"
}