HL7 Europe Common Cancer Model
1.0.0-ballot - ballot 150

HL7 Europe Common Cancer Model, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/cancer-common/ and changes regularly. See the Directory of published versions

: ComorbidityObservation1-Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/Observation/ComorbidityObservation1-Example> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ComorbidityObservation1-Example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/cancer-common/StructureDefinition/observation-comorbidity-eu-ccm" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/cancer-common/StructureDefinition/observation-comorbidity-eu-ccm>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ComorbidityObservation1-Example</b></p><a name=\"ComorbidityObservation1-Example\"> </a><a name=\"hcComorbidityObservation1-Example\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-observation-comorbidity-eu-ccm.html\">Observation: Comorbidities</a></p></div><p><b>Related Condition Extension</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">Diabetes mellitus type 2</span></p><p><b>Related Condition Extension</b>: <span title=\"Codes:{http://snomed.info/sct 38341003}\">Hypertensive disorder, systemic arterial</span></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 75618-9}\">Comorbid condition</span></p><p><b>subject</b>: <a href=\"Patient-Patient1-Example.html\">John Doe  Male, DoB: 1965-04-12 ( http://example.org/patient-id#P001)</a></p><p><b>effective</b>: 2026-06-11</p><p><b>performer</b>: <a href=\"Practitioner-Practitioner1-Example.html\">Practitioner Jane Smith </a></p><p><b>value</b>: 4</p><p><b>note</b>: </p><blockquote><div><p>Charlson Comorbidity Index calculated at diagnosis.</p>\n</div></blockquote><p><b>method</b>: <span title=\"Codes:\">Charlson Comorbidity Index</span></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-related-condition" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:44054006 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "44054006" ] ;
         fhir:Coding.display [ fhir:value "Diabetes mellitus type 2" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-related-condition" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:38341003 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "38341003" ] ;
         fhir:Coding.display [ fhir:value "Hypertensive disorder, systemic arterial" ]
       ]
     ]
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:75618-9 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "75618-9" ] ;
       fhir:Coding.display [ fhir:value "Comorbid condition" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/Patient1-Example> ;
     fhir:Reference.reference [ fhir:value "Patient/Patient1-Example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-06-11"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner1-Example> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner1-Example" ]
  ] ;
  fhir:Observation.valueInteger [ fhir:value "4"^^xsd:integer] ;
  fhir:Observation.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Charlson Comorbidity Index calculated at diagnosis." ]
  ] ;
  fhir:Observation.method [
     fhir:CodeableConcept.text [ fhir:value "Charlson Comorbidity Index" ]
  ] .

<http://hl7.org/fhir/Patient/Patient1-Example> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/Practitioner1-Example> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Observation/ComorbidityObservation1-Example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/ComorbidityObservation1-Example.ttl> .