Sha256: fc2a82b351d9c41f2d1f39cdb1809462f55e68c4a9dcde006e5c3b84050e1765

Contents?: true

Size: 1.22 KB

Versions: 7

Compression:

Stored size: 1.22 KB

Contents

{
  "resourceType": "Task",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>text</b>: </p><p><b>status</b>: draft</p><p><b>stage</b>: actionable <span>(Details : {http://hl7.org/fhir/task-stage code 'actionable' = 'actionable)</span></p><p><b>code</b>: Refill Request <span>(Details )</span></p><p><b>focus</b>: <a>MedicationOrder/medrx001</a></p><p><b>for</b>: <a>Patient/f001</a></p><p><b>created</b>: Mar 10, 2016 10:39:32 PM</p><p><b>lastModified</b>: Mar 10, 2016 10:39:32 PM</p><p><b>requester</b>: <a>Patient/Keith</a></p><p><b>owner</b>: <a>Practitioner/MyDoc</a></p></div>"
  },
  "status": "draft",
  "stage": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/task-stage",
        "code": "actionable"
      }
    ]
  },
  "code": {
    "text": "Refill Request"
  },
  "focus": {
    "reference": "MedicationOrder/medrx001"
  },
  "for": {
    "reference": "Patient/f001"
  },
  "created": "2016-03-10T22:39:32-04:00",
  "lastModified": "2016-03-10T22:39:32-04:00",
  "requester": {
    "reference": "Patient/Keith"
  },
  "owner": {
    "reference": "Practitioner/MyDoc"
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/json/task-example.json
fhir_models-1.6.7 lib/fhir_models/examples/json/task-example.json
fhir_models-1.6.6 lib/fhir_models/examples/json/task-example.json
fhir_models-1.6.4 lib/fhir_models/examples/json/task-example.json
fhir_models-1.6.3 examples/json/task-example.json
fhir_models-1.6.2 examples/json/task-example.json
fhir_models-1.6.1 examples/json/task-example.json