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

: Transfer Summary participant (Support) Example - JSON Representation

Raw json | Download


{
  "resourceType" : "ClinicalDocument",
  "participant" : [
    {
      "typeCode" : "IND",
      "time" : {
        "low" : {
          "value" : "1959-01-01"
        },
        "high" : {
          "value" : "2011-10-25"
        }
      },
      "associatedEntity" : {
        "classCode" : "ECON",
        "code" : {
          "code" : "MTH",
          "codeSystem" : "2.16.840.1.113883.5.111"
        },
        "addr" : [
          {
            "streetAddressLine" : [
              null
            ],
            "city" : [
              null
            ],
            "state" : [
              null
            ],
            "postalCode" : [
              null
            ],
            "country" : [
              null
            ]
          }
        ],
        "telecom" : [
          {
            "use" : [
              "WP"
            ],
            "value" : "tel:(999)555-1212"
          }
        ],
        "associatedPerson" : {
          "name" : [
            {
              "prefix" : [
                {
                  "data[x]" : "Mrs."
                }
              ],
              "given" : [
                {
                  "data[x]" : "Martha"
                }
              ],
              "family" : [
                {
                  "data[x]" : "Jones"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "typeCode" : "IND",
      "functionCode" : {
        "code" : "407543004",
        "codeSystem" : "2.16.840.1.113883.6.96",
        "codeSystemName" : "SNOMED-CT",
        "displayName" : "Primary Carer"
      },
      "time" : {
        "low" : {
          "value" : "1959-01-01"
        },
        "high" : {
          "value" : "2011-10-25"
        }
      },
      "associatedEntity" : {
        "classCode" : "CAREGIVER",
        "code" : {
          "code" : "MTH",
          "codeSystem" : "2.16.840.1.113883.5.111"
        },
        "addr" : [
          {
            "streetAddressLine" : [
              null
            ],
            "city" : [
              null
            ],
            "state" : [
              null
            ],
            "postalCode" : [
              null
            ],
            "country" : [
              null
            ]
          }
        ],
        "telecom" : [
          {
            "use" : [
              "WP"
            ],
            "value" : "tel:(999)555-1212"
          }
        ],
        "associatedPerson" : {
          "name" : [
            {
              "prefix" : [
                {
                  "data[x]" : "Mrs."
                }
              ],
              "given" : [
                {
                  "data[x]" : "Martha"
                }
              ],
              "family" : [
                {
                  "data[x]" : "Jones"
                }
              ]
            }
          ]
        }
      }
    }
  ]
}