eHealth Infrastructure (v2019.6)


<Appointment xmlns="http://hl7.org/fhir">
  <id value="videoappointment-valid"/>
  <meta>
    <profile
             value="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-videoappointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: videoappointment-valid</p><p><b>meta</b>: </p><p><b>status</b>: proposed</p><p><b>appointmentType</b>: A follow up visit from a previous appointment <span style="background: LightGoldenRodYellow">(Details : {http://ehealth.sundhed.dk/cs/appointmenttype-codes code 'FOLLOWUP' = 'A follow up visit from a previous appointment)</span></p><p><b>reason</b>: Clinical Review <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '412776001' = 'Chronic obstructive pulmonary disease clinical management plan (qualifier value))</span></p><p><b>description</b>: Description</p><p><b>start</b>: Dec 10, 2013 9:00:00 AM</p><p><b>end</b>: Dec 10, 2013 11:00:00 AM</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="http://inttest.ehealth.sundhed.dk/organization/fhir/Practitioner/42">Tove Jensen</a></p><p><b>status</b>: needs-action</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="http://inttest.ehealth.sundhed.dk/trifork-fhir-server/Patient/XXX">http://inttest.ehealth.sundhed.dk/trifork-fhir-server/Patient/XXX</a></p><p><b>status</b>: needs-action</p></blockquote></div>
  </text>
  <extension
             url="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-end-meeting-on-end-time">
    <valueBoolean value="true"/>
  </extension>
  <extension
             url="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-max-participants">
    <valueInteger value="5"/>
  </extension>
  <extension
             url="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-meeting-url">
    <valueString
                 value="https://portal.vconf.dk/?url=4618@test.dk&amp;pin=9180&amp;start_dato=2018-11-01T11:15:00"/>
  </extension>
  <extension
             url="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-pin-code">
    <valueInteger value="1234"/>
  </extension>
  <extension
             url="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible">
    <extension url="type">
      <valueCodeableConcept>
        <coding>
          <system value="http://ehealth.sundhed.dk/cs/responsibility-type"/>
          <code value="monitoringResponsible"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="actor">
      <valueReference>
        <reference value="http://inttest.ehealth.sundhed.dk/CareTeam/42"/>
        <display value="CareTeam Aarhus"/>
      </valueReference>
    </extension>
  </extension>
  <status value="proposed"/>
  <appointmentType>
    <coding>
      <system value="http://ehealth.sundhed.dk/cs/appointmenttype-codes"/>
      <code value="FOLLOWUP"/>
    </coding>
  </appointmentType>
  <reason>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="412776001"/>
    </coding>
    <text value="Clinical Review"/>
  </reason>
  <description value="Description"/>
  <start value="2013-12-10T09:00:00Z"/>
  <end value="2013-12-10T11:00:00Z"/>
  <participant>
    <actor>
      <reference
                 value="http://inttest.ehealth.sundhed.dk/organization/fhir/Practitioner/42"/>
      <display value="Tove Jensen"/>
    </actor>
    <status value="needs-action"/>
  </participant>
  <participant>
    <actor>
      <reference
                 value="http://inttest.ehealth.sundhed.dk/trifork-fhir-server/Patient/XXX"/>
    </actor>
    <status value="needs-action"/>
  </participant>
</Appointment>