FHIR CI-Build

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

Example Task/cpg-example-1 (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

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

Example of a task to not administer a particular questionnaire, because it is part of typical care and patient circumstances indicate it should not be given

{
  "resourceType" : "Task",
  "id" : "cpg-example-1",
  "status" : "ready",
  "intent" : "order",
  "doNotPerform" : true,
  "code" : {
    "text" : "Collect information"
  },
  "for" : {
    "reference" : "Patient/example"
  },
  "input" : [{
    "type" : {
      "text" : "Collect information"
    },
    "valueCanonical" : "http://hl7.org/fhir/Questionnaire/f201"
  }]
}

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.