Da Vinci - Coverage Requirements Discovery
1.0.0 - STU 1

This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Appointment example - JSON Representation

Raw json | Download


{
  "resourceType" : "Appointment",
  "id" : "example",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Insurance Extension</b>: <a href=\"Coverage-example.html\">Generated Summary: id: 12345; status: active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode EHCPOL}\">extended healthcare</span>; dependent: 0; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span>; period: 2011-05-23 --&gt; 2012-05-23</a></p><p><b>status</b>: proposed</p><p><b>serviceCategory</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/service-category 17}\">General Practice</span></p><p><b>serviceType</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/service-type 124}\">General Practice</span></p><p><b>specialty</b>: <span title=\"Codes: {http://snomed.info/sct 394814009}\">General practice (specialty)</span></p><p><b>appointmentType</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0276 FOLLOWUP}\">A follow up visit from a previous appointment</span></p><p><b>reasonReference</b>: <a href=\"http://example.org/fhir/Condition/example\">Heart problem</a></p><p><b>priority</b>: 5</p><p><b>description</b>: Discussion on the results of your recent MRI</p><p><b>start</b>: Dec 10, 2013 9:00:00 AM</p><p><b>end</b>: Dec 10, 2013 11:00:00 AM</p><p><b>created</b>: 2013-10-10</p><p><b>comment</b>: Further expand on the results of the MRI and determine the next actions that may be appropriate.</p><p><b>basedOn</b>: <a href=\"ServiceRequest-example.html\">Generated Summary: status: draft; intent: order; <span title=\"Codes: {http://snomed.info/sct 25267002}\">Implant Pacemaker</span>; authoredOn: 2015-03-30; <span title=\"Codes: \">Bradycardia</span></a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-example.html\">Amy Baxter. Generated Summary: Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 1987-02-20</a></p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></p><p><b>actor</b>: <a href=\"Practitioner-example.html\">Dr Adam Careful. Generated Summary: id: 9941339108, id: 25456; Adam Careful </a></p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Location-example.html\">South Wing, second floor. Generated Summary: id: B1-S.F2; status: active; name: South Wing, second floor; alias: MC, SW, F2, alias: University Medical Center, South Wing, second floor; description: Second floor of the Old South Wing, formerly in use by Psychiatry; mode: instance; Phone: 2328, Fax: 2329, second-wing-admissions@sampleorg.com, http://sampleorg.com/southwing; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type wi}\">Wing</span></a></p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><p><b>requestedPeriod</b>: 2020-11-01 --&gt; 2020-12-15</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance",
      "valueReference" : {
        "reference" : "Coverage/example"
      }
    }
  ],
  "status" : "proposed",
  "serviceCategory" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-category",
          "code" : "17",
          "display" : "General Practice"
        }
      ]
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-type",
          "code" : "124",
          "display" : "General Practice"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394814009",
          "display" : "General practice (specialty)"
        }
      ]
    }
  ],
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code" : "FOLLOWUP",
        "display" : "A follow up visit from a previous appointment"
      }
    ]
  },
  "reasonReference" : [
    {
      "reference" : "http://example.org/fhir/Condition/example",
      "display" : "Heart problem"
    }
  ],
  "priority" : 5,
  "description" : "Discussion on the results of your recent MRI",
  "start" : "2013-12-10T09:00:00Z",
  "end" : "2013-12-10T11:00:00Z",
  "created" : "2013-10-10",
  "comment" : "Further expand on the results of the MRI and determine the next actions that may be appropriate.",
  "basedOn" : [
    {
      "reference" : "ServiceRequest/example"
    }
  ],
  "participant" : [
    {
      "actor" : {
        "reference" : "Patient/example",
        "display" : "Amy Baxter"
      },
      "required" : "required",
      "status" : "accepted"
    },
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND"
            }
          ]
        }
      ],
      "actor" : {
        "reference" : "Practitioner/example",
        "display" : "Dr Adam Careful"
      },
      "required" : "required",
      "status" : "accepted"
    },
    {
      "actor" : {
        "reference" : "Location/example",
        "display" : "South Wing, second floor"
      },
      "required" : "required",
      "status" : "accepted"
    }
  ],
  "requestedPeriod" : [
    {
      "start" : "2020-11-01",
      "end" : "2020-12-15"
    }
  ]
}