This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Order-example-f201-physiotherapy.json

Real-world patient example

{
  "resourceType": "Order",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>date</b>: 5-Mar 2013 12:0\n      </p>\n      <p>\n        <b>subject</b>: Roel\n      </p>\n      <p>\n        <b>source</b>: \n        <a href=\"practitioner-example-f201-ab.html\">UZI-nummer = 12345678901 (official); Dokter Bronsig(official); Male; birthDate: 24-Dec 1956; Implementation of planned interventions; Medical oncologist</a>\n      </p>\n      <p>\n        <b>target</b>: Juri van Gelder\n      </p>\n      <p>\n        <b>reason[x]</b>: \n        <span title=\"Codes: \">It concerns a one-off order for consultation in order to evaluate the stairs walking ability of Roel.</span>\n      </p>\n      <h3>Whens</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Code</b>\n          </td>\n          <td>\n            <b>Schedule</b>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <span title=\"Codes: {http://snomed.info/sct 394848005}\">Normal priority</span>\n          </td>\n          <td> </td>\n        </tr>\n      </table>\n      <p>\n        <b>detail</b>: Consultation, not yet developed\n      </p>\n    </div>"
  },
  "date": "2013-03-05T12:00:00+01:00",
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "source": {
    "reference": "Practitioner/f201"
  },
  "target": {
    "reference": "Practitioner/f203",
    "display": "Juri van Gelder"
  },
  "reasonCodeableConcept": {
    "text": "It concerns a one-off order for consultation in order to evaluate the stairs walking ability of Roel."
  },
  "when": {
    "code": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394848005",
          "display": "Normal priority"
        }
      ]
    }
  },
  "detail": [
    {
      "display": "Consultation, not yet developed"
    }
  ]
}