R6 Ballot (3rd Draft) FHIR CI-Build

Publish-box (todo) This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ServiceRequest/physical-therapy (JSON)

Maturity Level : N/A
Responsible Owner: Orders and Observations Work Group Standards Status : Informative Compartments : Device , Encounter , Group , Patient , Practitioner , RelatedPerson

Raw JSON ( canonical form + also see JSON Format Specification )

Example of an order for a physical therapy evaluation procedure

{
  "resourceType" : "ServiceRequest",
  "id" : "physical-therapy",
  "status" : "completed",
  "intent" : "order",
  "category" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "386053000",
      "display" : "Evaluation procedure (procedure)"
    }],
    "text" : "Evaluation"
  }],
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "710830005",
        "display" : "Assessment of passive range of motion (procedure)"
      }],
      "text" : "Assessment of passive range of motion"
    }
  },
  "subject" : {
    "reference" : "Patient/example"
  },
  "occurrenceDateTime" : "2016-09-27",
  "authoredOn" : "2016-09-20",
  "requester" : {
    "display" : "Ollie Ortho, MD"
  },
  "performer" : [{
    "display" : "Paul Therapist, PT"
  }],
  "reason" : [{
    "concept" : {
      "text" : "assessment of mobility limitations due to osteoarthritis"
    }
  }],
  "bodySite" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "36701003",
      "display" : "Both knees (body structure)"
    }],
    "text" : "Both knees"

  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.