RIVO-Noord Zorgviewer Implementation Guide
1.17.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.17.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions

: Epic VitalSign Example - 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 "fnOT.DhAM3rvu5Q8YAm3-LZHYD--XzzBJiZgxXDXElkw4"] ; # 
  fhir:meta [
    ( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure"^^xsd:anyURI ] )
  ] ; # 
  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 fnOT.DhAM3rvu5Q8YAm3-LZHYD--XzzBJiZgxXDXElkw4</b></p><a name=\"fnOT.DhAM3rvu5Q8YAm3-LZHYD--XzzBJiZgxXDXElkw4\"> </a><a name=\"hcfnOT.DhAM3rvu5Q8YAm3-LZHYD--XzzBJiZgxXDXElkw4\"> </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=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.20&amp;canonical=http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure\">HCIM BloodPressure</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}, {urn:oid:1.2.840.114350.1.13.485.2.7.2.707679 5}, {http://open.epic.com/FHIR/STU3/StructureDefinition/observation-flowsheet-id tNMi9VSntSLwWTsx66DJLfg0}, {urn:oid:1.2.246.537.6.96 8462-4}, {urn:oid:1.2.246.537.6.96 8480-6}, {http://loinc.org 55284-4}, {http://loinc.org 8716-3}\">Bloeddruk</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eafspraak@1.0.6&amp;canonical=https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3\">Fictief, Jan</a></p><p><b>context</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eafspraak@1.0.6&amp;canonical=https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Encounter/eYbNbDDNe-hVCVRsO7GgTPg3\">Ziekenhuiscontact</a></p><p><b>effective</b>: 2020-08-03 11:15:00+0000</p><p><b>issued</b>: 2020-08-03 11:16:06+0000</p><p><b>performer</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eafspraak@1.0.6&amp;canonical=https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Practitioner/ey2wx9FuxHbR-Q4sDWdx9UfwpWK8ZOtvVcrmcvou04cE3\">C Ooms</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 100 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 60 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ]     ] ) ;
fhir:text [ fhir:v "Vital Signs" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:85354-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85354-9" ] ;
fhir:display [ fhir:v "Blood pressure panel with all children optional" ]     ] [
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.485.2.7.2.707679"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Bloeddruk" ]     ] [
fhir:system [ fhir:v "http://open.epic.com/FHIR/STU3/StructureDefinition/observation-flowsheet-id"^^xsd:anyURI ] ;
fhir:code [ fhir:v "tNMi9VSntSLwWTsx66DJLfg0" ] ;
fhir:display [ fhir:v "Bloeddruk" ]     ] [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.96"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ]     ] [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.96"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ]     ] [
a loinc:55284-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55284-4" ] ;
fhir:display [ fhir:v "Blood pressure systolic and diastolic" ]     ] [
a loinc:8716-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8716-3" ] ;
fhir:display [ fhir:v "Vital signs" ]     ] ) ;
fhir:text [ fhir:v "Bloeddruk" ]
  ] ; # 
  fhir:subject [
fhir:link <https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3> ;
fhir:reference [ fhir:v "https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3" ] ;
fhir:display [ fhir:v "Fictief, Jan" ]
  ] ; # 
  fhir:context [
fhir:link <https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Encounter/eYbNbDDNe-hVCVRsO7GgTPg3> ;
fhir:reference [ fhir:v "https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Encounter/eYbNbDDNe-hVCVRsO7GgTPg3" ] ;
fhir:display [ fhir:v "Ziekenhuiscontact" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2020-08-03T11:15:00Z"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2020-08-03T11:16:06Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:link <https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Practitioner/ey2wx9FuxHbR-Q4sDWdx9UfwpWK8ZOtvVcrmcvou04cE3> ;
fhir:reference [ fhir:v "https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Practitioner/ey2wx9FuxHbR-Q4sDWdx9UfwpWK8ZOtvVcrmcvou04cE3" ] ;
fhir:display [ fhir:v "C Ooms" ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolic blood pressure" ]       ] ) ;
fhir:text [ fhir:v "Systolic blood pressure" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "100"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:8462-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "Diastolic blood pressure" ]       ] ) ;
fhir:text [ fhir:v "Diastolic blood pressure" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "60"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ]     ]
  ] ) . #