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

FHIR IG analytics

Packagefhir.onc.us-quality-core
Resource TypeTask
IdTask-negation-example.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 negation-example

identifier: http://www.acme.org/tasks/19009

status: Rejected

statusReason: Patient noncompliance - general (situation)

intent: proposal

code: Interventions Related to Medication Management, Medication Reconciliation (Not done value set: http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1096.11)

focus: Procedure Excision of appendix (procedure)

for: Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

executionPeriod: 2018-06-11 --> 2018-06-11


Source1

{
  "resourceType": "Task",
  "id": "negation-example",
  "meta": {
    "profile": [
      "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-taskrejected"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/tasks",
      "value": "19009"
    }
  ],
  "status": "rejected",
  "statusReason": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "275936005",
        "display": "Patient noncompliance - general (situation)"
      }
    ]
  },
  "intent": "proposal",
  "code": {
    "extension": [
      {
        "url": "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-notDoneValueSet",
        "valueCanonical": "http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1096.11"
      }
    ],
    "text": "Interventions Related to Medication Management, Medication Reconciliation"
  },
  "focus": {
    "reference": "Procedure/example"
  },
  "for": {
    "reference": "Patient/example"
  },
  "executionPeriod": {
    "start": "2018-06-11",
    "end": "2018-06-11"
  }
}