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

: null - TTL Representation

Raw ttl | Download


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

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

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "2.16.840.1.113883.2.4.3.124.7.46240.81230000070144"] ; # 
  fhir:meta [
    ( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Encounter"^^xsd:anyURI ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Encounter resource:</h3><ul><li><p><strong>Subject:</strong> 'Johan XXX_Helleman_Afblijven'</p></li><li><p><strong>Status:</strong> 'Finished'</p></li><li><p><strong>Class:</strong> 'Inpatient'</p></li><li><table><thead><tr><th>Participant</th><th>Names</th><th>Phone numbers</th><th>Address</th></tr></thead><tbody><tr><td>Participant 1</td><td>(J.H.R) Peters</td><td>+31306003111, +31306003199</td><td>Postbus 7037, 3430JA Nieuwegein (Netherlands (the))</td></tr></tbody></table></li><li><p><strong>Period:</strong> 'Period with lower bound 15-8-2012 00:00+0200 and upper bound 15-8-2012 15:04+0200.'</p></li><li><p><strong>Diagnosis condition</strong> 'Problem'</p></li><li><table><thead><tr><th>Service provider</th><th>Name</th><th>Address</th><th>Identifications</th><th>Standard industry class code</th></tr></thead><tbody><tr><td>Service provider 1</td><td>Ziekenhuis Apotheek</td><td>Tt.Melissaweg 23, TRUE Amsterdam (AMSTERDAM)</td><td> 2.16.528.1.1007.3.3, 00002727</td><td>Openbare apotheek</td></tr></tbody></table></li><li><p><strong>Hospitalization admit source:</strong> 'Home'</p></li><li><p><strong>Hospitalization discharge disposition:</strong> 'Home'</p></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.124.7.46240.8"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1230000070144" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMP" ] ;
fhir:display [ fhir:v "inpatient" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1" ] ;
fhir:display [ fhir:v "Johan XXX_Helleman_Afblijven" ]
  ] ; # 
  fhir:participant ( [
fhir:individual [
      ( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/D39901D5633311B18D8CC9D7E6546C74898DAC5C0E33EEF454329D16153F096E" ] ;
fhir:display [ fhir:v "Onbekende functiecode." ]         ]       ] ) ;
fhir:reference [ fhir:v "Practitioner/7667ea25-2acb-49c0-8565-41a37da4b81e" ] ;
fhir:display [ fhir:v "J.H.R Peters" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2012-08-15T00:00:00+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2012-08-15T15:04:00+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Procedure/a0002acf-c5c8-4368-b389-028b42cd396c" ] ;
fhir:display [ fhir:v "other" ]     ]
  ] ) ; # 
  fhir:hospitalization [
fhir:admitSource [
      ( fhir:coding [
a sct:264362003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "264362003" ] ;
fhir:display [ fhir:v "Home" ]       ] ) ;
fhir:text [ fhir:v "Eigen woonomgeving" ]     ] ;
fhir:dischargeDisposition [
      ( fhir:coding [
a sct:264362003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "264362003" ] ;
fhir:display [ fhir:v "Home" ]       ] ) ;
fhir:text [ fhir:v "Eigen woonomgeving" ]     ]
  ] ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/2.16.528.1.1007.3.300002727" ] ;
fhir:display [ fhir:v "Ziekenhuis Apotheek" ]
  ] . #