LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Appointment Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Appointment",
  "id" : "AppointmentExample",
  "meta" : {
    "extension" : [
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id",
        "valueString" : "99999"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id",
        "valueString" : "b069a545-9506-40c6-8498-23de2e189143"
      }
    ],
    "source" : "http://acme-health.com/emr1",
    "profile" : [
      "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-appointment"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"AppointmentExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Appointment \"AppointmentExample\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-appointment.html\">CDM Appointment</a></p></div><p><b>identifier</b>: Source System Row Identifier: 7e5ce175-e626-43ec-b8d2-9c1c1207e9ba(use: OFFICIAL)</p><p><b>status</b>: booked</p><p><b>serviceCategory</b>: 17 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#17)</span></p><p><b>serviceType</b>: 367 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#367)</span></p><p><b>specialty</b>: General medicine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394802001)</span></p><p><b>appointmentType</b>: A routine check-up, such as an annual physical <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0276.html\">appointmentReason</a>#CHECKUP)</span></p><p><b>reasonCode</b>: Benign essential hypertension <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1201005)</span></p><p><b>start</b>: Apr 15, 2020, 9:00:00 AM</p><p><b>end</b>: Apr 15, 2020, 9:15:00 AM</p><p><b>minutesDuration</b>: 15</p><p><b>created</b>: 2020-04-01 11:45:00+0000</p><p><b>comment</b>: Patient medications working as expected. DM under control. Refill Bytolic and Valartan.</p><p><b>patientInstruction</b>: Take your meds every day.  Excercise more, eat less!</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-CDMPatientInstance.html\">Patient/CDMPatientInstance</a> \" MCLASTNAME\"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: primary performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#PPRF)</span></p><p><b>actor</b>: <a href=\"Practitioner-DrKelly.html\">Practitioner/DrKelly</a> \" KELLY\"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p><p><b>period</b>: 2020-04-15 09:00:00+0000 --&gt; 2020-04-15 09:15:00+0000</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Location-KellyClinic.html\">Location/KellyClinic</a> \"Kelly Clinic\"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p><p><b>period</b>: 2020-04-15 09:00:00+0000 --&gt; 2020-04-15 09:15:00+0000</p></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "SSRI"
          }
        ]
      },
      "system" : "http://acme-health.com/emr1/appointment",
      "value" : "7e5ce175-e626-43ec-b8d2-9c1c1207e9ba",
      "assigner" : {
        "display" : "Acme Health - EMR1"
      }
    }
  ],
  "status" : "booked",
  "serviceCategory" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.4.642.3.516",
          "code" : "17"
        }
      ]
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.4.642.3.518",
          "code" : "367"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394802001",
          "display" : "General medicine"
        }
      ]
    }
  ],
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code" : "CHECKUP"
      }
    ]
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1201005",
          "display" : "Benign essential hypertension"
        }
      ]
    }
  ],
  "start" : "2020-04-15T09:00:00Z",
  "end" : "2020-04-15T09:15:00Z",
  "minutesDuration" : 15,
  "created" : "2020-04-01T11:45:00Z",
  "comment" : "Patient medications working as expected. DM under control. Refill Bytolic and Valartan.",
  "patientInstruction" : "Take your meds every day.  Excercise more, eat less!",
  "participant" : [
    {
      "actor" : {
        "reference" : "Patient/CDMPatientInstance"
      },
      "required" : "required",
      "status" : "accepted"
    },
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF",
              "display" : "primary performer"
            }
          ]
        }
      ],
      "actor" : {
        "reference" : "Practitioner/DrKelly"
      },
      "required" : "required",
      "status" : "accepted",
      "period" : {
        "start" : "2020-04-15T09:00:00Z",
        "end" : "2020-04-15T09:15:00Z"
      }
    },
    {
      "actor" : {
        "reference" : "Location/KellyClinic"
      },
      "required" : "required",
      "status" : "accepted",
      "period" : {
        "start" : "2020-04-15T09:00:00Z",
        "end" : "2020-04-15T09:15:00Z"
      }
    }
  ]
}