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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeTask
IdTask-refill.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": "refill",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-task"
    ]
  },
  "status": "draft",
  "intent": "order",
  "code": {
    "coding": [
      {
        "code": "276846000",
        "system": "http://snomed.info/sct",
        "display": "Refilling of implanted drug reservoir (procedure)"
      }
    ]
  },
  "for": {
    "reference": "Patient/patient-israeli"
  },
  "focus": {
    "reference": "MedicationRequest/metamizole-for-gangreenous-tonsolitis"
  },
  "authoredOn": "2016-03-10T22:39:32-04:00",
  "lastModified": "2016-03-10T22:39:32-04:00",
  "requester": {
    "reference": "Patient/patient-israeli"
  },
  "owner": {
    "reference": "Practitioner/md"
  },
  "restriction": {
    "recipient": [
      {
        "reference": "Patient/patient-israeli"
      }
    ]
  },
  "location": {
    "reference": "Location/community-pharmacy"
  },
  "priority": "routine",
  "description": "Patient requested a refill for Metamizole prescription for gangrenous tonsillitis",
  "note": [
    {
      "text": "Refill request initiated by patient via online portal"
    }
  ]
}