@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://fhir.nhs.uk/England/RAD/List/ListExample> a fhir:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ListExample"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List ListExample</b></p><a name=\"ListExample\"> </a><a name=\"hcListExample\"> </a><a name=\"ListExample-en-GB\"> </a><table class=\"clstu\"><tr><td>Mode: Working List </td><td>Status: Current </td></tr><tr><td/></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu2@2.1.0&amp;canonical=https://fhir.nhs.uk/England/RAD/DocumentReference/DocumentReferenceImagingReportIHE\">https://fhir.nhs.uk/England/RAD/DocumentReference/DocumentReferenceImagingReportIHE</a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:mode [ fhir:v "working"] ; # 
  fhir:entry ( [
     fhir:item [
       fhir:link <https://fhir.nhs.uk/England/RAD/DocumentReference/DocumentReferenceImagingReportIHE> ;
       fhir:reference [ fhir:v "https://fhir.nhs.uk/England/RAD/DocumentReference/DocumentReferenceImagingReportIHE" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

