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

FHIR IG analytics

Packagehl7.fhir.us.davinci-cdex
Resource TypeTask
IdTask-cdex-task-inline-example21.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Task",
  "id": "cdex-task-inline-example21",
  "status": "requested",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
        "code": "data-request-code"
      }
    ]
  },
  "for": {
    "reference": "http://example.org/fhir/Patient/cdex-example-patient"
  },
  "authoredOn": "2020-10-27T11:05:34-07:00",
  "lastModified": "2020-10-27T11:05:34-07:00",
  "requester": {
    "reference": "http://example.org/fhir/Organization/cdex-example-payer"
  },
  "owner": {
    "reference": "http://example.org/fhir/Organization/cdex-example-provider"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
            "code": "data-code"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11504-8"
          }
        ],
        "text": "Surgical operation note"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
            "code": "purpose-of-use"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
            "code": "COC"
          }
        ]
      }
    }
  ]
}