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

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

: ImageReportExample01 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ImageReportExample01"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://snomed.info/sct 40701008}\">heart Ultrasound</span> (<span title=\"Codes: {http://snomed.info/sct 363679005}\">Imaging</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>刘康</b> male, DoB: 1955-10-25 ( <code>urn:oid:2.16.840.1.113883.2.23.1.19.1</code>/110101200301120019)</td></tr><tr><td>When For</td><td>2016-07-12 07:45:17+0000</td></tr><tr><td>Reported</td><td>2016-07-13 10:04:01+0000</td></tr></table><p><b>Report Details</b></p><div><p>M 型/二维测量和计算\n主肺动脉内径: 2.1 厘米	室间隔舒张末期\n厚度: 0.85 厘米	射血分数(Teich): 66.3%</p>\n<p>多普勒测试和计算\n主动脉瓣上最大流速: 141.5 厘米/秒  二尖瓣 E 峰速度: 82.8 厘米/秒</p>\n<p>大血管 主动脉根部内径正常。肺动脉主干内径正常。\n心房 左房扩大。右房内径正常。</p>\n</div><p><b>Coded Conclusions :</b></p><ul><li><span title=\"Codes: {http://snomed.info/sct 5148006}\">Hypertensive heart disease with congestive heart failure</span></li></ul></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:363679005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "363679005" ] ;
fhir:display [ fhir:v "Imaging" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:40701008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "40701008" ] ;
fhir:display [ fhir:v "Ultrasonography of heart" ]     ] ) ;
fhir:text [ fhir:v "heart Ultrasound" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ]
  ] ; # 
  fhir:effective [ fhir:v "2016-07-12T07:45:17Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2016-07-13T10:04:01+00:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ;
fhir:display [ fhir:v "赵勇" ]
  ] ) ; # 
  fhir:media ( [
fhir:comment [ fhir:v "A comment about the image" ] ;
fhir:link [
fhir:reference [ fhir:v "DocumentReference/1.2.840.11361907579238403408700.3.1.04.19970327150033" ] ;
fhir:display [ fhir:v "WADO example image" ]     ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "M 型/二维测量和计算\n主肺动脉内径: 2.1 厘米	室间隔舒张末期\n厚度: 0.85 厘米	射血分数(Teich): 66.3%\n\n多普勒测试和计算\n主动脉瓣上最大流速: 141.5 厘米/秒  二尖瓣 E 峰速度: 82.8 厘米/秒\n\n大血管 主动脉根部内径正常。肺动脉主干内径正常。\n心房 左房扩大。右房内径正常。"] ; # 
  fhir:conclusionCode ( [
    ( fhir:coding [
a sct:5148006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5148006" ] ;
fhir:display [ fhir:v "Hypertensive heart disease with congestive heart failure" ]     ] )
  ] ) . #