HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: VitalSignWeightExample01 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "VitalSignWeightExample01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/StructureDefinition/vital-sign"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/vital-sign> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"VitalSignWeightExample01\"> </a><a name=\"hcVitalSignWeightExample01\"> </a></p><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\">Resource Observation "VitalSignWeightExample01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vital-sign.html\">生命体征结构定义</a></p></div><p><b>status</b>: final</p><p><b>code</b>: 体重 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ws363-2011.html\">WS363标准数据元代码表</a>#DE04.10.188.00)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01: 张三</a> " 刘"</p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample02.html\">Encounter/EncounterExample02</a></p><p><b>value</b>: 96 Kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code Kg = 'Kg')</span></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.cn/fhir/CodeSystem/ws363-2011"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE04.10.188.00" ] ;
fhir:display [ fhir:v "体重" ] ] ) ;
fhir:text [ fhir:v "体重" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "张三" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/EncounterExample02" ]
] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "96"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Kg" ]
] . #