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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:BiologicallyDerivedProduct ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-red-cell-antigen"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/medicalproductofhumanorigin"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/medicalproductofhumanorigin> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BiologicallyDerivedProduct example-red-cell-antigen</b></p><a name=\"example-red-cell-antigen\"> </a><a name=\"hcexample-red-cell-antigen\"> </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 E0398}\"> RED BLOOD CELLS|CPD-AS5/450mL/refg|Irradiated|ResLeu: Less than 5E6</span></p><p><b>identifier</b>: <code>https://www.isbt128.org/uri/MPHOUniqueIdentifier</code>/00000E0398A999924123456A00000</p><p><b>biologicalSourceEvent</b>: <code>https://www.isbt128.org/uri/DonationIdentificationNumber</code>/A999924123456</p><p><b>division</b>: A00000</p><p><b>expirationDate</b>: 2024-02-02 23:59:00-0500</p><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://www.isbt128.org/uri RedCellAntigen}\">RedCellAntigen</span></p><p><b>value</b>: <span title=\"Codes:{https://www.isbt128.org/uri/RedCellAntigen 0040020206}\">C+</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://www.isbt128.org/uri RedCellAntigen}\">RedCellAntigen</span></p><p><b>value</b>: <span title=\"Codes:{https://www.isbt128.org/uri/RedCellAntigen 0040040106}\">c-</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://www.isbt128.org/uri RedCellAntigen}\">RedCellAntigen</span></p><p><b>value</b>: <span title=\"Codes:{https://www.isbt128.org/uri/RedCellAntigen 0040030106}\">E-</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://www.isbt128.org/uri RedCellAntigen}\">RedCellAntigen</span></p><p><b>value</b>: <span title=\"Codes:{https://www.isbt128.org/uri/RedCellAntigen 0040050206}\">e+</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://www.isbt128.org/uri RedCellAntigen}\">RedCellAntigen</span></p><p><b>value</b>: <span title=\"Codes:{https://www.isbt128.org/uri/RedCellAntigen 0060010106}\">K-</span></p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:productCategory ( [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/product-category"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/product-category> ] ;
fhir:code [ fhir:v "mpho" ] ] ) ;
fhir:text [ fhir:v "Medical Product of Human Origin" ]
] ) ; #
fhir:productCode [
( fhir:coding [
fhir:system [
fhir:v "https://www.isbt128/org/uri/ProductDescriptionCode"^^xsd:anyURI ;
fhir:l <https://www.isbt128/org/uri/ProductDescriptionCode> ] ;
fhir:code [ fhir:v "E0398" ] ] ) ;
fhir:text [ fhir:v " RED BLOOD CELLS|CPD-AS5/450mL/refg|Irradiated|ResLeu: Less than 5E6" ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://www.isbt128.org/uri/MPHOUniqueIdentifier"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri/MPHOUniqueIdentifier> ] ;
fhir:value [ fhir:v "00000E0398A999924123456A00000" ]
] ) ; #
fhir:biologicalSourceEvent [
fhir:system [
fhir:v "https://www.isbt128.org/uri/DonationIdentificationNumber"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri/DonationIdentificationNumber> ] ;
fhir:value [ fhir:v "A999924123456" ]
] ; #
fhir:division [ fhir:v "A00000"] ; #
fhir:expirationDate [ fhir:v "2024-02-02T23:59:00-05:00"^^xsd:dateTime] ; #
fhir:property ( [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "https://www.isbt128.org/uri"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri> ] ;
fhir:code [ fhir:v "RedCellAntigen" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://www.isbt128.org/uri/RedCellAntigen"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri/RedCellAntigen> ] ;
fhir:code [ fhir:v "0040020206" ] ;
fhir:display [ fhir:v "C+" ] ] ) ]
] [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "https://www.isbt128.org/uri"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri> ] ;
fhir:code [ fhir:v "RedCellAntigen" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://www.isbt128.org/uri/RedCellAntigen"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri/RedCellAntigen> ] ;
fhir:code [ fhir:v "0040040106" ] ;
fhir:display [ fhir:v "c-" ] ] ) ]
] [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "https://www.isbt128.org/uri"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri> ] ;
fhir:code [ fhir:v "RedCellAntigen" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://www.isbt128.org/uri/RedCellAntigen"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri/RedCellAntigen> ] ;
fhir:code [ fhir:v "0040030106" ] ;
fhir:display [ fhir:v "E-" ] ] ) ]
] [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "https://www.isbt128.org/uri"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri> ] ;
fhir:code [ fhir:v "RedCellAntigen" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://www.isbt128.org/uri/RedCellAntigen"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri/RedCellAntigen> ] ;
fhir:code [ fhir:v "0040050206" ] ;
fhir:display [ fhir:v "e+" ] ] ) ]
] [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "https://www.isbt128.org/uri"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri> ] ;
fhir:code [ fhir:v "RedCellAntigen" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://www.isbt128.org/uri/RedCellAntigen"^^xsd:anyURI ;
fhir:l <https://www.isbt128.org/uri/RedCellAntigen> ] ;
fhir:code [ fhir:v "0060010106" ] ;
fhir:display [ fhir:v "K-" ] ] ) ]
] ) . #
IG © 2026+ HL7 International / Orders and Observations.
Package hl7.fhir.uv.oo-incubator#0.1.0 based on FHIR 6.0.0-ballot3.
Generated
2026-05-18
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
