eHealth Infrastructure
2021.3.0 - build

eHealth Infrastructure - Local Development build (v2021.3.0). 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><b>Generated Narrative</b></p><p><b>Performing organization</b>: <a href=\"https://organization.fut.trifork.com/fhir/Organization/108752\">https://organization.fut.trifork.com/fhir/Organization/108752</a></p><p><b>Responsible organization</b>: <a href=\"https://organization.fut.trifork.com/fhir/Organization/108752\">https://organization.fut.trifork.com/fhir/Organization/108752</a></p><p><b>Responsible</b>: <a href=\"http://inttest.ehealth.sundhed.dk/CareTeam/42\">CareTeam Aarhus</a></p><p><b>Legal basis</b>: <span title=\"Codes: {http://ehealth.sundhed.dk/cs/jurisdiction service-act}\">Danish service act</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=\"http://inttest.ehealth.sundhed.dk/EpisodeOfCare/42\">http://inttest.ehealth.sundhed.dk/EpisodeOfCare/42</a></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>Careteam</b>: <a href=\"http://inttest.ehealth.sundhed.dk/CareTeam/42\">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" : "https://organization.fut.trifork.com/fhir/Organization/108752"
      }
    },
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible-organization",
      "valueReference" : {
        "reference" : "https://organization.fut.trifork.com/fhir/Organization/108752"
      }
    },
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-responsible",
      "valueReference" : {
        "reference" : "http://inttest.ehealth.sundhed.dk/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" : "http://inttest.ehealth.sundhed.dk/EpisodeOfCare/42"
    }
  ],
  "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/organization/fhir/Practitioner/123"
      },
      "status" : "needs-action"
    },
    {
      "extension" : [
        {
          "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-ext-careteam",
          "valueReference" : {
            "reference" : "http://inttest.ehealth.sundhed.dk/CareTeam/42",
            "display" : "CareTeam Aarhus"
          }
        }
      ],
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND"
            }
          ]
        }
      ],
      "status" : "needs-action"
    }
  ]
}