STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Ccda/ClinicalDocument.json

Raw JSON (canonical form)

Logical Model CDA R2

{
  "resourceType": "StructureDefinition",
  "id": "ClinicalDocument",
  "extension": [
    {
      "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
      "valueUri": "urn:hl7-org:v3"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/ClinicalDocument",
  "name": "CDA R2",
  "display": "FHIR Definition for CDA document",
  "status": "active",
  "experimental": false,
  "publisher": "HL7",
  "description": "This is a generated StructureDefinition that describes CDA - that is, CDA as it actually is for R2. The intent of this StructureDefinition is to enable CDA to be a FHIR resource. That enables the FHIR infrastructure - API, conformance, query - to be used directly against CDA",
  "kind": "logical",
  "abstract": false,
  "snapshot": {
    "element": [
      {
        "path": "ClinicalDocument",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Resource"
          }
        ]
      },
      {
        "path": "ClinicalDocument.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOCCLIN",
        "fixedCode": "DOCCLIN",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.id",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-DocumentType"
          }
        }
      },
      {
        "path": "ClinicalDocument.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ST"
          }
        ]
      },
      {
        "path": "ClinicalDocument.effectiveTime",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.confidentialityCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.setId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.versionNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.copyTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "RCT",
        "fixedCode": "RCT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationIndirectTarget"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.time",
        "min": 1,
        "max": "0",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PAT",
        "fixedCode": "PAT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassRelationshipFormal"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PSN",
        "fixedCode": "PSN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassLivingSubject"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.recordTarget.patientRole.patient.desc",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.administrativeGenderCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-AdministrativeGender"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.recordTarget.patientRole.patient.deceasedInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.recordTarget.patientRole.patient.deceasedTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.maritalStatusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-MaritalStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.religiousAffiliationCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ReligiousAffiliation"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.raceCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-Race"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.ethnicGroupCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-Ethnicity"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "GUARD",
        "fixedCode": "GUARD",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassAgent"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson",
        "name": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PSN",
        "fixedCode": "PSN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassLivingSubject"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.asPatientRelationship",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization",
        "name": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ORG",
        "fixedCode": "ORG",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassOrganization"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.standardIndustryClassCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-OrganizationIndustryClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PART",
        "fixedCode": "PART",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassPartitive"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.wholeOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "BIRTHPL",
        "fixedCode": "BIRTHPL",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassPassive"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place",
        "name": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PLC",
        "fixedCode": "PLC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassPlace"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.modeCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-LanguageAbilityMode"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.proficiencyLevelCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-LanguageAbilityProficiency"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.preferenceInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.author",
        "name": "ClinicalDocument.author",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "AUT",
        "fixedCode": "AUT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationInformationTranscriber"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.functionCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationFunction"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.time",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ASSIGNED",
        "fixedCode": "ASSIGNED",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassAssignedEntity"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedPerson",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DEV",
        "fixedCode": "DEV",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassDevice"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.manufacturerModelName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "SC"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ManufacturerModelName"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.softwareName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "SC"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-SoftwareName"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "MNT",
        "fixedCode": "MNT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassPassive"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity.maintainingPerson",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.representedOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.dataEnterer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.dataEnterer.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ENT",
        "fixedCode": "ENT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationInformationGenerator"
          }
        }
      },
      {
        "path": "ClinicalDocument.dataEnterer.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.dataEnterer.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity",
        "name": "ClinicalDocument.dataEnterer.assignedEntity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ASSIGNED",
        "fixedCode": "ASSIGNED",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassAssignedEntity"
          }
        }
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.representedOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.informant",
        "name": "ClinicalDocument.informant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.informant.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INF",
        "fixedCode": "INF",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationInformationGenerator"
          }
        }
      },
      {
        "path": "ClinicalDocument.informant.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.informant.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassMutualRelationship"
          }
        }
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-PersonalRelationshipRoleType"
          }
        }
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.relatedPerson",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.custodian",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.custodian.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "CST",
        "fixedCode": "CST",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationVerifier"
          }
        }
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ASSIGNED",
        "fixedCode": "ASSIGNED",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassAssignedEntity"
          }
        }
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ORG",
        "fixedCode": "ORG",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassOrganization"
          }
        }
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.addr",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.informationRecipient.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PRCP",
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ASSIGNED",
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.legalAuthenticator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "LA",
        "fixedCode": "LA",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationVerifier"
          }
        }
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.time",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.signatureCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.authenticator",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authenticator.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.authenticator.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authenticator.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authenticator.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authenticator.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "AUTHEN",
        "fixedCode": "AUTHEN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationVerifier"
          }
        }
      },
      {
        "path": "ClinicalDocument.authenticator.time",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.authenticator.signatureCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.authenticator.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.participant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationType"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.functionCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationFunction"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassAssociative"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.associatedPerson",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.scopingOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "FLFS",
        "fixedCode": "FLFS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipFulfills"
          }
        }
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ACT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "RQO",
        "fixedCode": "RQO",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMoodIntent"
          }
        }
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOC",
        "fixedCode": "DOC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassDocument"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ACT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationFunction"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.relatedDocument",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.relatedDocument.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOCCLIN",
        "fixedCode": "DOCCLIN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassClinicalDocument"
          }
        }
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-DocumentType"
          }
        }
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.setId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.versionNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.authorization.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "AUTH",
        "fixedCode": "AUTH",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipPertains"
          }
        }
      },
      {
        "path": "ClinicalDocument.authorization.consent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.consent.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.authorization.consent.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.consent.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.consent.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.consent.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "CONS",
        "fixedCode": "CONS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.authorization.consent.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.authorization.consent.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.consent.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.authorization.consent.statusCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "defaultValueCode": "completed",
        "fixedCode": "completed",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "fixedCode": "COMP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipHasComponent"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ENC",
        "fixedCode": "ENC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActEncounterCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ],
        "mustSupport": true
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.componentOf.encompassingEncounter.admissionReferralSourceCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.dischargeDispositionCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EncounterDischargeDisposition"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "RESP",
        "fixedCode": "RESP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationType"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "LOC",
        "fixedCode": "LOC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationTargetLocation"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SDLOC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassServiceDeliveryLocation"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.location",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.birthplace.place"
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.serviceProviderOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.component",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "fixedCode": "COMP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipHasComponent"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOCBODY",
        "fixedCode": "DOCBODY",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassOrganizer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.text",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.confidentialityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOCBODY",
        "fixedCode": "DOCBODY",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassOrganizer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.confidentialityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "fixedCode": "COMP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section",
        "name": "ClinicalDocument.component.structuredBody.component.section",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOCSECT",
        "fixedCode": "DOCSECT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassOrganizer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-DocumentSectionType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ST"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "xhtml"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.confidentialityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject",
        "name": "ClinicalDocument.component.structuredBody.component.section.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SBJ",
        "fixedCode": "SBJ",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationTargetSubject"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.awarenessCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-TargetAwareness"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PRS",
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-PersonalRelationshipRoleType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PSN",
        "fixedCode": "PSN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassLivingSubject"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.desc",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.administrativeGenderCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-AdministrativeGender"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.birthTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.deceasedInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.deceasedTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassObservation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ObservationType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.negationInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.derivationExpr",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ST"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.repeatNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.value",
        "representation": [
          "typeAttr"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BL"
          },
          {
            "code": "ED"
          },
          {
            "code": "ST"
          },
          {
            "code": "CD"
          },
          {
            "code": "CV"
          },
          {
            "code": "CE"
          },
          {
            "code": "SC"
          },
          {
            "code": "II"
          },
          {
            "code": "TEL"
          },
          {
            "code": "AD"
          },
          {
            "code": "EN"
          },
          {
            "code": "INT"
          },
          {
            "code": "REAL"
          },
          {
            "code": "PQ"
          },
          {
            "code": "MO"
          },
          {
            "code": "TS"
          },
          {
            "code": "IVL_PQ"
          },
          {
            "code": "IVL_TS"
          },
          {
            "code": "PIVL"
          },
          {
            "code": "EIVL"
          },
          {
            "code": "SXPR_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.interpretationCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ObservationInterpretation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.methodCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.targetSiteCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "REFV",
        "fixedCode": "REFV",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipPertains"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OBS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassObservation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN.CRT",
        "fixedCode": "EVN.CRT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMoodPredicate"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.value",
        "representation": [
          "typeAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          },
          {
            "code": "ED"
          },
          {
            "code": "ST"
          },
          {
            "code": "CD"
          },
          {
            "code": "CV"
          },
          {
            "code": "CE"
          },
          {
            "code": "SC"
          },
          {
            "code": "II"
          },
          {
            "code": "TEL"
          },
          {
            "code": "AD"
          },
          {
            "code": "EN"
          },
          {
            "code": "INT"
          },
          {
            "code": "REAL"
          },
          {
            "code": "PQ"
          },
          {
            "code": "MO"
          },
          {
            "code": "TS"
          },
          {
            "code": "IVL_PQ"
          },
          {
            "code": "IVL_TS"
          },
          {
            "code": "PIVL"
          },
          {
            "code": "EIVL"
          },
          {
            "code": "SXPR_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.interpretationCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ObservationInterpretation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SPC",
        "fixedCode": "SPC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationTargetDirect"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SPEC",
        "fixedCode": "SPEC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassSpecimen"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ENT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassRoot"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.quantity",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "PQ"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.desc",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PRF",
        "fixedCode": "PRF",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationPhysicalPerformer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.modeCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationMode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.awarenessCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-TargetAwareness"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ROL",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassRoot"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DEV",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassDevice"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.manufacturerModelName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "SC"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ManufacturerModelName"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.softwareName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "SC"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-SoftwareName"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingEntity",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ENT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassRoot"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.desc",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.inversionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.sequenceNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.negationInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.seperatableInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observation",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ROIOVL",
        "fixedCode": "ROIOVL",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassROI"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.value",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "INT"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.seperatableInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ACT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OBS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassObservation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PROC",
        "fixedCode": "PROC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassProcedure"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassDocument"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-DocumentType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.setId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.versionNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PRCN",
        "fixedCode": "PRCN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipConditional"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OBS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassObservation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN.CRT",
        "fixedCode": "EVN.CRT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMoodPredicate"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.value",
        "representation": [
          "typeAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          },
          {
            "code": "ED"
          },
          {
            "code": "ST"
          },
          {
            "code": "CD"
          },
          {
            "code": "CV"
          },
          {
            "code": "CE"
          },
          {
            "code": "SC"
          },
          {
            "code": "II"
          },
          {
            "code": "TEL"
          },
          {
            "code": "AD"
          },
          {
            "code": "EN"
          },
          {
            "code": "INT"
          },
          {
            "code": "REAL"
          },
          {
            "code": "PQ"
          },
          {
            "code": "MO"
          },
          {
            "code": "TS"
          },
          {
            "code": "IVL_PQ"
          },
          {
            "code": "IVL_TS"
          },
          {
            "code": "PIVL"
          },
          {
            "code": "EIVL"
          },
          {
            "code": "SXPR_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OBS",
        "fixedCode": "OBS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassObservation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SBADM",
        "fixedCode": "SBADM",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-SubstanceAdministrationActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.negationInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.effectiveTime",
        "representation": [
          "typeAttr"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "IVL_TS"
          },
          {
            "code": "EIVL"
          },
          {
            "code": "PIVL"
          },
          {
            "code": "SXPR_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.repeatNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.routeCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RouteOfAdministration"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.approachSiteCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActSite"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.doseQuantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_PQ"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.rateQuantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_PQ"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.maxDoseQuantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "RTO_PQ_PQ"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.administrationUnitCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-AdministrableDrugForm"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "CSM",
        "fixedCode": "CSM",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationTargetDirect"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "MANU",
        "fixedCode": "MANU",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassManufacturedProduct"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "MMAT",
        "fixedCode": "MMAT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassManufacturedMaterial"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "KIND",
        "fixedCode": "KIND",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminerDetermined"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-DrugEntity"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "MMAT",
        "fixedCode": "MMAT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassManufacturedMaterial"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "KIND",
        "fixedCode": "KIND",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminerDetermined"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-MaterialEntityClassType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.lotNumberText",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ST"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturerOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SPLY",
        "fixedCode": "SPLY",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassSupply"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.effectiveTime",
        "representation": [
          "typeAttr"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "IVL_TS"
          },
          {
            "code": "EIVL"
          },
          {
            "code": "PIVL"
          },
          {
            "code": "SXPR_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.priorityCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.repeatNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.independentInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "PQ"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.expectedUseTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.product",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.product.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.product.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.product.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.product.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.product.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PRD",
        "fixedCode": "PRD",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationTargetDirect"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.product.manufacturedProduct",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct",
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PROC",
        "fixedCode": "PROC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassProcedure"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.negationInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.methodCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.approachSiteCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.targetSiteCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "ENC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActEncounterCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.statusCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "fixedCode": "COMP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.sequenceNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.seperatableInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.observation",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.regionOfInterest",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.observationMedia",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.substanceAdministration",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.supply",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.procedure",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.encounter",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.organizer",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.negationInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.act",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.regionOfInterest",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observationMedia",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.substanceAdministration",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.supply",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.procedure",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.encounter",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.organizer",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.act",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component.realmCode",
        "definition": "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component.typeId",
        "definition": "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component.templateId",
        "definition": "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "fixedCode": "COMP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component.section",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section"
      }
    ]
  },
  "differential": {
    "element": [
      {
        "path": "ClinicalDocument",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Resource"
          }
        ]
      },
      {
        "path": "ClinicalDocument.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOCCLIN",
        "fixedCode": "DOCCLIN",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.id",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-DocumentType"
          }
        }
      },
      {
        "path": "ClinicalDocument.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ST"
          }
        ]
      },
      {
        "path": "ClinicalDocument.effectiveTime",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.confidentialityCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.setId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.versionNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.copyTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "RCT",
        "fixedCode": "RCT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationIndirectTarget"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.time",
        "min": 1,
        "max": "0",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PAT",
        "fixedCode": "PAT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassRelationshipFormal"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PSN",
        "fixedCode": "PSN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassLivingSubject"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.recordTarget.patientRole.patient.desc",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.administrativeGenderCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-AdministrativeGender"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.recordTarget.patientRole.patient.deceasedInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.recordTarget.patientRole.patient.deceasedTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.maritalStatusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-MaritalStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.religiousAffiliationCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ReligiousAffiliation"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.raceCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-Race"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.ethnicGroupCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-Ethnicity"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "GUARD",
        "fixedCode": "GUARD",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassAgent"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson",
        "name": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PSN",
        "fixedCode": "PSN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassLivingSubject"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.asPatientRelationship",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization",
        "name": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ORG",
        "fixedCode": "ORG",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassOrganization"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.standardIndustryClassCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-OrganizationIndustryClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PART",
        "fixedCode": "PART",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassPartitive"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization.asOrganizationPartOf.wholeOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "BIRTHPL",
        "fixedCode": "BIRTHPL",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassPassive"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place",
        "name": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PLC",
        "fixedCode": "PLC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassPlace"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.modeCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-LanguageAbilityMode"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.proficiencyLevelCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-LanguageAbilityProficiency"
          }
        }
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.preferenceInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.author",
        "name": "ClinicalDocument.author",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "AUT",
        "fixedCode": "AUT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationInformationTranscriber"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.functionCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationFunction"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.time",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ASSIGNED",
        "fixedCode": "ASSIGNED",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassAssignedEntity"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedPerson",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DEV",
        "fixedCode": "DEV",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassDevice"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.manufacturerModelName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "SC"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ManufacturerModelName"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.softwareName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "SC"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-SoftwareName"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "MNT",
        "fixedCode": "MNT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassPassive"
          }
        }
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity.maintainingPerson",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.author.assignedAuthor.representedOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.dataEnterer",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ENT",
        "fixedCode": "ENT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationInformationGenerator"
          }
        }
      },
      {
        "path": "ClinicalDocument.dataEnterer.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.dataEnterer.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity",
        "name": "ClinicalDocument.dataEnterer.assignedEntity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ASSIGNED",
        "fixedCode": "ASSIGNED",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassAssignedEntity"
          }
        }
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.dataEnterer.assignedEntity.representedOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.informant",
        "name": "ClinicalDocument.informant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INF",
        "fixedCode": "INF",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationInformationGenerator"
          }
        }
      },
      {
        "path": "ClinicalDocument.informant.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.informant.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassMutualRelationship"
          }
        }
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-PersonalRelationshipRoleType"
          }
        }
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informant.relatedEntity.relatedPerson",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.custodian",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "CST",
        "fixedCode": "CST",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationVerifier"
          }
        }
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ASSIGNED",
        "fixedCode": "ASSIGNED",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassAssignedEntity"
          }
        }
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ORG",
        "fixedCode": "ORG",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassOrganization"
          }
        }
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.addr",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PRCP",
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ASSIGNED",
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.legalAuthenticator",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "LA",
        "fixedCode": "LA",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationVerifier"
          }
        }
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.time",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.signatureCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.legalAuthenticator.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.authenticator",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authenticator.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "AUTHEN",
        "fixedCode": "AUTHEN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationVerifier"
          }
        }
      },
      {
        "path": "ClinicalDocument.authenticator.time",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.authenticator.signatureCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.authenticator.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.participant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationType"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.functionCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationFunction"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassAssociative"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.associatedPerson",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson"
      },
      {
        "path": "ClinicalDocument.participant.associatedEntity.scopingOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "FLFS",
        "fixedCode": "FLFS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipFulfills"
          }
        }
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ACT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "RQO",
        "fixedCode": "RQO",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMoodIntent"
          }
        }
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.inFulfillmentOf.order.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOC",
        "fixedCode": "DOC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassDocument"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ACT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationFunction"
          }
        }
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.relatedDocument",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOCCLIN",
        "fixedCode": "DOCCLIN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassClinicalDocument"
          }
        }
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-DocumentType"
          }
        }
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.setId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.relatedDocument.parentDocument.versionNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "AUTH",
        "fixedCode": "AUTH",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipPertains"
          }
        }
      },
      {
        "path": "ClinicalDocument.authorization.consent",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.consent.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "CONS",
        "fixedCode": "CONS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.authorization.consent.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.authorization.consent.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.authorization.consent.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.authorization.consent.statusCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "defaultValueCode": "completed",
        "fixedCode": "completed",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "fixedCode": "COMP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipHasComponent"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ENC",
        "fixedCode": "ENC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActEncounterCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ],
        "mustSupport": true
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.componentOf.encompassingEncounter.admissionReferralSourceCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.dischargeDispositionCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EncounterDischargeDisposition"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "RESP",
        "fixedCode": "RESP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationType"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "LOC",
        "fixedCode": "LOC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationTargetLocation"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SDLOC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassServiceDeliveryLocation"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType"
          }
        }
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.location",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.birthplace.place"
      },
      {
        "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility.serviceProviderOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.component",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "fixedCode": "COMP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipHasComponent"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOCBODY",
        "fixedCode": "DOCBODY",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassOrganizer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.text",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.confidentialityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.nonXMLBody.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOCBODY",
        "fixedCode": "DOCBODY",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassOrganizer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.confidentialityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "fixedCode": "COMP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section",
        "name": "ClinicalDocument.component.structuredBody.component.section",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOCSECT",
        "fixedCode": "DOCSECT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassOrganizer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-DocumentSectionType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.title",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ST"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "xhtml"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.confidentialityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject",
        "name": "ClinicalDocument.component.structuredBody.component.section.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SBJ",
        "fixedCode": "SBJ",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationTargetSubject"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.awarenessCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-TargetAwareness"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PRS",
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-PersonalRelationshipRoleType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PSN",
        "fixedCode": "PSN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassLivingSubject"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.desc",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.administrativeGenderCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-AdministrativeGender"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.birthTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.deceasedInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
            "valueUri": "urn:hl7-org:sdtc"
          }
        ],
        "path": "ClinicalDocument.component.structuredBody.component.section.subject.relatedSubject.subject.deceasedTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassObservation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ObservationType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.negationInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.derivationExpr",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ST"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.repeatNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.value",
        "representation": [
          "typeAttr"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BL"
          },
          {
            "code": "ED"
          },
          {
            "code": "ST"
          },
          {
            "code": "CD"
          },
          {
            "code": "CV"
          },
          {
            "code": "CE"
          },
          {
            "code": "SC"
          },
          {
            "code": "II"
          },
          {
            "code": "TEL"
          },
          {
            "code": "AD"
          },
          {
            "code": "EN"
          },
          {
            "code": "INT"
          },
          {
            "code": "REAL"
          },
          {
            "code": "PQ"
          },
          {
            "code": "MO"
          },
          {
            "code": "TS"
          },
          {
            "code": "IVL_PQ"
          },
          {
            "code": "IVL_TS"
          },
          {
            "code": "PIVL"
          },
          {
            "code": "EIVL"
          },
          {
            "code": "SXPR_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.interpretationCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ObservationInterpretation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.methodCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.targetSiteCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "REFV",
        "fixedCode": "REFV",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipPertains"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OBS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassObservation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN.CRT",
        "fixedCode": "EVN.CRT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMoodPredicate"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.value",
        "representation": [
          "typeAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          },
          {
            "code": "ED"
          },
          {
            "code": "ST"
          },
          {
            "code": "CD"
          },
          {
            "code": "CV"
          },
          {
            "code": "CE"
          },
          {
            "code": "SC"
          },
          {
            "code": "II"
          },
          {
            "code": "TEL"
          },
          {
            "code": "AD"
          },
          {
            "code": "EN"
          },
          {
            "code": "INT"
          },
          {
            "code": "REAL"
          },
          {
            "code": "PQ"
          },
          {
            "code": "MO"
          },
          {
            "code": "TS"
          },
          {
            "code": "IVL_PQ"
          },
          {
            "code": "IVL_TS"
          },
          {
            "code": "PIVL"
          },
          {
            "code": "EIVL"
          },
          {
            "code": "SXPR_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.referenceRange.observationRange.interpretationCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ObservationInterpretation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SPC",
        "fixedCode": "SPC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationTargetDirect"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SPEC",
        "fixedCode": "SPEC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassSpecimen"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ENT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassRoot"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.quantity",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "PQ"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity.desc",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PRF",
        "fixedCode": "PRF",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationPhysicalPerformer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.modeCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationMode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.performer.assignedEntity",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.dataEnterer.assignedEntity"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.contextControlCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OP",
        "fixedCode": "OP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ContextControl"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.awarenessCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-TargetAwareness"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ROL",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassRoot"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.addr",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "AD"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.telecom",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "TEL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DEV",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassDevice"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.manufacturerModelName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "SC"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ManufacturerModelName"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingDevice.softwareName",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "SC"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-SoftwareName"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.playingEntity",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen.specimenRole.specimenPlayingEntity"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ENT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassRoot"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "INSTANCE",
        "fixedCode": "INSTANCE",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminer"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.participant.participantRole.scopingEntity.desc",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.inversionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.sequenceNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.negationInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.seperatableInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observation",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ROIOVL",
        "fixedCode": "ROIOVL",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassROI"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.id",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.value",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "INT"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.seperatableInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "ACT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalAct.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OBS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassObservation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalObservation.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PROC",
        "fixedCode": "PROC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassProcedure"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalProcedure.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "DOC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassDocument"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-DocumentType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.setId",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference.externalDocument.versionNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PRCN",
        "fixedCode": "PRCN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActRelationshipConditional"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OBS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassObservation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN.CRT",
        "fixedCode": "EVN.CRT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMoodPredicate"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition.criterion.value",
        "representation": [
          "typeAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          },
          {
            "code": "ED"
          },
          {
            "code": "ST"
          },
          {
            "code": "CD"
          },
          {
            "code": "CV"
          },
          {
            "code": "CE"
          },
          {
            "code": "SC"
          },
          {
            "code": "II"
          },
          {
            "code": "TEL"
          },
          {
            "code": "AD"
          },
          {
            "code": "EN"
          },
          {
            "code": "INT"
          },
          {
            "code": "REAL"
          },
          {
            "code": "PQ"
          },
          {
            "code": "MO"
          },
          {
            "code": "TS"
          },
          {
            "code": "IVL_PQ"
          },
          {
            "code": "IVL_TS"
          },
          {
            "code": "PIVL"
          },
          {
            "code": "EIVL"
          },
          {
            "code": "SXPR_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "OBS",
        "fixedCode": "OBS",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassObservation"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.value",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SBADM",
        "fixedCode": "SBADM",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-SubstanceAdministrationActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.negationInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.effectiveTime",
        "representation": [
          "typeAttr"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "IVL_TS"
          },
          {
            "code": "EIVL"
          },
          {
            "code": "PIVL"
          },
          {
            "code": "SXPR_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.repeatNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.routeCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RouteOfAdministration"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.approachSiteCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActSite"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.doseQuantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_PQ"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.rateQuantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_PQ"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.maxDoseQuantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "RTO_PQ_PQ"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.administrationUnitCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-AdministrableDrugForm"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "CSM",
        "fixedCode": "CSM",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationTargetDirect"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "MANU",
        "fixedCode": "MANU",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-RoleClassManufacturedProduct"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "MMAT",
        "fixedCode": "MMAT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassManufacturedMaterial"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "KIND",
        "fixedCode": "KIND",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminerDetermined"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-DrugEntity"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedLabeledDrug.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "MMAT",
        "fixedCode": "MMAT",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityClassManufacturedMaterial"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.determinerCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "KIND",
        "fixedCode": "KIND",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-EntityDeterminerDetermined"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-MaterialEntityClassType"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "EN"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturedMaterial.lotNumberText",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ST"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct.manufacturerOrganization",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "SPLY",
        "fixedCode": "SPLY",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassSupply"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.effectiveTime",
        "representation": [
          "typeAttr"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "IVL_TS"
          },
          {
            "code": "EIVL"
          },
          {
            "code": "PIVL"
          },
          {
            "code": "SXPR_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.priorityCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.repeatNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.independentInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.quantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "PQ"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.expectedUseTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.product",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.product.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PRD",
        "fixedCode": "PRD",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ParticipationTargetDirect"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.product.manufacturedProduct",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration.consumable.manufacturedProduct",
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "PROC",
        "fixedCode": "PROC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClassProcedure"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.negationInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.methodCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.approachSiteCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.targetSiteCode",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "ENC",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActClass"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActEncounterCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "EVN",
        "fixedCode": "EVN",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActMood"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.statusCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "fixedCode": "COMP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.sequenceNumber",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "INT"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.seperatableInd",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BL"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.observation",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.regionOfInterest",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.observationMedia",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.substanceAdministration",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.supply",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.procedure",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.encounter",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.organizer",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act",
        "name": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.classCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.moodCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.id",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "II"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.code",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CD"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActCode"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.negationInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.text",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "ED"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.statusCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActStatus"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.effectiveTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_TS"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.priorityCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ActPriority"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.languageCode",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CS"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-HumanLanguage"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.subject",
        "min": 0,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.subject"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.specimen",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.specimen"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.performer",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.performer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.author",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.author"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.informant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.informant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.participant",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.participant"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.entryRelationship",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.act",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.reference",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.reference"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observation.precondition",
        "min": 0,
        "max": "*",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest.precondition"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.regionOfInterest",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.regionOfInterest"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.observationMedia",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.observationMedia"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.substanceAdministration",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.substanceAdministration"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.supply",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.supply"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.procedure",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.procedure"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.encounter",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.encounter"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.organizer",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.entry.act",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section.entry.observation.entryRelationship.organizer.component.act"
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component.typeCode",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "defaultValueCode": "COMP",
        "fixedCode": "COMP",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-null"
          }
        }
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component.contextConductionInd",
        "representation": [
          "xmlAttr"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "defaultValueBoolean": true,
        "mustSupport": true
      },
      {
        "path": "ClinicalDocument.component.structuredBody.component.section.component.section",
        "min": 1,
        "max": "1",
        "contentReference": "#ClinicalDocument.component.structuredBody.component.section"
      }
    ]
  }
}

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.