@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "serviceRequest1"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-serviceRequest"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/serviceRequest-notifyWhenCompleted"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/serviceRequest-sensitive"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/serviceRequest-isScientific"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/serviceRequest-specimenType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/collected-specimen"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Bl" ] ;
fhir:display [ fhir:v "Kraujas" ]
] )
]
] ) ; #
fhir:requisition [
fhir:system [ fhir:v "http://esveikata.lt/ServiceRequest/Identifier#Requisition"^^xsd:anyURI ] ;
fhir:value [ fhir:v "d2d8cab7-8955-4797-aacc-b08513393833" ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
fhir:concept [
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/lt-lab-klt-nomenclature"^^xsd:anyURI ] ;
fhir:code [ fhir:v "13593-9" ] ;
fhir:display [ fhir:v "Trombocitų agregacija su prostaglandinu" ]
] )
]
] ; #
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:authoredOn [ fhir:v "2015-11-01T14:41:00+01:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:link ;
fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ]
] ; #
fhir:performer ( [
fhir:link ;
fhir:reference [ fhir:v "Organization/organization1" ]
] ) ; #
fhir:supportingInfo ( [
fhir:concept [
fhir:coding ( [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/TLK-10-AM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "K35.9" ] ;
fhir:display [ fhir:v "Ūminis apendicitas, nepatikslintas" ]
] )
]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "note" ]
] ) . #
# -------------------------------------------------------------------------------------