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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeAppointment
IdAppointment-ma-ma-schema-1-Appointment-10001.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 ma-ma-schema-1-Appointment-10001

Last updated: 2023-12-18 23:07:47+0000;

Information Source: urn:telus:emr:ma:ma-schema-1

Security Label: normal (Details: Confidentiality code N = 'normal')

identifier: urn:telus:emr:ma:ma-schema-1:Appointment/10001 (use: official, )

status: Booked

serviceCategory: General Practice

serviceType: General practice service

specialty: Family practice

appointmentType: Follow-up

reasonCode: Follow-up for hypertension management

reasonReference: Essential Hypertension

priority: 5

description: Three-month follow-up appointment for hypertension monitoring. Review blood pressure logs and medication effectiveness.

supportingInformation: Recent Blood Pressure Reading

start: 2024-03-18 10:00:00+0000

end: 2024-03-18 10:30:00+0000

minutesDuration: 30

created: 2023-12-18 10:40:00+0000

comment: Patient requested morning appointment. Bring current medication list and blood pressure log.

patientInstruction: Please bring your blood pressure log and current medication list. Arrive 10 minutes early to complete any necessary paperwork.

basedOn: ServiceRequest Glucose [Mass/volume] in Serum or Plasma

participant

type: primary performer

actor: John Michael Smith

required: Required

status: Accepted

participant

type: attender

actor: Dr. Sarah Johnson

required: Required

status: Accepted

participant

actor: Exam Room 1

required: Required

status: Accepted

requestedPeriod: 2024-03-18 09:00:00+0000 --> 2024-03-18 12:00:00+0000


Source1

{
  "resourceType": "Appointment",
  "id": "ma-ma-schema-1-Appointment-10001",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:ma:ma-schema-1:Appointment",
      "value": "10001"
    }
  ],
  "status": "booked",
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-category",
          "code": "17",
          "display": "General Practice"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "310058008",
          "display": "General practice service"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code": "FOLLOWUP",
        "display": "Follow-up"
      }
    ]
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "390906007",
          "display": "Follow-up encounter"
        }
      ],
      "text": "Follow-up for hypertension management"
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/ma-ma-schema-1-Condition-problem-list-3001",
      "type": "Condition",
      "display": "Essential Hypertension"
    }
  ],
  "priority": 5,
  "description": "Three-month follow-up appointment for hypertension monitoring. Review blood pressure logs and medication effectiveness.",
  "supportingInformation": [
    {
      "reference": "Observation/ma-ma-schema-1-Observation-vitals-bp-5001",
      "type": "Observation",
      "display": "Recent Blood Pressure Reading"
    }
  ],
  "start": "2024-03-18T10:00:00Z",
  "end": "2024-03-18T10:30:00Z",
  "minutesDuration": 30,
  "created": "2023-12-18T10:40:00Z",
  "comment": "Patient requested morning appointment. Bring current medication list and blood pressure log.",
  "patientInstruction": "Please bring your blood pressure log and current medication list. Arrive 10 minutes early to complete any necessary paperwork.",
  "basedOn": [
    {
      "reference": "ServiceRequest/ma-ma-schema-1-ServiceRequest-9001",
      "type": "ServiceRequest"
    }
  ],
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Patient/ma-ma-schema-1-Patient-12345",
        "type": "Patient",
        "display": "John Michael Smith"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
        "type": "Practitioner",
        "display": "Dr. Sarah Johnson"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Location/ma-ma-schema-1-Location-101",
        "type": "Location",
        "display": "Exam Room 1"
      },
      "required": "required",
      "status": "accepted"
    }
  ],
  "requestedPeriod": [
    {
      "start": "2024-03-18T09:00:00Z",
      "end": "2024-03-18T12:00:00Z"
    }
  ]
}