Sha256: 50597c674cc30c5abac4bc234cde7c699cccf31d6bfd0b6b707996765c169be7

Contents?: true

Size: 1.64 KB

Versions: 10

Compression:

Stored size: 1.64 KB

Contents

{
  "resourceType": "Communication",
  "id": "fm-attachment",
  "identifier": [
    {
      "system": "http://www.providerco.com/communication",
      "value": "12345"
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "http://acme.org/messagetypes",
          "code": "SolicitedAttachment"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/1"
  },
  "about": [
    {
      "identifier": {
        "system": "http://happyvalley.com/claim",
        "value": "12345"
      }
    },
    {
      "identifier": {
        "system": "http://www.BenefitsInc.com/fhir/claimresponse",
        "value": "R3500"
      }
    }
  ],
  "sent": "2016-06-12T18:01:10-08:00",
  "recipient": [
    {
      "identifier": {
        "system": "http://www.jurisdiction.com/insurer",
        "value": "123456"
      }
    }
  ],
  "sender": {
    "identifier": {
      "system": "http://www.jurisdiction.com/provideroffices",
      "value": "3456"
    }
  },
  "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://example.org/docs/AB12345",
        "size": 104274,
        "hash": "SGVsbG8gdGhlcmU=",
        "creation": "2010-02-01T10:57:34+01:00"
      }
    }
  ],
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/communication-example-fm-attachment.json
fhir_models-4.2.2 lib/fhir_models/examples/json/communication-example-fm-attachment.json
fhir_models-4.2.1 lib/fhir_models/examples/json/communication-example-fm-attachment.json
fhir_models-4.2.0 lib/fhir_models/examples/json/communication-example-fm-attachment.json
fhir_models-4.1.2 lib/fhir_models/examples/json/communication-example-fm-attachment.json
fhir_models-4.1.1 lib/fhir_models/examples/json/communication-example-fm-attachment.json
fhir_models-4.1.0 lib/fhir_models/examples/json/communication-example-fm-attachment.json
fhir_models-4.0.2 lib/fhir_models/examples/json/communication-example-fm-attachment.json
fhir_models-4.0.1 lib/fhir_models/examples/json/communication-example-fm-attachment.json
fhir_models-4.0.0 lib/fhir_models/examples/json/communication-example-fm-attachment.json