@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.eu/fhir/hdr/Procedure/ffb1a62f-9050-4e33-af4b-4cdb8203c9e5> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ffb1a62f-9050-4e33-af4b-4cdb8203c9e5"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/base/StructureDefinition/procedure-eu-core" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/base/StructureDefinition/procedure-eu-core>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xml:lang=\"cs\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"cs\">Plastika pravostranné tříselné kýly dne 2. 3. 2025.</div>"
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:44558001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000279109" ] ;
       fhir:Coding.code [ fhir:value "44558001" ] ;
       fhir:Coding.display [ fhir:value "operace tříselné kýly" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Plastika tříselné kýly" ]
  ] ;
  fhir:Procedure.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000" ]
  ] ;
  fhir:Procedure.performedDateTime [ fhir:value "2025-03-02"^^xsd:date] ;
  fhir:Procedure.reasonReference [
     fhir:index 0 ;
     fhir:Reference.reference [ fhir:value "urn:uuid:3f85726c-ad2f-441b-89ce-10000000002f" ]
  ] ;
  fhir:Procedure.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Plastika pravostranné tříselné kýly dne 2. 3. 2025." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.eu/fhir/hdr/Procedure/ffb1a62f-9050-4e33-af4b-4cdb8203c9e5.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

