eHealth Infrastructure
5.0.1 - release Denmark flag

This page is part of the FUT Infrastructure (v5.0.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: appointment01 - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "appointment01",
  "meta" : {
    "profile" : [
      🔗 "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-appointment"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Aftale appointment01</b></p><a name=\"appointment01\"> </a><a name=\"hcappointment01\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ehealth-appointment.html\">ehealth-appointment</a></p></div><p><b>Performing organization</b>: <a href=\"Organization-108752.html\">Organization 63785662-18ad-4896-b960-505e94bdc5c4</a></p><p><b>Responsible organization</b>: <a href=\"Organization-108752.html\">Organization 63785662-18ad-4896-b960-505e94bdc5c4</a></p><p><b>Responsible</b>: <a href=\"CareTeam-42.html\">CareTeam Aarhus</a></p><p><b>Legal basis</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/jurisdiction service-act}\">Serviceloven</span></p><p><b>status</b>: Proposed</p><p><b>serviceType</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/appointment-servicetype regular}\">A regular appointment</span></p><p><b>appointmentType</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/appointmenttype-codes FOLLOWUP}\">A follow up visit from a previous appointment</span></p><p><b>reasonCode</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/appointment-reason 412776001}\">Clinical Review</span></p><p><b>supportingInformation</b>: <a href=\"EpisodeOfCare-42.html\">EpisodeOfCare: extension = -&gt;Organization 63785662-18ad-4896-b960-505e94bdc5c4; status = planned; period = 2023-01-01 00:00:00+0000 --&gt; (ongoing)</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner-42.html\">Tove Jensen</a></p><p><b>status</b>: Needs Action</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner-123.html\">Practitioner Example2 Practitioner </a></p><p><b>status</b>: Needs Action</p></blockquote><blockquote><p><b>participant</b></p><p><b>Careteam</b>: <a href=\"CareTeam-42.html\">CareTeam Aarhus</a></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></p><p><b>status</b>: Needs Action</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-performing-organization",
      "valueReference" : {
        🔗 "reference" : "Organization/108752"
      }
    },
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible-organization",
      "valueReference" : {
        🔗 "reference" : "Organization/108752"
      }
    },
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible",
      "valueReference" : {
        🔗 "reference" : "CareTeam/42",
        "display" : "CareTeam Aarhus"
      }
    },
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-legalBasis",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://ehealth.sundhed.dk/cs/jurisdiction",
            "code" : "service-act"
          }
        ]
      }
    }
  ],
  "status" : "proposed",
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "http://ehealth.sundhed.dk/cs/appointment-servicetype",
          "code" : "regular"
        }
      ]
    }
  ],
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://ehealth.sundhed.dk/cs/appointmenttype-codes",
        "code" : "FOLLOWUP"
      }
    ]
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://ehealth.sundhed.dk/cs/appointment-reason",
          "code" : "412776001"
        }
      ],
      "text" : "Clinical Review"
    }
  ],
  "supportingInformation" : [
    {
      🔗 "reference" : "EpisodeOfCare/42"
    }
  ],
  "participant" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/42",
        "display" : "Tove Jensen"
      },
      "status" : "needs-action"
    },
    {
      "actor" : {
        🔗 "reference" : "Practitioner/123"
      },
      "status" : "needs-action"
    },
    {
      "extension" : [
        {
          "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-ext-careteam",
          "valueReference" : {
            🔗 "reference" : "CareTeam/42",
            "display" : "CareTeam Aarhus"
          }
        }
      ],
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND"
            }
          ]
        }
      ],
      "status" : "needs-action"
    }
  ]
}