@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "specimen1"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://esveikata.lt/fhir/StructureDefinition/lt-specimen"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/specimen-performer"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:link ;
fhir:reference [ fhir:v "Organization/0f23f007-f885-46f3-a39e-bcfdba4d27d2" ]
]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://esveikata.lt/classifiers/Specimen/RegistrationCode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "234234523455" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "https://www.medicinosnk.lt/processed-specimen"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRP" ] ;
fhir:display [ fhir:v "Plazma stokojanti trombocitų" ]
] )
] ; #
fhir:subject [
fhir:link ;
fhir:reference [ fhir:v "Patient/patient1" ]
] ; #
fhir:receivedTime [ fhir:v "2020-01-01T00:00:00Z"^^xsd:dateTime] ; #
fhir:request ( [
fhir:link ;
fhir:reference [ fhir:v "ServiceRequest/serviceRequest1" ]
] ) ; #
fhir:collection [
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [ fhir:v "http://esveikata.lt/fhir/CodeSystem/bodyPosition"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "sÄ—dima" ]
] )
]
] [
fhir:url [ fhir:v "http://esveikata.lt/fhir/StructureDefinition/specimen-receivedBy"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:link ;
fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ]
]
] ) ;
fhir:collector [
fhir:link ;
fhir:reference [ fhir:v "PractitionerRole/practitionerRole1" ]
] ;
fhir:collected [ fhir:v "2020-01-01T00:00:00Z"^^xsd:dateTime ] ;
fhir:quantity [
fhir:value [ fhir:v "2"^^xsd:decimal ]
] ;
fhir:bodySite [
fhir:concept [
fhir:text [ fhir:v "ranka" ]
]
]
] ; #
fhir:note ( [
fhir:text [ fhir:v "komentaras" ]
] ) . #
# -------------------------------------------------------------------------------------