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 "307375"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-04-17T10:09:18.633+02:00"^^xsd:dateTime ] ;
    ( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Encounter"^^xsd:anyURI ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                  <table>\n                     <caption>Encounter. typeCode-SUBJ: Xxx-Helleman, J (M). id: urn:oid:2.16.840.1.113883.2.4.3.148.1.1.6.10.307375 (urn:ietf:rfc:3986), Status: status-finished</caption>\n                     <tbody>\n                        <tr>\n                           <th>Encounter_Type</th>\n                           <td>\n                              <div>\n                                 <span title=\"Klinisch (IMP - 2.16.840.1.113883.5.4)\">Klinisch</span>\n                              </div>\n                           </td>\n                        </tr>\n                        <tr>\n                           <th>Period</th>\n                           <td>16 August 2012 12:22:00 - 19 August 2012 13:22:00</td>\n                        </tr>\n                        <tr>\n                           <th>Participant</th>\n                           <td>\n                              <div>Wit<div>PractitionerRole: Orthopedie</div>\n                              </div>\n                           </td>\n                        </tr>\n                        <tr>\n                           <th>Service Provider</th>\n                           <td>Nexus Nederland BV</td>\n                        </tr>\n                        <tr>\n                           <th>Hospitalization</th>\n                           <td>\n                              <ul>\n                                 <li>DischargeDisposition: <span title=\"Eigen woonomgeving (264362003 - SNOMED CT)\">Eigen woonomgeving</span>\n                                 </li>\n                              </ul>\n                           </td>\n                        </tr>\n                     </tbody>\n                  </table>\n               </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.148.1.1.6.10.307375" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.5.4"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMP" ] ;
fhir:display [ fhir:v "Klinisch" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/330073" ] ;
fhir:display [ fhir:v "Xxx-Helleman, J (M)" ]
  ] ; # 
  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/88fda4e5-57f3-4168-a204-dae1e0ed8449" ] ;
fhir:display [ fhir:v "Orthopedie" ]         ]       ] ) ;
fhir:reference [ fhir:v "Practitioner/8122" ] ;
fhir:display [ fhir:v "Wit" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2012-08-16T12:22:00+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2012-08-19T13:22:00+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:hospitalization [
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 "Eigen woonomgeving" ]       ] )     ]
  ] ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/5910A24F1A74F629E8A53C7C2F97D5EF28CF30B2" ] ;
fhir:display [ fhir:v "Nexus Nederland BV" ]
  ] . #