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-02 - 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-02"] ; # 
  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>ProblemName</th>\n                        <th>HealthProfessional</th>\n                        <th>OrganizationType</th>\n                        <th>OrganizationName</th>\n                    </tr>\n                </thead>\n                <tbody>\n                    <tr>\n                        <td>emergency</td>\n                        <td>16-08-2012</td>\n                        <td>Broken leg</td>\n                        <td>H. de Vries</td>\n                        <td>Hospital</td>\n                        <td>Universitair Medisch Centrum Groningen</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 "EMER" ] ;
fhir:display [ fhir:v "emergency" ]
  ] ; # 
  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-01" ] ;
fhir:display [ fhir:v "H. de Vries" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2012-08-16"^^xsd:date ]
  ] ; # 
  fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Condition/zib-problem-05" ] ;
fhir:display [ fhir:v "Broken leg" ]     ]
  ] ) ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/nl-core-organization-02" ] ;
fhir:display [ fhir:v "Universitair Medisch Centrum Groningen" ]
  ] . #