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 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="zib-encounter-03"/>
  <meta>
    <profile value="http://nictiz.nl/fhir/StructureDefinition/zib-Encounter"/>
  </meta>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <table>
                <caption>Patient with id example</caption>
                <thead>
                    <tr>
                        <th>ContactType</th>
                        <th>StartDateTime</th>
                        <th>EndDateTime</th>
                        <th>Procedure</th>
                        <th>HealthProfessional</th>
                        <th>OrganizationType</th>
                        <th>OrganizationName</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>Inpatient</td>
                        <td>16-08-2012</td>
                        <td>19-08-2012</td>
                        <td>Surgical reduction of fracture (procedure)</td>
                        <td>G.Z.M. de Wit</td>
                        <td>Hospital</td>
                        <td>St. Lucas Andreas Ziekenhuis</td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://hl7.org/fhir/v3/ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <subject>🔗 
    <reference value="Patient/nl-core-patient-03"/>
    <display value="I. Jongeneel-de Haas"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/nl-core-practitioner-03"/>
      <display value="G.Z.M. de Wit"/>
    </individual>
  </participant>
  <period>
    <start value="2012-08-16"/>
    <end value="2012-08-19"/>
  </period>
  <diagnosis>
    <condition>🔗 
      <reference value="Procedure/zib-procedure-02"/>
      <display value="Surgical reduction of fracture (procedure)"/>
    </condition>
  </diagnosis>
  <serviceProvider>🔗 
    <reference value="Organization/nl-core-organization-03"/>
    <display value="Test Medisch Centrum"/>
  </serviceProvider>
</Encounter>