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

FHIR IG analytics

Packagesilth.fhir.th.claimcon
Resource TypeAppointment
IdAppointment-appointment-csop.json
FHIR VersionR4B

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

Resource Appointment "appointment-csop"

Information Source: csop!

Profile: ClaimCon Appointment

status: booked

Participants

-ActorStatus
*Patient/patient-csop ""tentative

requestedPeriod: 2023-06-10 --> (ongoing)


Source1

{
  "resourceType": "Appointment",
  "id": "appointment-csop",
  "meta": {
    "source": "csop",
    "profile": [
      "https://fhir-ig.sil-th.org/th/claimcon/StructureDefinition/claimcon-appointment-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "booked",
  "participant": [
    {
      "actor": {
        "reference": "Patient/patient-csop"
      },
      "status": "tentative"
    }
  ],
  "requestedPeriod": [
    {
      "start": "2023-06-10"
    }
  ]
}