Release 4B 5

This page is part of the FHIR Specification (v4.3.0: R4B (v5.0.0: R5 - STU ). The This is the current published version which supercedes in it's permanent home (it will always be available at this version is 5.0.0 . URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R5 R4B R4 R3

Communication-example-fm-attachment.json

Example Communication/fm-attachment (JSON)

Patient Care Work Group Maturity Level : N/A Standards Status : Informative Compartments : Device , Encounter , Patient , Practitioner , RelatedPerson

Raw JSON ( canonical form + also see JSON Format Specification )

An example of an unsolicited attachment - provision of additional information

{
  "resourceType": "Communication",
  "id": "fm-attachment",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Attachment which is unsolicited</div>"

  "resourceType" : "Communication",
  "id" : "fm-attachment",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Attachment which is unsolicited</div>"

  },
  "identifier": [
    {
      "system": "http://www.providerco.com/communication",
      "value": "12345"
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "http://acme.org/messagetypes",
          "code": "SolicitedAttachment"
        }
      ]

  "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"

    }
  ],
  "subject": {
    "reference": "Patient/1"

  },
  "about": [
    {
      "identifier": {
        "system": "http://happyvalley.com/claim",
        "value": "12345"
      }
    },
    {
      "identifier": {
        "system": "http://www.BenefitsInc.com/fhir/claimresponse",
        "value": "R3500"
      }

  {
    "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"
      }

  }],
  "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"

  }],
  "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"
      }

  "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"
    }
  }]

}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.