Bidirectional Services eReferral (BSeR)
2.0.0-ballot - STU2 United States of America flag

Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions

: Task - Eve Everywoman - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "task-referral-task",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/bser/StructureDefinition/referral-task"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"task-referral-task\"> </a><a name=\"hctask-referral-task\"> </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;task-referral-task&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-referral-task.html\">Referral Task</a></p></div><p><b>identifier</b>: Placer Identifier/66666666, Filler Identifier/77777777</p><p><b>status</b>: requested</p><p><b>businessStatus</b>: Service Request Fulfillment Completed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-TaskBusinessStatusCS.html\">Task Business Status Code System</a>#7.0)</span></p><p><b>intent</b>: order</p><p><b>code</b>: Fulfill the focal request <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-task-code.html\">Task Codes</a>#fulfill)</span></p><p><b>focus</b>: <a href=\"ServiceRequest-servicerequest-referral-servicerequest.html\">ServiceRequest/servicerequest-referral-servicerequest</a></p><p><b>for</b>: <a href=\"Patient-patient-us-core-patient-eve-everywoman.html\">Patient/patient-us-core-patient-eve-everywoman</a> &quot; EVERYWOMAN&quot;</p><p><b>authoredOn</b>: 2020-01-15 14:43:32-0400</p><p><b>requester</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-initiator.html\">PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator</a></p><p><b>owner</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-recipient.html\">PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient</a></p><h3>Outputs</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>Arthritis referral feedback <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td><a href=\"Bundle-bundle-bser-referral-feedback-document-bundle-eve-everywoman.html\">Bundle/bundle-bser-referral-feedback-document-bundle-eve-everywoman</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PLAC"
          }
        ]
      },
      "value" : "66666666",
      "assigner" : {
        🔗 "reference" : "Organization/organization-us-core-organization-saint-luke"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "FILL"
          }
        ]
      },
      "value" : "77777777",
      "assigner" : {
        🔗 "reference" : "Organization/organization-us-core-organization-saint-luke"
      }
    }
  ],
  "status" : "requested",
  "businessStatus" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/bser/CodeSystem/TaskBusinessStatusCS",
        "code" : "7.0",
        "display" : "Service Request Fulfillment Completed"
      }
    ]
  },
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/task-code",
        "code" : "fulfill"
      }
    ]
  },
  "focus" : {
    🔗 "reference" : "ServiceRequest/servicerequest-referral-servicerequest"
  },
  "for" : {
    🔗 "reference" : "Patient/patient-us-core-patient-eve-everywoman"
  },
  "authoredOn" : "2020-01-15T14:43:32-04:00",
  "requester" : {
    🔗 "reference" : "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator"
  },
  "owner" : {
    🔗 "reference" : "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient"
  },
  "output" : [
    {
      "type" : {
        "text" : "Arthritis referral feedback"
      },
      "valueReference" : {
        🔗 "reference" : "Bundle/bundle-bser-referral-feedback-document-bundle-eve-everywoman"
      }
    }
  ]
}