VRIS - Viljatusravi infosüsteem, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-vris/ and changes regularly. See the Directory of published versions
: observation-bloodgroup - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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.org/fhir/Observation/observation-bloodgroup> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-bloodgroup"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "https://fhir.ee/vris/StructureDefinition/ee-vris-observation-blood-group"^^xsd:anyURI ;
fhir:link <https://fhir.ee/vris/StructureDefinition/ee-vris-observation-blood-group>
] )
] ; #
fhir:language [ fhir:v "et"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-bloodgroup</b></p><a name=\"observation-bloodgroup\"> </a><a name=\"hcobservation-bloodgroup\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-vris-observation-blood-group.html\">Observation: EE VRIS Blood Group</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 34530-6}\">ABO and Rh group panel - Blood</span></p><p><b>subject</b>: <a href=\"Patient-patientDonorMale.html\">D-2024-001</a></p><p><b>effective</b>: 2024-06-10</p><p><b>note</b>: </p><blockquote><div><p>Veregrupp määratud enne.</p>\n</div></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 57743-7}\">ABO group [Type] in Blood by Confirmatory method</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 112149005}\">Blood group B</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 978-7}\">D Ag [Presence] on Red Blood Cells</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 10828004}\">Positive</span></p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ]
] )
] ) ; #
fhir:code [
fhir:coding ( [
a loinc:34530-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34530-6" ]
] )
] ; #
fhir:subject [
fhir:link <http://hl7.org/fhir/Patient/patientDonorMale> ;
fhir:reference [ fhir:v "Patient/patientDonorMale" ] ;
fhir:display [ fhir:v "D-2024-001" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2024-06-10"^^xsd:date
] ; #
fhir:note ( [
fhir:text [ fhir:v "Veregrupp määratud enne." ]
] ) ; #
fhir:component ( [
fhir:code [
fhir:coding ( [
a loinc:57743-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "57743-7" ]
] )
] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
a sct:112149005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "112149005" ]
] )
]
] [
fhir:code [
fhir:coding ( [
a loinc:978-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "978-7" ]
] )
] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
a sct:10828004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10828004" ]
] )
]
] ) . #
<http://hl7.org/fhir/Patient/patientDonorMale> a fhir:Patient .