HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: VitalSignBPExample01 - 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 "VitalSignBPExample01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/vital-sign"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/connectathon/StructureDefinition/vital-sign>     ] )
  ] ; # 
  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: Observation VitalSignBPExample01</b></p><a name=\"VitalSignBPExample01\"> </a><a name=\"hcVitalSignBPExample01\"> </a><a name=\"VitalSignBPExample01-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-vital-sign.html\">生命体征结构定义</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org.cn/fhir/connectathon/CodeSystem/ws363-2011 DE04.10.174.00}, {http://loinc.org 85354-9}\">血压</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">张三</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample02.html\">Encounter: identifier = urn:uuid:2.16.156.10011.1.10#12345; status = completed; class = 门诊; actualPeriod = 2021-05-07 12:30:02+0800 --&gt; 2002-08-20 16:45:50+0800</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org.cn/fhir/connectathon/CodeSystem/ws363-2011 DE04.10.174.00}\">收缩压</span></p><p><b>value</b>: 120 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmHg = 'mmHg')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org.cn/fhir/connectathon/CodeSystem/ws363-2011 DE04.10.176.00}\">舒张压</span></p><p><b>value</b>: 80 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmHg = 'mmHg')</span></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.cn/fhir/connectathon/CodeSystem/ws363-2011"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE04.10.174.00" ] ;
fhir:display [ fhir:v "血压" ]     ] [
a loinc:85354-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85354-9" ] ;
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:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.cn/fhir/connectathon/CodeSystem/ws363-2011"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE04.10.174.00" ] ;
fhir:display [ fhir:v "收缩压" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "120"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmHg" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.cn/fhir/connectathon/CodeSystem/ws363-2011"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE04.10.176.00" ] ;
fhir:display [ fhir:v "舒张压" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "80"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmHg" ]     ]
  ] ) . #