FHIR Belgium Base IG
0.1.0 -

FHIR Belgium Base IG - Local Development build (v0.1.0). See the Directory of published versions

Appointment suggested by the GP - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Appointment",
  "id" : "pia-001-v0",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pia-001-v0</p><p><b>status</b>: proposed</p><p><b>serviceCategory</b>: 7 <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code '7' = '7)</span></p><p><b>serviceType</b>: 59 <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code '59' = '59)</span></p><p><b>description</b>: 1st appointment to plan diabetes care.</p><blockquote><p><b>participant</b></p><p><b>type</b>: PAT <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'PAT' = 'PAT)</span></p><p><b>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: PPRF <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'PPRF' = 'PPRF)</span></p><p><b>actor</b>: <a href=\"Appointment-pia-001-v0.html\">Generated Summary: id: nurse-gent; nurse-dienstencentrum-gent; active; <span title=\"Codes: \">Nurse</span></a></p><p><b>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><p><b>requestedPeriod</b>: 12-Nov-2019 00:00:00 --&gt; 15-Nov-2019 00:00:00</p></div>"
  },
  "status" : "proposed",
  "serviceCategory" : [
    {
      "coding" : [
        {
          "code" : "7"
        }
      ]
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "code" : "59"
        }
      ]
    }
  ],
  "description" : "1st appointment to plan diabetes care.",
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "code" : "PAT"
            }
          ]
        }
      ],
      "required" : "required",
      "status" : "needs-action"
    },
    {
      "type" : [
        {
          "coding" : [
            {
              "code" : "PPRF"
            }
          ]
        }
      ],
      "actor" : {
        "reference" : "PractitionerRole/nurse-gent"
      },
      "required" : "required",
      "status" : "needs-action"
    }
  ],
  "requestedPeriod" : [
    {
      "start" : "2019-11-12",
      "end" : "2019-11-15"
    }
  ]
}