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

: US Realm Header Example - JSON Representation

Raw json | Download


{
  "resourceType" : "ClinicalDocument",
  "realmCode" : [
    {
      "code" : "US"
    }
  ],
  "typeId" : {
    "extension" : "POCD_HD000040",
    "root" : "2.16.840.1.113883.1.3"
  },
  "templateId" : [
    //  CCD template 
    {
      "extension" : "2015-08-01",
      "root" : "2.16.840.1.113883.10.20.22.1.1"
    }
  ],
  "id" : //  Globally unique identifier for the document  
  {
    "extension" : "TT988",
    "root" : "2.16.840.1.113883.19.5.99999.1"
  },
  "code" : {
    "code" : "34133-9",
    "codeSystem" : "2.16.840.1.113883.6.1",
    "codeSystemName" : "LOINC",
    "displayName" : "Summarization of Episode Note"
  },
  "title" : //  Title of the document 
  {
    "data[x]" : "Patient Chart Summary"
  },
  "effectiveTime" : {
    "value" : "2012-09-15T10:30:00-08:00"
  },
  "confidentialityCode" : {
    "code" : "N",
    "codeSystem" : "2.16.840.1.113883.5.25",
    "codeSystemName" : "Confidentiality",
    "displayName" : "normal"
  },
  "languageCode" : {
    "code" : "en-US"
  },
  "setId" : {
    "extension" : "sTT988",
    "root" : "2.16.840.1.113883.19.5.99999.19"
  },
  "versionNumber" : //  Version of the document 
  {
    "value" : 1
  }
}