eHealth Infrastructure (v2019.5.1)

{
  "resourceType" : "Appointment",
  "id" : "appointment-valid",
  "meta" : {
    "profile" : [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-appointment"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>: Followup <span style=\"background: LightGoldenRodYellow\">(Details : {http://ehealth.sundhed.dk/appointment-type code 'followup' = 'followup', given as 'Followup'})</span></p><p><b>reason</b>: Clinical Review <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '413095006' = '413095006)</span></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://example.com/Patient/136\">Jens Hansen</a></p><p><b>status</b>: needs-action</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://example.com/Practitioner/145\">Tove Jensen</a></p><p><b>status</b>: needs-action</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible",
      "extension" : [
        {
          "url" : "type",
          "valueCode" : "TBD"
        },
        {
          "url" : "actor",
          "valueReference" : {
            "reference" : "http://example.com/CareTeam/42",
            "display" : "CareTeam Aarhus"
          }
        }
      ]
    }
  ],
  "status" : "proposed",
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://ehealth.sundhed.dk/appointment-type",
        "code" : "followup",
        "display" : "Followup"
      }
    ]
  },
  "reason" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "413095006"
        }
      ],
      "text" : "Clinical Review"
    }
  ],
  "participant" : [
    {
      "actor" : {
        "reference" : "http://example.com/Patient/136",
        "display" : "Jens Hansen"
      },
      "status" : "needs-action"
    },
    {
      "actor" : {
        "reference" : "http://example.com/Practitioner/145",
        "display" : "Tove Jensen"
      },
      "status" : "needs-action"
    }
  ]
}