This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Condition: Type 2 Diabetes Mellitus - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "a5bf69e4-24db-48a8-9eda-71516dcaf1d9"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/hdr/StructureDefinition/condition-eu-hdr"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/hdr/StructureDefinition/condition-eu-hdr> ] )
] ; #
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: Condition a5bf69e4-24db-48a8-9eda-71516dcaf1d9</b></p><a name=\"a5bf69e4-24db-48a8-9eda-71516dcaf1d9\"> </a><a name=\"hca5bf69e4-24db-48a8-9eda-71516dcaf1d9\"> </a><a name=\"a5bf69e4-24db-48a8-9eda-71516dcaf1d9-en-US\"> </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-condition-eu-hdr.html\">Condition (HDR)</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E11}, {http://snomed.info/sct 44054006}\">Type 2 diabetes mellitus</span></p><p><b>subject</b>: <a href=\"Bundle-HDR-Luigi-De-Luca-Example.html#urn-uuid-b01a2623-e219-41d2-8e78-1fa1439751d0\">Bundle: identifier = Provider number; type = document; timestamp = 2025-04-29 14:00:00+0000</a></p><p><b>onset</b>: 2025-04-04</p></div>"^^rdf:XMLLiteral
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "E11" ] ;
fhir:display [ fhir:v "Type 2 diabetes mellitus" ] ] [
a sct:44054006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "44054006" ] ;
fhir:display [ fhir:v "Diabetes mellitus type 2 (disorder)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:b01a2623-e219-41d2-8e78-1fa1439751d0" ]
] ; #
fhir:onset [
a fhir:dateTime ;
fhir:v "2025-04-04"^^xsd:date
] . #