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

: LaboratoryReportExample01 - 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LaboratoryReportExample01"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 24326-1}\">电解质报告</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><tr><td>Identifier:</td><td> <code>http://acme.com/lab/reports</code>/LAB1001</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>Flags</b></td></tr><tr><td colspan=\"4\"><i>This Observation could not be resolved</i></td></tr><tr><td colspan=\"4\"><i>This Observation could not be resolved</i></td></tr><tr><td colspan=\"4\"><i>This Observation could not be resolved</i></td></tr><tr><td colspan=\"4\"><i>This Observation could not be resolved</i></td></tr><tr><td colspan=\"4\"><i>This Observation could not be resolved</i></td></tr></table></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Observation ;
fhir:id [ fhir:v "ObservationExampleInline01" ] ;
fhir:status [ fhir:v "final" ] ;
fhir:code [
      ( fhir:coding [
a loinc:2951-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2951-2" ] ;
fhir:display [ fhir:v "钠" ]       ] )     ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ]     ] ;
    ( fhir:performer [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ;
fhir:display [ fhir:v "赵勇" ]     ] ) ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "131"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]     ] ;
    ( fhir:interpretation [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v2/0078"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L" ] ;
fhir:display [ fhir:v "Low" ]       ] )     ] ) ;
    ( fhir:referenceRange [
fhir:low [
fhir:value [ fhir:v "135"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]       ] ;
fhir:high [
fhir:value [ fhir:v "145"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]       ]     ] )
  ] [
a fhir:Observation ;
fhir:id [ fhir:v "ObservationExampleInline02" ] ;
fhir:status [ fhir:v "final" ] ;
fhir:code [
      ( fhir:coding [
a loinc:2823-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2823-3" ] ;
fhir:display [ fhir:v "钾" ]       ] )     ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ]     ] ;
    ( fhir:performer [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ;
fhir:display [ fhir:v "赵勇" ]     ] ) ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "3.8"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]     ] ;
    ( fhir:interpretation [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v2/0078"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ]       ] )     ] ) ;
    ( fhir:referenceRange [
fhir:low [
fhir:value [ fhir:v "3.5"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]       ] ;
fhir:high [
fhir:value [ fhir:v "5.3"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]       ]     ] )
  ] [
a fhir:Observation ;
fhir:id [ fhir:v "ObservationExampleInline03" ] ;
fhir:status [ fhir:v "final" ] ;
fhir:code [
      ( fhir:coding [
a loinc:2075-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2075-0" ] ;
fhir:display [ fhir:v "氯化物" ]       ] )     ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ]     ] ;
    ( fhir:performer [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ;
fhir:display [ fhir:v "赵勇" ]     ] ) ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "112"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]     ] ;
    ( fhir:interpretation [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v2/0078"^^xsd:anyURI ] ;
fhir:code [ fhir:v "H" ] ;
fhir:display [ fhir:v "High" ]       ] )     ] ) ;
    ( fhir:referenceRange [
fhir:low [
fhir:value [ fhir:v "96"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]       ] ;
fhir:high [
fhir:value [ fhir:v "108"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]       ]     ] )
  ] [
a fhir:Observation ;
fhir:id [ fhir:v "ObservationExampleInline04" ] ;
fhir:status [ fhir:v "final" ] ;
fhir:code [
      ( fhir:coding [
a loinc:2028-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2028-9" ] ;
fhir:display [ fhir:v "二氧化碳" ]       ] )     ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ]     ] ;
    ( fhir:performer [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ;
fhir:display [ fhir:v "赵勇" ]     ] ) ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "28"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]     ] ;
    ( fhir:interpretation [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v2/0078"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ]       ] )     ] ) ;
    ( fhir:referenceRange [
fhir:low [
fhir:value [ fhir:v "22"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]       ] ;
fhir:high [
fhir:value [ fhir:v "34"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]       ]     ] )
  ] [
a fhir:Observation ;
fhir:id [ fhir:v "ObservationExampleInline05" ] ;
fhir:status [ fhir:v "final" ] ;
fhir:code [
      ( fhir:coding [
a loinc:33037-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "33037-3" ] ;
fhir:display [ fhir:v "阴离子间隙" ]       ] )     ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ]     ] ;
    ( fhir:performer [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ;
fhir:display [ fhir:v "赵勇" ]     ] ) ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "9"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]     ] ;
    ( fhir:interpretation [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v2/0078"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ]       ] )     ] ) ;
    ( fhir:referenceRange [
fhir:low [
fhir:value [ fhir:v "8"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]       ] ;
fhir:high [
fhir:value [ fhir:v "12"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]       ]     ] )
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://acme.com/lab/reports"^^xsd:anyURI ] ;
fhir:value [ fhir:v "LAB1001" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:24326-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24326-1" ] ;
fhir:display [ fhir:v "电解质组合HCFA 98" ]     ] ) ;
fhir:text [ fhir:v "电解质报告" ]
  ] ; # 
  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:result ( [
fhir:reference [ fhir:v "#ObservationExampleInline01" ]
  ] [
fhir:reference [ fhir:v "#ObservationExampleInline02" ]
  ] [
fhir:reference [ fhir:v "#ObservationExampleInline03" ]
  ] [
fhir:reference [ fhir:v "#ObservationExampleInline04" ]
  ] [
fhir:reference [ fhir:v "#ObservationExampleInline05" ]
  ] ) . #