HL7中国症状数据交换实施指南 - Local Development build (v2026.02.23) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Type2DiabetesMellitus - 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 "Type2DiabetesMellitus"] ; #
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 Type2DiabetesMellitus</b></p><a name=\"Type2DiabetesMellitus\"> </a><a name=\"hcType2DiabetesMellitus\"> </a><a name=\"Type2DiabetesMellitus-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">II型糖尿病</span></p><p><b>subject</b>: <a href=\"Patient-MaDongmei.html\">马冬梅 Female, DoB: 1965-01-01</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:code [
( fhir:coding [
a sct:44054006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "44054006" ] ;
fhir:display [ fhir:v "II型糖尿病" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/MaDongmei" ]
] . #