Sha256: 951ee5efd68008707904f443048e95795984334c925fa06ee2fd81d9002589e9

Contents?: true

Size: 1.07 KB

Versions: 15

Compression:

Stored size: 1.07 KB

Contents

{
  "resourceType": "Communication",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div>Patient has very high serum potassium</div>"
  },
  "identifier": [
    {
      "fhir_comments": [
        "  insert contents here  "
      ],
      "type": {
        "text": "Paging System"
      },
      "system": "urn:oid:1.3.4.5.6.7",
      "value": "2345678901"
    }
  ],
  "category": {
    "coding": [
      {
        "system": "http://acme.org/messagetypes",
        "code": "Alert"
      }
    ],
    "text": "Alert"
  },
  "sender": {
    "reference": "Device/f001"
  },
  "recipient": [
    {
      "reference": "Practitioner/21"
    }
  ],
  "payload": [
    {
      "contentString": "Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)"
    },
    {
      "contentReference": {
        "fhir_comments": [
          " Reference to the lab result  "
        ],
        "reference": "Observation/643666aa12f"
      }
    }
  ],
  "status": "completed",
  "sent": "2014-12-12T18:01:10-08:00",
  "subject": {
    "reference": "Patient/1"
  }
}

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
fhir_dstu2_models-1.2.0 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.1.1 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.1.0 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.0.11 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.0.10 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.0.9 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.0.8 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.0.7 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.0.6 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.0.5 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.0.4 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.0.3 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_dstu2_models-1.0.2 lib/fhir_dstu2_models/examples/json/communication-example.json
fhir_models-0.3.1 examples/json/communication-example.json
fhir_models-0.3.0 examples/json/communication-example.json