Referral Prescription
1.0.0 - STU Belgium flag

Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions

: gpvisit - JSON Representation

Raw json | Download


{
  "resourceType" : "CarePlan",
  "id" : "gpvisit",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Narrative</p></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "subject" : {
    🔗 "reference" : "Patient/patient1",
    "display" : "Peter James Chalmers"
  },
  "period" : {
    "start" : "2013-01-01T10:30:00+00:00"
  },
  "activity" : [
    {
      "outcomeReference" : [
        {
          "reference" : "encounter1"
        }
      ],
      "detail" : {
        "kind" : "Appointment",
        "code" : {
          "coding" : [
            {
              "system" : "http://example.org/local",
              "code" : "nursecon"
            }
          ],
          "text" : "Nurse Consultation"
        },
        "status" : "scheduled",
        "scheduledPeriod" : {
          "start" : "2013-01-01T10:38:00+00:00",
          "end" : "2013-01-01T10:50:00+00:00"
        },
        "performer" : [
          {
            🔗 "reference" : "Practitioner/practitioner1",
            "display" : "Nurse Nancy"
          }
        ]
      }
    }
  ]
}