PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. See the Directory of published versions
: Observation: Blood type/RH before the SCT - 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ObservationCBloodSCT-1-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-bld-abo-rh-eu-pcsp"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-bld-abo-rh-eu-pcsp> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationCBloodSCT-1-1</b></p><a name=\"ObservationCBloodSCT-1-1\"> </a><a name=\"hcObservationCBloodSCT-1-1\"> </a><a name=\"ObservationCBloodSCT-1-1-en-US\"> </a><p><b>partOf</b>: <a href=\"Procedure-ProcedureSTC-1.html\">Procedure Autogenous transplantation</a></p><p><b>status</b>: Final</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-PatientMainzZeisig.html\">Sarah Zeisig Female, DoB: 1996-12-12 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz#L0010)</a></p><p><b>effective</b>: Code </p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 883-9}\">ABO group [Type] in Blood</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA19710-5}, {http://snomed.info/sct 112144000}\">Group A</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 10331-7}\">Rh [Type] in Blood</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA6576-8}, {http://snomed.info/sct 10828004}\">Positive</span></p></blockquote></div>"
] ; #
fhir:partOf ( [
fhir:reference [ fhir:v "Procedure/ProcedureSTC-1" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:34530-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34530-6" ] ;
fhir:display [ fhir:v "ABO and Rh group panel - Blood" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientMainzZeisig" ]
] ; #
fhir:effective [
a fhir:Timing ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-generic-eu-pcsp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "before-procedure" ] ;
fhir:display [ fhir:v "Before procedure" ] ] ) ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:883-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "883-9" ] ;
fhir:display [ fhir:v "ABO group [Type] in Blood" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA19710-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA19710-5" ] ;
fhir:display [ fhir:v "Group A" ] ] [
a sct:112144000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "112144000" ] ;
fhir:display [ fhir:v "Blood group A" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:10331-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10331-7" ] ;
fhir:display [ fhir:v "Rh [Type] in Blood" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA6576-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6576-8" ] ;
fhir:display [ fhir:v "Positive" ] ] [
a sct:10828004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10828004" ] ;
fhir:display [ fhir:v "Positive" ] ] ) ]
] ) . #