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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4
Resource TypeTask
IdTask-request-dcm-scenario7.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


Source1

{
  "resourceType": "Task",
  "id": "request-dcm-scenario7",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-documentmedicationtask",
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "instantiatesCanonical": "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-documentmedication-ad",
  "status": "draft",
  "intent": "proposal",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
        "code": "document-medication",
        "display": "Document a medication"
      }
    ]
  },
  "for": {
    "reference": "Patient/dcm-scenario7-patient"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
            "code": "order-medication",
            "display": "Order a medication"
          }
        ]
      },
      "valueReference": {
        "reference": "MedicationRequest/dcm-scenario7-mr"
      }
    }
  ]
}