LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Appointment Example - XML Representation

Raw xml | Download



<Appointment xmlns="http://hl7.org/fhir">
  <id value="AppointmentExample"/>
  <meta>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id">
      <valueString value="99999"/>
    </extension>
    <extension
               url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id">
      <valueString value="b069a545-9506-40c6-8498-23de2e189143"/>
    </extension>
    <source value="http://acme-health.com/emr1"/>
    <profile
             value="http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Appointment</b><a name="AppointmentExample"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Appointment "AppointmentExample" </p><p style="margin-bottom: 0px">Information Source: http://acme-health.com/emr1!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-cdm-appointment.html">CDM Appointment</a></p></div><p><b>identifier</b>: Source System Row Identifier: 7e5ce175-e626-43ec-b8d2-9c1c1207e9ba(use: OFFICIAL)</p><p><b>status</b>: booked</p><p><b>serviceCategory</b>: 17 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#17)</span></p><p><b>serviceType</b>: 367 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#367)</span></p><p><b>specialty</b>: General medicine <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#394802001)</span></p><p><b>appointmentType</b>: A routine check-up, such as an annual physical <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/4.0.0/CodeSystem-v2-0276.html">appointmentReason</a>#CHECKUP)</span></p><p><b>reasonCode</b>: Benign essential hypertension <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#1201005)</span></p><p><b>start</b>: Apr 15, 2020, 9:00:00 AM</p><p><b>end</b>: Apr 15, 2020, 9:15:00 AM</p><p><b>minutesDuration</b>: 15</p><p><b>created</b>: 2020-04-01 11:45:00+0000</p><p><b>comment</b>: Patient medications working as expected. DM under control. Refill Bytolic and Valartan.</p><p><b>patientInstruction</b>: Take your meds every day.  Excercise more, eat less!</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Patient-CDMPatientInstance.html">Patient/CDMPatientInstance</a> " MCLASTNAME"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: primary performer <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html">ParticipationType</a>#PPRF)</span></p><p><b>actor</b>: <a href="Practitioner-DrKelly.html">Practitioner/DrKelly</a> " KELLY"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p><p><b>period</b>: 2020-04-15 09:00:00+0000 --&gt; 2020-04-15 09:15:00+0000</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Location-KellyClinic.html">Location/KellyClinic</a> "Kelly Clinic"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p><p><b>period</b>: 2020-04-15 09:00:00+0000 --&gt; 2020-04-15 09:15:00+0000</p></blockquote></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type"/>
        <code value="SSRI"/>
      </coding>
    </type>
    <system value="http://acme-health.com/emr1/appointment"/>
    <value value="7e5ce175-e626-43ec-b8d2-9c1c1207e9ba"/>
    <assigner>
      <display value="Acme Health - EMR1"/>
    </assigner>
  </identifier>
  <status value="booked"/>
  <serviceCategory>
    <coding>
      <system value="urn:oid:2.16.840.1.113883.4.642.3.516"/>
      <code value="17"/>
    </coding>
  </serviceCategory>
  <serviceType>
    <coding>
      <system value="urn:oid:2.16.840.1.113883.4.642.3.518"/>
      <code value="367"/>
    </coding>
  </serviceType>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394802001"/>
      <display value="General medicine"/>
    </coding>
  </specialty>
  <appointmentType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
      <code value="CHECKUP"/>
    </coding>
  </appointmentType>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1201005"/>
      <display value="Benign essential hypertension"/>
    </coding>
  </reasonCode>
  <start value="2020-04-15T09:00:00Z"/>
  <end value="2020-04-15T09:15:00Z"/>
  <minutesDuration value="15"/>
  <created value="2020-04-01T11:45:00Z"/>
  <comment
           value="Patient medications working as expected. DM under control. Refill Bytolic and Valartan."/>
  <patientInstruction
                      value="Take your meds every day.  Excercise more, eat less!"/>
  <participant>
    <actor>
      <reference value="Patient/CDMPatientInstance"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
  </participant>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PPRF"/>
        <display value="primary performer"/>
      </coding>
    </type>
    <actor>
      <reference value="Practitioner/DrKelly"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
    <period>
      <start value="2020-04-15T09:00:00Z"/>
      <end value="2020-04-15T09:15:00Z"/>
    </period>
  </participant>
  <participant>
    <actor>
      <reference value="Location/KellyClinic"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
    <period>
      <start value="2020-04-15T09:00:00Z"/>
      <end value="2020-04-15T09:15:00Z"/>
    </period>
  </participant>
</Appointment>