1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: TaskReferral Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "50810",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/TaskReferral/v1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task 50810</b></p><a name=\"50810\"> </a><a name=\"hc50810\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-TaskReferral.html\">TaskReferral</a></p></div><p><b>identifier</b>: <code>https://fhir.cambio.se/Task</code>/50810</p><p><b>status</b>: In Progress</p><p><b>businessStatus</b>: <span title=\"Codes:{https://cambio.codes/cs/referral-business-statuses INPROG}\">In progress</span></p><p><b>intent</b>: order</p><p><b>focus</b>: <a href=\"ServiceRequest/50810\">ServiceRequest/50810</a></p><p><b>for</b>: Identifier: <code>urn:oid:1.2.752.129.2.1.3.1</code>/195503071770</p><p><b>lastModified</b>: 2022-06-28 13:09:43+0200</p><p><b>requester</b>: Identifier: <code>urn:oid:1.2.752.129.2.1.3.1</code>/195503071770</p><p><b>owner</b>: <a href=\"Organization/1064\">Organization/1064</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.cambio.se/Task",
      "value" : "50810"
    }
  ],
  "status" : "in-progress",
  "businessStatus" : {
    "coding" : [
      {
        "system" : "https://cambio.codes/cs/referral-business-statuses",
        "code" : "INPROG",
        "display" : "In progress"
      }
    ]
  },
  "intent" : "order",
  "focus" : {
    "reference" : "ServiceRequest/50810",
    "type" : "ServiceRequest"
  },
  "for" : {
    "type" : "Patient",
    "identifier" : {
      "system" : "urn:oid:1.2.752.129.2.1.3.1",
      "value" : "195503071770"
    }
  },
  "lastModified" : "2022-06-28T13:09:43+02:00",
  "requester" : {
    "type" : "Patient",
    "identifier" : {
      "system" : "urn:oid:1.2.752.129.2.1.3.1",
      "value" : "195503071770"
    }
  },
  "owner" : {
    "reference" : "Organization/1064",
    "type" : "Organization"
  }
}