Sha256: 5cb8196da75913e481a3f24562895a5081a1913057e8f271b83ab07f01582be0

Contents?: true

Size: 1.98 KB

Versions: 10

Compression:

Stored size: 1.98 KB

Contents

{
  "resourceType": "Communication",
  "id": "fm-solicited",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Attachment in response to a Request</div>"
  },
  "contained": [
    {
      "resourceType": "Organization",
      "id": "provider",
      "identifier": [
        {
          "system": "http://www.jurisdiction.com/provideroffices",
          "value": "3456"
        }
      ]
    },
    {
      "resourceType": "Organization",
      "id": "payor",
      "identifier": [
        {
          "system": "http://www.jurisdiction.com/insurer",
          "value": "123456"
        }
      ]
    },
    {
      "resourceType": "CommunicationRequest",
      "id": "request",
      "identifier": [
        {
          "system": "http://www.jurisdiction.com/insurer/123456",
          "value": "ABC123"
        }
      ],
      "status": "completed",
      "subject": {
        "reference": "Patient/1"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://www.providerco.com/communication",
      "value": "12345"
    }
  ],
  "basedOn": [
    {
      "reference": "#request"
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "http://acme.org/messagetypes",
          "code": "SolicitedAttachment"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/1"
  },
  "recipient": [
    {
      "reference": "#payor"
    }
  ],
  "sent": "2016-06-12T18:01:10-08:00",
  "sender": {
    "reference": "#provider"
  },
  "payload": [
    {
      "contentAttachment": {
        "contentType": "application/pdf",
        "data": "SGVsbG8=",
        "title": "accident notes 20100201.pdf",
        "creation": "2010-02-01T11:50:23-05:00"
      }
    },
    {
      "contentAttachment": {
        "contentType": "application/pdf",
        "url": "http://happyvalley.com/docs/AB12345",
        "size": 104274,
        "hash": "SGVsbG8gdGhlcmU=",
        "creation": "2010-02-01T10:57:34+01:00"
      }
    }
  ]
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
fhir_stu3_models-3.2.0 lib/fhir_stu3_models/examples/json/communication-example-fm-solicited-attachment.json
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/json/communication-example-fm-solicited-attachment.json
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/json/communication-example-fm-solicited-attachment.json
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/json/communication-example-fm-solicited-attachment.json
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/json/communication-example-fm-solicited-attachment.json
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/json/communication-example-fm-solicited-attachment.json
fhir_models-3.0.4 lib/fhir_models/examples/json/communication-example-fm-solicited-attachment.json
fhir_models-3.0.3 lib/fhir_models/examples/json/communication-example-fm-solicited-attachment.json
fhir_models-3.0.2 lib/fhir_models/examples/json/communication-example-fm-solicited-attachment.json
fhir_models-3.0.1 lib/fhir_models/examples/json/communication-example-fm-solicited-attachment.json