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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4
Resource TypeTask
IdTask-event-rf-scenario4.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 event-rf-scenario4

instantiatesCanonical: Activity Example Report Flag AD

status: Completed

intent: order

code: Report a flag

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

Inputs

-TypeValue[x]
*Report a flagFlag

Outputs

-TypeValue[x]
*Report a flagFlag

Generated Narrative: Flag #flag

status: Active

category: Administrative

code: Flag

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


Source1

{
  "resourceType": "Task",
  "id": "event-rf-scenario4",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-reportflagtask",
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Flag",
      "id": "flag",
      "status": "active",
      "category": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/flag-category",
              "code": "admin",
              "display": "Administrative"
            }
          ]
        }
      ],
      "code": {
        "text": "Flag"
      },
      "subject": {
        "reference": "Patient/rf-scenario4-patient"
      }
    }
  ],
  "instantiatesCanonical": "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-reportflag-ad",
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
        "code": "report-flag",
        "display": "Report a flag"
      }
    ]
  },
  "for": {
    "reference": "Patient/rf-scenario4-patient"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
            "code": "report-flag",
            "display": "Report a flag"
          }
        ]
      },
      "valueReference": {
        "reference": "#flag"
      }
    }
  ],
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
            "code": "report-flag",
            "display": "Report a flag"
          }
        ]
      },
      "valueReference": {
        "reference": "Flag/rf-scenario4"
      }
    }
  ]
}