@prefix fhir: .
@prefix loinc: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "diagnosticReport1"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-diagnosticReport"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/diagnosticReport-sensitive"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/diagnosticReport-showToPatient"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/diagnosticReport-performedExternally"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
] ) ; #
fhir:basedOn ( [
fhir:link ;
fhir:reference [ fhir:v "ServiceRequest/serviceRequest1" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
fhir:coding ( [
a loinc:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ] ;
fhir:display [ fhir:v "Procedure findings Narrative" ]
] )
] ; #
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:effective [ fhir:v "2022-12-21T17:27:00+03:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2022-12-22T17:27:00+03:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:link ;
fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ]
] ) ; #
fhir:resultsInterpreter ( [
fhir:link ;
fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ]
] ) ; #
fhir:specimen ( [
fhir:link ;
fhir:reference [ fhir:v "Specimen/specimen1" ]
] ) ; #
fhir:result ( [
fhir:link ;
fhir:reference [ fhir:v "Observation/observation-panel" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "note" ]
] ) . #
# -------------------------------------------------------------------------------------