MII IG Kerndatensatz-Modul Molekulares Tumorboard
2026.0.0 - release Unknown region code '276'

MII IG Kerndatensatz-Modul Molekulares Tumorboard, published by Medizininformatik-Initiative. This guide is not an authorized publication; it is the continuous build for version 2026.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medizininformatik-initiative/kerndatensatzmodul-molekulares-tumorboard/ and changes regularly. See the Directory of published versions

: CA 125 Tumor Marker Observation 3 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MTBObservationCA125-3"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation MTBObservationCA125-3</b></p><a name=\"MTBObservationCA125-3\"> </a><a name=\"hcMTBObservationCA125-3\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 26436-6}\">Laboratory studies (set)</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Labor</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11210-2}\">Cancer Ag 125 [Units/volume] in Body fluid</span></p><p><b>subject</b>: <a href=\"Patient-PatientKimMusterperson.html\">Kim Musterperson  (no stated gender), DoB: 1956-03-14</a></p><p><b>effective</b>: 2022-10-24</p><p><b>value</b>: 49.7 IU/ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[iU]/ml = '[iU]/ml')</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:26436-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "26436-6" ] ;
fhir:display [ fhir:v "Laboratory studies (set)" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>       ] ;
fhir:code [ fhir:v "laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:11210-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "11210-2" ] ;
fhir:display [ fhir:v "Cancer Ag 125 [Units/volume] in Body fluid" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/PatientKimMusterperson ;
fhir:reference [ fhir:v "Patient/PatientKimMusterperson" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2022-10-24"^^xsd:date
  ] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 49.7 ] ;
fhir:unit [ fhir:v "IU/ml" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>     ] ;
fhir:code [ fhir:v "[iU]/ml" ]
  ] . #