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

FHIR IG analytics

Packageru.core
Resource TypeAppointment
IdAppointment-example-core-appointment-ivanov-consultation-min.json
FHIR VersionR5

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 example-core-appointment-ivanov-consultation-min

identifier: https://fhir.ru/ig/core/systems/appointment/APT-2024-001

status: Fulfilled

serviceCategory: General Practice

specialty: General Practice

appointmentType: Routine

priority: Routine

description: Консультация терапевта по поводу повышенной температуры

start: 2024-01-15 10:00:00+0000

end: 2024-01-15 10:30:00+0000

participant

type: attender

actor: PractitionerRole Врач-терапевт участковый

required: true

status: Accepted

participant

type: primary performer

actor: Иван Иванов Male, DoB: 1985-03-15 ( СНИЛС)

required: true

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "example-core-appointment-ivanov-consultation-min",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ru/ig/core/systems/appointment",
      "value": "APT-2024-001"
    }
  ],
  "status": "fulfilled",
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-category",
          "code": "17",
          "display": "General Practice"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/c80-practice-codes",
          "code": "GP",
          "display": "General Practice"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code": "ROUTINE",
        "display": "Routine"
      }
    ]
  },
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code": "R",
        "display": "Routine"
      }
    ]
  },
  "description": "Консультация терапевта по поводу повышенной температуры",
  "start": "2024-01-15T10:00:00Z",
  "end": "2024-01-15T10:30:00Z",
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender"
            }
          ]
        }
      ],
      "actor": {
        "reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
      },
      "required": true,
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Patient/example-core-patient-ivanov-min"
      },
      "required": true,
      "status": "accepted"
    }
  ]
}