@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 -------------------------------------------------------------------

<https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/List/ExampleDonorObservationsList1> a fhir:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleDonorObservationsList1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-observations"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-observations>
     ] )
  ] ; # 
  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: List ExampleDonorObservationsList1</b></p><a name=\"ExampleDonorObservationsList1\"> </a><a name=\"hcExampleDonorObservationsList1\"> </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=\"StructureDefinition-patient-observations.html\">Patient observations</a></p></div><table class=\"clstu\"><tr><td>Date: 2024-02-02 12:00:00+0100 </td><td>Mode: Working List </td><td>Status: Current </td></tr><tr><td>Subject: <a href=\"Patient-ExampleDonor1.html\">Anonymous Patient Male, DoB: 2000-01-20 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/donor#DON-001)</a></td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Observation-ExampleDonorABOGroupObservation1.html\">Observation ABO group [Type] in Blood</a></td></tr><tr><td><a href=\"Observation-ExampleDonorRhFactorObservation1.html\">Observation Rh [Type] in Blood</a></td></tr><tr><td><a href=\"Observation-ExampleDonorPRAObservation1.html\">Observation Calculated panel reactive antibody - Serum</a></td></tr><tr><td><a href=\"Observation-ExampleDonorHLATypingClassIObservation1.html\">Observation HLA-A and B and C (class I) typing panel - Blood or Tissue by Low resolution</a></td></tr><tr><td><a href=\"Observation-ExampleDonorHLATypingClassIIObservation1.html\">Observation HLA-DP and DQ and DR (class II) typing panel - Blood or Tissue by Low resolution</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:mode [ fhir:v "working"] ; # 
  fhir:subject [
     fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/Patient/ExampleDonor1> ;
     fhir:reference [ fhir:v "Patient/ExampleDonor1" ]
  ] ; # 
  fhir:date [ fhir:v "2024-02-02T12:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
     fhir:item [
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/Observation/ExampleDonorABOGroupObservation1> ;
       fhir:reference [ fhir:v "Observation/ExampleDonorABOGroupObservation1" ]
     ]
  ] [
     fhir:item [
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/Observation/ExampleDonorRhFactorObservation1> ;
       fhir:reference [ fhir:v "Observation/ExampleDonorRhFactorObservation1" ]
     ]
  ] [
     fhir:item [
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/Observation/ExampleDonorPRAObservation1> ;
       fhir:reference [ fhir:v "Observation/ExampleDonorPRAObservation1" ]
     ]
  ] [
     fhir:item [
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/Observation/ExampleDonorHLATypingClassIObservation1> ;
       fhir:reference [ fhir:v "Observation/ExampleDonorHLATypingClassIObservation1" ]
     ]
  ] [
     fhir:item [
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/Observation/ExampleDonorHLATypingClassIIObservation1> ;
       fhir:reference [ fhir:v "Observation/ExampleDonorHLATypingClassIIObservation1" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

