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

FHIR IG analytics

Packagehl7.fhir.fi.base
Resource TypeAppointment
IdAppointment-appointment-general-practitioner.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 appointment-general-practitioner

ServiceEvent: urn:oid:1.2.246.10.3575029.10.50.14131.2023.159325

Appointment Mutability

  • Cancellable: false
  • Reschedulable: false

status: Fulfilled

serviceCategory: SOTE9.2

serviceType: EEA

appointmentType: 101

description: Kuume

start: 2023-01-20 10:00:00+0200

end: 2023-01-20 10:20:00+0200

slot: Slot: identifier = 123456789; serviceCategory = Lääkäripalvelut; serviceType = Yleislääkärin palvelu; appointmentType = Kertakäynti toimipaikassa; status = free; start = 2023-01-01 12:00:00+0200; end = 2023-01-01 12:30:00+0200

created: 2023-01-20 08:45:15+0200

participant

actor: Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))

required: Required

status: Accepted

participant

type: primary performer

actor: Practitioner Dave Doctor

required: Required

status: Accepted

participant

actor: Location Kirurgian poliklinikka

status: Accepted

participant

actor: HealthcareService Vastaanottoaika*

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "appointment-general-practitioner",
  "meta": {
    "profile": [
      "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-appointment"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/service-event",
      "valueOid": "urn:oid:1.2.246.10.3575029.10.50.14131.2023.159325"
    },
    {
      "extension": [
        {
          "url": "Cancellable",
          "valueBoolean": false
        },
        {
          "url": "Reschedulable",
          "valueBoolean": false
        }
      ],
      "url": "https://hl7.fi/fhir/finnish-scheduling/StructureDefinition/mutable"
    }
  ],
  "status": "fulfilled",
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "urn:oid:1.2.246.537.6.50",
          "version": "201801",
          "code": "SOTE9.2"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "urn:oid:1.2.246.537.6.49",
          "version": "201501",
          "code": "EEA"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "urn:oid:1.2.246.537.6.884",
        "version": "2015",
        "code": "101"
      }
    ]
  },
  "description": "Kuume",
  "start": "2023-01-20T10:00:00+02:00",
  "end": "2023-01-20T10:20:00+02:00",
  "slot": [
    {
      "reference": "Slot/FreeSlot"
    }
  ],
  "created": "2023-01-20T08:45:15+02:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/patient-of-municipality"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Practitioner/practitioner-licensed-physician"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Location/LocationExample"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "HealthcareService/healthcareService-example"
      },
      "status": "accepted"
    }
  ]
}