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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4b
Resource TypeTask
IdTask-event-inf-scenario4.json
FHIR VersionR4B

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 event-inf-scenario4

instantiatesCanonical: Activity Example Record Inference AD

status: Completed

intent: order

code: Record an inference

for: Example Patient Female, DoB: 1990-10-01

Inputs

-TypeValue[x]
*Record an inferenceObservation

Outputs

-TypeValue[x]
*Record an inferenceObservation

Generated Narrative: Observation #inference

status: Final

code: Inference

subject: Example Patient Female, DoB: 1990-10-01

effective: 2023-01-23

issued: 2020-01-15 10:30:00+0000

performer: Practitioner Example Practitioner


Source1

{
  "resourceType": "Task",
  "id": "event-inf-scenario4",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-recordinferencetask",
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Observation",
      "id": "inference",
      "status": "final",
      "code": {
        "text": "Inference"
      },
      "subject": {
        "reference": "Patient/inf-scenario4-patient"
      },
      "effectiveDateTime": "2023-01-23",
      "issued": "2020-01-15T10:30:00Z",
      "performer": [
        {
          "reference": "Practitioner/inf-practitioner"
        }
      ]
    }
  ],
  "instantiatesCanonical": "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-recordinference-ad",
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
        "code": "record-inference",
        "display": "Record an inference"
      }
    ]
  },
  "for": {
    "reference": "Patient/inf-scenario4-patient"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
            "code": "record-inference",
            "display": "Record an inference"
          }
        ]
      },
      "valueReference": {
        "reference": "#inference"
      }
    }
  ],
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
            "code": "record-inference",
            "display": "Record an inference"
          }
        ]
      },
      "valueReference": {
        "reference": "Observation/inf-scenario4"
      }
    }
  ]
}