eHealth Infrastructure (v2019.6.1)


<Appointment xmlns="http://hl7.org/fhir">
  <id value="appointment-valid"/>
  <meta>
    <profile
             value="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-appointment"/>
  </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>: appointment-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 : {http://ehealth.sundhed.dk/cs/appointment-reason code '412776001' = 'Clinical review)</span></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/organization/fhir/Practitioner/123">http://inttest.ehealth.sundhed.dk/organization/fhir/Practitioner/123</a></p><p><b>status</b>: needs-action</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: ATND <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/v3-ParticipationType code 'ATND' = 'ATND)</span></p><p><b>status</b>: needs-action</p></blockquote></div>
  </text>
  <extension
             url="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible">
    <valueReference>
      <reference value="http://inttest.ehealth.sundhed.dk/CareTeam/42"/>
      <display value="CareTeam Aarhus"/>
    </valueReference>
  </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://ehealth.sundhed.dk/cs/appointment-reason"/>
      <code value="412776001"/>
    </coding>
    <text value="Clinical Review"/>
  </reason>
  <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/organization/fhir/Practitioner/123"/>
    </actor>
    <status value="needs-action"/>
  </participant>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="ATND"/>
      </coding>
    </type>
    <extension
               url="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-ext-careteam">
      <valueReference>
        <reference value="http://inttest.ehealth.sundhed.dk/CareTeam/42"/>
        <display value="CareTeam Aarhus"/>
      </valueReference>
    </extension>
    <status value="needs-action"/>
  </participant>
</Appointment>