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

FHIR IG analytics

Packagendhm.in
Resource TypeAppointment
IdAppointment-example-01.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 example-01

status: Booked

serviceCategory: General medical practice

serviceType: Consultation

appointmentType: Follow-up visit

reasonReference: Condition Abdominal pain

description: Discussion on the results of your recent Lab Test and further consultation

start: 2020-07-12 09:00:00+0000

end: 2020-07-12 09:30:00+0000

created: 2020-07-09 14:58:58+0530

participant

actor: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

status: Accepted

participant

actor: Practitioner Dr. DEF

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "example-01",
  "meta": {
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "booked",
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "408443003",
          "display": "General medical practice"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "11429006",
          "display": "Consultation"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "185389009",
        "display": "Follow-up visit"
      }
    ]
  },
  "reasonReference": [
    {
      "reference": "Condition/example-01"
    }
  ],
  "description": "Discussion on the results of your recent Lab Test and further consultation",
  "start": "2020-07-12T09:00:00Z",
  "end": "2020-07-12T09:30:00Z",
  "created": "2020-07-09T14:58:58.181+05:30",
  "participant": [
    {
      "actor": {
        "reference": "Patient/example-01"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Practitioner/example-01"
      },
      "status": "accepted"
    }
  ]
}