@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Composition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "e200Composition1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/e200-composition"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:version [ fhir:v "1"] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ fhir:coding ( [ a loinc:11502-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "11502-2" ] ] ) ] ; # fhir:subject ( [ fhir:link ; fhir:reference [ fhir:v "Patient/patient1" ] ] ) ; # fhir:encounter [ fhir:identifier [ fhir:system [ fhir:v "http://esveikata.lt/Identifier/Encounter/ESPBI"^^xsd:anyURI ] ; fhir:value [ fhir:v "123" ] ] ] ; # fhir:date [ fhir:v "2023-01-01T17:27:00+03:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ] ] ) ; # fhir:title [ fhir:v "E200/a"] ; # fhir:attester ( [ fhir:mode [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/composition-attestation-mode"^^xsd:anyURI ] ; fhir:code [ fhir:v "professional" ] ] ) ] ; fhir:party [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ] ] ] ) ; # fhir:custodian [ fhir:link ; fhir:reference [ fhir:v "Organization/organization1" ] ] ; # fhir:section ( [ fhir:code [ fhir:coding ( [ a loinc:57139-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "57139-8" ] ] ) ] ; fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ] ] ) ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "ServiceRequest/serviceRequest1" ] ] ) ] [ fhir:code [ fhir:coding ( [ a loinc:59773-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "59773-2" ] ] ) ] ; fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ] ] ) ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "Specimen/specimen1" ] ] ) ] [ fhir:code [ fhir:coding ( [ a loinc:30954-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "30954-2" ] ] ) ] ; fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ] ] ) ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "DiagnosticReport/diagnosticReport1" ] ] ) ] ) . # # -------------------------------------------------------------------------------------