FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeAppointment
IdAppointment-appointment01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Appointment appointment01

Performing organization: Organization 63785662-18ad-4896-b960-505e94bdc5c4

Responsible organization: Organization 63785662-18ad-4896-b960-505e94bdc5c4

Responsible: CareTeam Aarhus

Legal basis: Serviceloven

status: Proposed

serviceType: A regular appointment

appointmentType: A follow up visit from a previous appointment

reasonCode: Clinical Review

supportingInformation: EpisodeOfCare: extension = ->Organization 63785662-18ad-4896-b960-505e94bdc5c4; status = planned; period = 2023-01-01 00:00:00+0000 --> (ongoing)

participant

actor: Tove Jensen

status: Needs Action

participant

actor: Practitioner Example2 Practitioner

status: Needs Action

participant

Careteam: CareTeam Aarhus

type: attender

status: Needs Action


Source1

{
  "resourceType": "Appointment",
  "id": "appointment01",
  "meta": {
    "profile": [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-appointment"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}