@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/oo-incubator/BiologicallyDerivedProduct/example-apheresis-platelet> a fhir:BiologicallyDerivedProduct ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-apheresis-platelet"] ; # 
  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-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>"^^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 "E3046" ]
     ] ) ;
     fhir:text [ fhir:v "Apheresis Platelets, Irradiated, Leukocyte reduced" ]
  ] ; # 
  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 "00000E3046A999924123457000000" ]
  ] ) ; # 
  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 "A999924123457" ]
  ] ; # 
  fhir:division [ fhir:v "000000"] ; # 
  fhir:expirationDate [ fhir:v "2024-02-02T23:59:00-05:00"^^xsd:dateTime] . # 

# -------------------------------------------------------------------------------------

