Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Encounter - zib-encounter-03 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "zib-encounter-03"] ; # 
  fhir:meta [
    ( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Encounter"^^xsd:anyURI ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <caption>Patient with id example</caption>\n                <thead>\n                    <tr>\n                        <th>ContactType</th>\n                        <th>StartDateTime</th>\n                        <th>EndDateTime</th>\n                        <th>Procedure</th>\n                        <th>HealthProfessional</th>\n                        <th>OrganizationType</th>\n                        <th>OrganizationName</th>\n                    </tr>\n                </thead>\n                <tbody>\n                    <tr>\n                        <td>Inpatient</td>\n                        <td>16-08-2012</td>\n                        <td>19-08-2012</td>\n                        <td>Surgical reduction of fracture (procedure)</td>\n                        <td>G.Z.M. de Wit</td>\n                        <td>Hospital</td>\n                        <td>St. Lucas Andreas Ziekenhuis</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  ] ; # 
  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 encounter" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/nl-core-patient-03" ] ;
fhir:display [ fhir:v "I. Jongeneel-de Haas" ]
  ] ; # 
  fhir:participant ( [
fhir:individual [
fhir:reference [ fhir:v "Practitioner/nl-core-practitioner-03" ] ;
fhir:display [ fhir:v "G.Z.M. de Wit" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2012-08-16"^^xsd:date ] ;
fhir:end [ fhir:v "2012-08-19"^^xsd:date ]
  ] ; # 
  fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Procedure/zib-procedure-02" ] ;
fhir:display [ fhir:v "Surgical reduction of fracture (procedure)" ]     ]
  ] ) ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/nl-core-organization-03" ] ;
fhir:display [ fhir:v "Test Medisch Centrum" ]
  ] . #