@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.cz/fhir/img/Condition/f06ac619-db0b-47d1-ae16-003a2be66760> a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "f06ac619-db0b-47d1-ae16-003a2be66760"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.cz/fhir/img/StructureDefinition/cz-conditionImage"^^xsd:anyURI ;
       fhir:l <https://hl7.cz/fhir/img/StructureDefinition/cz-conditionImage>
     ] )
  ] ; # 
  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: Condition f06ac619-db0b-47d1-ae16-003a2be66760</b></p><a name=\"f06ac619-db0b-47d1-ae16-003a2be66760\"> </a><a name=\"hcf06ac619-db0b-47d1-ae16-003a2be66760\"> </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-cz-conditionImage.html\">Condition: Imaging Report (CZ)</a></p></div><p><b>code</b>: <span title=\"Codes:\">Pacient po resekci GBM vlevo parietálně 5/18, zevní RT na parietotemporální oblast vlevo pro glioblastom, poté itoterapie temodalem. Nejasný nález vlevo parietálně.</span></p><p><b>subject</b>: <a href=\"Bundle-cz-examplepetct-bundle.html#urn-uuid-2ccb472f-5747-4939-a119-5597835ad7da\">Example Jana  Female, DoB: 1935-01-12 ( https://ncez.mzcr.cz/fhir/sid/rid#2066425387)</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:code [
     fhir:text [ fhir:v "Pacient po resekci GBM vlevo parietálně 5/18, zevní RT na parietotemporální oblast vlevo pro glioblastom, poté itoterapie temodalem. Nejasný nález vlevo parietálně." ]
  ] ; # 
  fhir:subject [
     fhir:l <urn:uuid:2ccb472f-5747-4939-a119-5597835ad7da> ;
     fhir:reference [ fhir:v "urn:uuid:2ccb472f-5747-4939-a119-5597835ad7da" ]
  ] . # 

# -------------------------------------------------------------------------------------

