Da Vinci - Coverage Requirements Discovery
2.1.0-preview - STU 2 United States of America flag

Da Vinci - Coverage Requirements Discovery, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-crd/ and changes regularly. See the Directory of published versions

: Appointment example - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Appointment",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"example\"> </a><a name=\"hcexample\"> </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 &quot;example&quot; </p></div><p><b>status</b>: proposed</p><p><b>serviceCategory</b>: General Practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-service-category.html\">Service category</a>#17)</span></p><p><b>serviceType</b>: General Practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-service-type.html\">Service type</a>#124)</span></p><p><b>specialty</b>: General practice (specialty) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394814009)</span></p><p><b>appointmentType</b>: A follow up visit from a previous appointment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0276.html\">appointmentReason</a>#FOLLOWUP)</span></p><p><b>reasonReference</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=http://example.org/fhir/Condition/example\">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\u202fAM</p><p><b>end</b>: Dec 10, 2013, 11:00:00\u202fAM</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\">ServiceRequest/example</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-example.html\">Patient/example: Amy Baxter</a> &quot; SHAW&quot;</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: attender <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#ATND)</span></p><p><b>actor</b>: <a href=\"Practitioner-example.html\">Practitioner/example: Dr Adam Careful</a> &quot; CAREFUL&quot;</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\">Location/example: South Wing, second floor</a> &quot;South Wing, second floor&quot;</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>"
  },
  "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"
    }
  ]
}