eHealth Infrastructure (v2019.6)

{
  "resourceType" : "Appointment",
  "id" : "videoappointment-valid",
  "meta" : {
    "profile" : [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-videoappointment"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-end-meeting-on-end-time",
      "valueBoolean" : true
    },
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-max-participants",
      "valueInteger" : 5
    },
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-meeting-url",
      "valueString" : "https://portal.vconf.dk/?url=4618@test.dk&pin=9180&start_dato=2018-11-01T11:15:00"
    },
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-pin-code",
      "valueInteger" : 1234
    },
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible",
      "extension" : [
        {
          "url" : "type",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://ehealth.sundhed.dk/cs/responsibility-type",
                "code" : "monitoringResponsible"
              }
            ]
          }
        },
        {
          "url" : "actor",
          "valueReference" : {
            "reference" : "http://inttest.ehealth.sundhed.dk/CareTeam/42",
            "display" : "CareTeam Aarhus"
          }
        }
      ]
    }
  ],
  "status" : "proposed",
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://ehealth.sundhed.dk/cs/appointmenttype-codes",
        "code" : "FOLLOWUP"
      }
    ]
  },
  "reason" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "412776001"
        }
      ],
      "text" : "Clinical Review"
    }
  ],
  "description" : "Description",
  "start" : "2013-12-10T09:00:00Z",
  "end" : "2013-12-10T11:00:00Z",
  "participant" : [
    {
      "actor" : {
        "reference" : "http://inttest.ehealth.sundhed.dk/organization/fhir/Practitioner/42",
        "display" : "Tove Jensen"
      },
      "status" : "needs-action"
    },
    {
      "actor" : {
        "reference" : "http://inttest.ehealth.sundhed.dk/trifork-fhir-server/Patient/XXX"
      },
      "status" : "needs-action"
    }
  ]
}