0.1.0 - ci-build

TANPbackportquery - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyTask - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "MyTask",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"MyTask\"> </a><a name=\"hcMyTask\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task &quot;MyTask&quot; </p></div><p><b>status</b>: requested</p><p><b>intent</b>: order</p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td> <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td>??</td></tr></table></div>"
  },
  "status" : "requested",
  "intent" : "order",
  "input" : [
    {
      "type" : {
        "extension" : [
          {
            "url" : "http://example.org/StructureDefinition/queryType",
            "valueCoding" : {
              "system" : "http://loinc.org",
              "code" : "85354-9",
              "display" : "Blood pressure panel with all children optional"
            }
          }
        ]
      },
      "_valueString" : {
        "extension" : [
          {
            "url" : "http://example.org/StructureDefinition/query",
            "valueString" : "http://example.org/Observation/$lastn?code=http://loinc.org|85354-9"
          }
        ]
      }
    }
  ]
}