Consolidated CDA Release 2.1 StructureDefinition Publication
2.1 - CI Build United States of America flag

Consolidated CDA Release 2.1 StructureDefinition Publication, published by Health Level Seven. This is not an authorized publication; it is the continuous build for version 2.1). This version is based on the current content of https://github.com/HL7/CDA-ccda-2.1-sd/ and changes regularly. See the Directory of published versions

: Patient Generated Document informationRecipient Example - JSON Representation

Raw json | Download


{
  "resourceType" : "ClinicalDocument",
  "informationRecipient" : [
    //  The document is intended for multiple recipients, Adam himself and his PCP physician. 
    {
      "intendedRecipient" : {
        "id" : [
          //  Identifier based on the person's Direct Address which is a secure and trusted mechanism for identifying 
          a person discretely. The root of the id is the OID of the HISP Assigning Authority for the Direct Address
          {
            "extension" : "adameveryman@direct.sampleHISP.com",
            "root" : "2.16.123.123.12345.1234"
          }
        ],
        "informationRecipient" : {
          "name" : [
            {
              "given" : [
                {
                  "data[x]" : "Adam"
                }
              ],
              "family" : [
                {
                  "data[x]" : "Everyman"
                }
              ]
            }
          ]
        },
        "receivedOrganization" : {
          "id" : [
            //  id using HL7 example OID. 
            {
              "extension" : "999.3",
              "root" : "2.16.840.1.113883.19"
            }
          ],
          "name" : [
            {
              "other" : "MyPersonalHealthRecord.Com"
            }
          ]
        }
      }
    },
    {
      "intendedRecipient" : {
        "id" : [
          //  Unique/Trusted id using HL7 example OID. 
          {
            "extension" : "999.4",
            "root" : "2.16.840.1.113883.19"
          },
          {
            "extension" : "1122334455",
            "root" : "2.16.840.1.113883.4.6"
          },
          {
            "extension" : "DrP@direct.sampleHISP2.com",
            "root" : "2.16.123.123.12345.4321"
          }
        ],
        "telecom" : [
          //  The physician's NPI number 
          //  The physician's Direct Address 
          //  Identifier based on the person's Direct Address which is a secure and trusted mechanism for identifying 
          a person discretely. The root of the id is the OID of the HISP Assigning Authority for the Direct Address
          {
            "use" : [
              "WP"
            ],
            "value" : "tel:(781)555-1212"
          },
          {
            "use" : [
              "WP"
            ],
            "value" : "mailto:DrP@direct.sampleHISP2.com"
          }
        ],
        "informationRecipient" : {
          "name" : [
            {
              "prefix" : [
                {
                  "data[x]" : "Dr."
                }
              ],
              "given" : [
                {
                  "data[x]" : "Patricia"
                }
              ],
              "family" : [
                {
                  "data[x]" : "Primary"
                }
              ]
            }
          ]
        },
        "receivedOrganization" : {
          "id" : [
            //  Unique/Trusted id using HL7 example OID. 
            {
              "extension" : "999.2",
              "root" : "2.16.840.1.113883.19"
            },
            {
              "extension" : "1234567890",
              "root" : "2.16.840.1.113883.4.6"
            }
          ],
          "name" : [
            //  NPI for the organization 
            {
              "other" : "Good Health Internal Medicine"
            }
          ],
          "telecom" : [
            {
              "use" : [
                "WP"
              ],
              "value" : "tel:(781)555-1212"
            }
          ],
          "addr" : [
            {
              "streetAddressLine" : [
                null
              ],
              "city" : [
                null
              ],
              "state" : [
                null
              ],
              "postalCode" : [
                null
              ],
              "country" : [
                null
              ]
            }
          ]
        }
      }
    }
  ]
}