FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-pct
Resource TypeTask
IdTask-PCT-GFE-Coordination-Task-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Task PCT-GFE-Coordination-Task-1

Request Initiation Time: 2024-03-27 11:01:00+0500

Extension Definition for Task.requestedPeriod for Version 5.0: ?? --> 2024-03-30 11:01:00+0500

Planned Service Period: 2024-04-27 10:00:00+0500 --> 2024-04-27 11:00:00+0500

status: Requested

intent: order

code: GFE Coordination Task

requester: Organization GFE Service Help INC.

reasonCode: Scheduled Service Request

Inputs

-TypeValue[x]
*GFE Information BundleBundle: identifier = http://example.com/identifiers/bundle#59688475-2324-3242-2347384711; type = collection; timestamp = 2024-03-27 11:01:00+0500

Source1

{
  "resourceType": "Task",
  "id": "PCT-GFE-Coordination-Task-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-coordination-task"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/requestInitiationTime",
      "valueInstant": "2024-03-27T11:01:00+05:00"
    },
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Task.requestedPeriod",
      "valuePeriod": {
        "end": "2024-03-30T11:01:00+05:00"
      }
    },
    {
      "url": "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/plannedServicePeriod",
      "valuePeriod": {
        "start": "2024-04-27T10:00:00+05:00",
        "end": "2024-04-27T11:00:00+05:00"
      }
    }
  ],
  "status": "requested",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTGFERequestTypeCSTemporaryTrialUse",
        "code": "gfe-coordination-task"
      }
    ]
  },
  "requester": {
    "reference": "Organization/Submitter-Org-1"
  },
  "reasonCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTGFERequestTypeCSTemporaryTrialUse",
        "code": "scheduled-request"
      }
    ]
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTDocumentTypeTemporaryTrialUse",
            "code": "gfe-information-bundle"
          }
        ],
        "text": "GFE Information Bundle"
      },
      "valueReference": {
        "reference": "Bundle/PCT-GFE-Information-Bundle-1"
      }
    }
  ]
}