{ "description": "The Discharge Summary is a document which synopsizes a patient's admission to a hospital, LTPAC provider, or other setting. It provides information for the continuation of care following discharge. The Joint Commission requires the following information to be included in the Discharge Summary (http://www.jointcommission.org/):\\n* The reason for hospitalization (the admission)\\n* The procedures performed, as applicable\\n* The care, treatment, and services provided\\n* The patients condition and disposition at discharge\\n* Information provided to the patient and family\\n* Provisions for follow-up care\\n\\nThe best practice for a Discharge Summary is to include the discharge disposition in the display of the header.", "_filename": "StructureDefinition-DischargeSummary.json", "package_name": "hl7.cda.us.ccda", "date": "2023-12-21T01:13:10+10:00", "derivation": "constraint", "publisher": "Health Level Seven", "fhirVersion": "5.0.0", "jurisdiction": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166" } ] } ], "name": "DischargeSummary", "mapping": [ { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" } ], "abstract": false, "type": "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument", "experimental": null, "resourceType": "StructureDefinition", "title": "Discharge Summary", "package_version": "3.0.0-ballot", "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-target", "_valueBoolean": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", "valueCode": "not-applicable" } ] } }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:v3" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "ClinicalDocument" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/type-profile-style", "valueUri": "cda" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-container", "valueUri": "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument" } ], "snapshot": { "element": [ { "constraint": [ { "key": "4537-6380", "human": "If setId is present versionNumber **SHALL** be present (CONF:4537-6380).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "error", "expression": "setId.exists() implies versionNumber.exists()" }, { "key": "4537-6387", "human": "If versionNumber is present setId **SHALL** be present (CONF:4537-6387).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "error", "expression": "versionNumber.exists() implies setId.exists()" }, { "key": "should-legalAuthenticator", "human": "SHOULD contain legalAuthenticator", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "legalAuthenticator.exists()" }, { "key": "should-relatedParticipant", "human": "Documents SHOULD contain a RelatedPerson participant", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "participant.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/RelatedPersonRelationshipAndNameParticipant').exists()" } ], "path": "ClinicalDocument", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "max": "1", "id": "ClinicalDocument", "base": { "max": "*", "min": 0, "path": "Base" } }, { "path": "ClinicalDocument.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.classCode", "fixedCode": "DOCCLIN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActClass" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.classCode", "base": { "max": "1", "min": 0, "path": "ClinicalDocument.classCode" } }, { "path": "ClinicalDocument.moodCode", "fixedCode": "EVN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActMood" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.moodCode", "base": { "max": "1", "min": 0, "path": "ClinicalDocument.moodCode" } }, { "id": "ClinicalDocument.realmCode", "max": "1", "min": 1, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.realmCode" }, "path": "ClinicalDocument.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "comment": "SHALL contain exactly one [1..1] realmCode=\"US\" (CONF:4537-16791).", "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" }, { "path": "ClinicalDocument.realmCode.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.realmCode.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.realmCode.code", "min": 1, "definition": "The plain code symbol defined by the code system. For example, \"784.0\" is the code symbol of the ICD-9 code \"784.0\" for headache.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "patternCode": "US", "representation": [ "xmlAttr" ], "max": "1", "label": "Code", "id": "ClinicalDocument.realmCode.code", "base": { "max": "1", "min": 0, "path": "CD.code" } }, { "path": "ClinicalDocument.realmCode.codeSystem", "min": 0, "definition": "Specifies the code system that defines the code.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System", "id": "ClinicalDocument.realmCode.codeSystem", "base": { "max": "1", "min": 0, "path": "CD.codeSystem" } }, { "path": "ClinicalDocument.realmCode.codeSystemName", "min": 0, "definition": "The common name of the coding system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System Name", "id": "ClinicalDocument.realmCode.codeSystemName", "base": { "max": "1", "min": 0, "path": "CD.codeSystemName" } }, { "path": "ClinicalDocument.realmCode.codeSystemVersion", "min": 0, "definition": "If applicable, a version descriptor defined specifically for the given code system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System Version", "id": "ClinicalDocument.realmCode.codeSystemVersion", "base": { "max": "1", "min": 0, "path": "CD.codeSystemVersion" } }, { "path": "ClinicalDocument.realmCode.displayName", "min": 0, "definition": "A name or title for the code, under which the sending system shows the code value to its users.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Display Name", "id": "ClinicalDocument.realmCode.displayName", "base": { "max": "1", "min": 0, "path": "CD.displayName" } }, { "path": "ClinicalDocument.realmCode.sdtcValueSet", "min": 0, "definition": "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSet" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.realmCode.sdtcValueSet", "base": { "max": "1", "min": 0, "path": "CD.valueSet" } }, { "path": "ClinicalDocument.realmCode.sdtcValueSetVersion", "min": 0, "definition": "The valueSetVersion extension adds an attribute for elements with a CD dataType which indicates the version of the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSetVersion" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.realmCode.sdtcValueSetVersion", "base": { "max": "1", "min": 0, "path": "CD.sdtcValueSetVersion" } }, { "id": "ClinicalDocument.realmCode.originalText", "max": "0", "min": 0, "base": { "max": "1", "min": 0, "path": "CD.originalText" }, "path": "ClinicalDocument.realmCode.originalText", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "label": "Original Text", "definition": "The text or phrase used as the basis for the coding." }, { "id": "ClinicalDocument.realmCode.qualifier", "max": "0", "min": 0, "base": { "max": "*", "min": 0, "path": "CD.qualifier" }, "path": "ClinicalDocument.realmCode.qualifier", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CR" } ], "label": "Qualifier", "definition": "Specifies additional codes that increase the specificity of the the primary code." }, { "path": "ClinicalDocument.realmCode.translation", "min": 0, "definition": "A set of other concept descriptors that translate this concept descriptor into other code systems.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CD" } ], "representation": [ "typeAttr" ], "max": "0", "label": "Translation", "id": "ClinicalDocument.realmCode.translation", "base": { "max": "*", "min": 0, "path": "CD.translation" } }, { "id": "ClinicalDocument.typeId", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "ClinicalDocument.typeId" }, "path": "ClinicalDocument.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "SHALL contain exactly one [1..1] typeId (CONF:4537-5361).", "definition": "ClinicalDocument.typeId is a technology-neutral explicit reference to this CDA, Release Two specification, and must be valued as follows: ClinicalDocument.typeId.root = \"2.16.840.1.113883.1.3\" (which is the OID for HL7 Registered models); ClinicalDocument.typeId.extension = \"POCD_HD000040\" (which is the unique identifier for the CDA, Release Two Hierarchical Description)." }, { "path": "ClinicalDocument.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.typeId.root", "comment": "This typeId SHALL contain exactly one [1..1] @root=\"2.16.840.1.113883.1.3\" (CONF:4537-5250).", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "POCD_HD000040", "label": "Extension", "id": "ClinicalDocument.typeId.extension", "comment": "This typeId SHALL contain exactly one [1..1] @extension=\"POCD_HD000040\" (CONF:4537-5251).", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.templateId", "max": "*", "min": 2, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.templateId" }, "path": "ClinicalDocument.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "slicing": { "rules": "open", "discriminator": [ { "path": "root", "type": "value" }, { "path": "extension", "type": "value" } ] }, "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" }, { "id": "ClinicalDocument.templateId:us-realm", "max": "1", "min": 1, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.templateId" }, "path": "ClinicalDocument.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "sliceName": "us-realm", "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" }, { "path": "ClinicalDocument.templateId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.templateId:us-realm.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.templateId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.templateId:us-realm.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.templateId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.templateId:us-realm.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.templateId.root", "min": 1, "definition": "A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "patternString": "2.16.840.1.113883.10.20.22.1.1", "representation": [ "xmlAttr" ], "max": "1", "label": "Root", "id": "ClinicalDocument.templateId:us-realm.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.templateId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "patternString": "2024-05-01", "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.templateId:us-realm.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.templateId:discharge-summary", "max": "1", "min": 1, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.templateId" }, "path": "ClinicalDocument.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "sliceName": "discharge-summary", "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" }, { "path": "ClinicalDocument.templateId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.templateId:discharge-summary.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.templateId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.templateId:discharge-summary.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.templateId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.templateId:discharge-summary.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.templateId.root", "min": 1, "definition": "A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "patternString": "2.16.840.1.113883.10.20.22.1.8", "representation": [ "xmlAttr" ], "max": "1", "label": "Root", "id": "ClinicalDocument.templateId:discharge-summary.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.templateId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "patternString": "2024-05-01", "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.templateId:discharge-summary.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.id", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "ClinicalDocument.id" }, "path": "ClinicalDocument.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "short": "**SHALL** be a globally unique identifier for the document (CONF:4537-9991).", "comment": "SHALL contain exactly one [1..1] id (CONF:4537-5363)." }, { "constraint": [ { "key": "4537-32948", "human": "This code **SHALL** be drawn from the LOINC document type ontology (LOINC codes where SCALE = DOC) (CONF:4537-32948).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "error", "expression": "codeSystem = '2.16.840.1.113883.6.1'" } ], "path": "ClinicalDocument.code", "min": 1, "short": "The Discharge Summary recommends use of a single document type code, 18842-5 \"Discharge summary\", with further specification provided by author or performer, setting, or specialty. When pre-coordinated codes are used, any coded values describing the author or performer of the service act or the practice setting must be consistent with the LOINC document type.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/doc-typecodes" }, "max": "1", "id": "ClinicalDocument.code", "comment": "SHALL contain exactly one [1..1] code (CONF:1198-17178).", "base": { "max": "1", "min": 1, "path": "ClinicalDocument.code" } }, { "path": "ClinicalDocument.code.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.code.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.code.code", "min": 1, "definition": "The plain code symbol defined by the code system. For example, \"784.0\" is the code symbol of the ICD-9 code \"784.0\" for headache.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.4.1" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Code", "id": "ClinicalDocument.code.code", "comment": "This code SHALL contain exactly one [1..1] @code, which SHALL be selected from ValueSet DischargeSummaryDocumentTypeCode http://hl7.org/fhir/ccda/ValueSet/2.16.840.1.113883.11.20.4.1 DYNAMIC (CONF:1198-17179).", "base": { "max": "1", "min": 0, "path": "CD.code" } }, { "path": "ClinicalDocument.code.codeSystem", "min": 0, "definition": "Specifies the code system that defines the code.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System", "id": "ClinicalDocument.code.codeSystem", "base": { "max": "1", "min": 0, "path": "CD.codeSystem" } }, { "path": "ClinicalDocument.code.codeSystemName", "min": 0, "definition": "The common name of the coding system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System Name", "id": "ClinicalDocument.code.codeSystemName", "base": { "max": "1", "min": 0, "path": "CD.codeSystemName" } }, { "path": "ClinicalDocument.code.codeSystemVersion", "min": 0, "definition": "If applicable, a version descriptor defined specifically for the given code system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System Version", "id": "ClinicalDocument.code.codeSystemVersion", "base": { "max": "1", "min": 0, "path": "CD.codeSystemVersion" } }, { "path": "ClinicalDocument.code.displayName", "min": 0, "definition": "A name or title for the code, under which the sending system shows the code value to its users.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Display Name", "id": "ClinicalDocument.code.displayName", "base": { "max": "1", "min": 0, "path": "CD.displayName" } }, { "path": "ClinicalDocument.code.sdtcValueSet", "min": 0, "definition": "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSet" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.code.sdtcValueSet", "base": { "max": "1", "min": 0, "path": "CD.valueSet" } }, { "path": "ClinicalDocument.code.sdtcValueSetVersion", "min": 0, "definition": "The valueSetVersion extension adds an attribute for elements with a CD dataType which indicates the version of the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSetVersion" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.code.sdtcValueSetVersion", "base": { "max": "1", "min": 0, "path": "CD.sdtcValueSetVersion" } }, { "id": "ClinicalDocument.code.originalText", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "CD.originalText" }, "path": "ClinicalDocument.code.originalText", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "label": "Original Text", "definition": "The text or phrase used as the basis for the coding." }, { "id": "ClinicalDocument.code.qualifier", "max": "0", "min": 0, "base": { "max": "*", "min": 0, "path": "CD.qualifier" }, "path": "ClinicalDocument.code.qualifier", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CR" } ], "label": "Qualifier", "definition": "Specifies additional codes that increase the specificity of the the primary code." }, { "path": "ClinicalDocument.code.translation", "min": 0, "definition": "A set of other concept descriptors that translate this concept descriptor into other code systems.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CD" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Translation", "id": "ClinicalDocument.code.translation", "base": { "max": "*", "min": 0, "path": "CD.translation" } }, { "id": "ClinicalDocument.title", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "ClinicalDocument.title" }, "path": "ClinicalDocument.title", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ST" } ], "short": "The title can either be a locally defined name or the displayName corresponding to clinicalDocument/code", "comment": "SHALL contain exactly one [1..1] title (CONF:4537-5254)." }, { "path": "ClinicalDocument.sdtcStatusCode", "min": 0, "definition": "The statusCode extension attribute allows the implementer to identify a ClinicalDocument that is in other than the completed state. It was created to support the Structured Form Definition IG to identify that the document itself is an unfinished product currently being completed for a patient.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "statusCode" } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActStatus" }, "max": "1", "id": "ClinicalDocument.sdtcStatusCode", "base": { "max": "1", "min": 0, "path": "ClinicalDocument.sdtcStatusCode" } }, { "constraint": [ { "key": "ts-shall-day", "human": "**SHALL** be precise to at least the day", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime", "severity": "error", "expression": "nullFlavor.exists() or value.toString().length() >= 10" }, { "key": "ts-should-minute", "human": "**SHOULD** be precise to at least the minute", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime", "severity": "warning", "expression": "nullFlavor.exists() or value.toString().length() > 10" } ], "path": "ClinicalDocument.effectiveTime", "min": 1, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime" ] } ], "max": "1", "id": "ClinicalDocument.effectiveTime", "comment": "SHALL contain exactly one [1..1] US Realm Date and Time (Point in Time) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.4) (CONF:4537-5256).", "base": { "max": "1", "min": 1, "path": "ClinicalDocument.effectiveTime" } }, { "id": "ClinicalDocument.confidentialityCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "ClinicalDocument.confidentialityCode" }, "path": "ClinicalDocument.confidentialityCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "preferred", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.16926" }, "comment": "SHALL contain exactly one [1..1] confidentialityCode, which SHOULD be selected from ValueSet HL7 BasicConfidentialityKind urn:oid:2.16.840.1.113883.1.11.16926 DYNAMIC (CONF:4537-5259)." }, { "path": "ClinicalDocument.confidentialityCode.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "0", "label": "Exceptional Value Detail", "id": "ClinicalDocument.confidentialityCode.nullFlavor", "comment": "SHALL NOT contain [0..0] @nullFlavor.", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.confidentialityCode.code", "min": 1, "definition": "The plain code symbol defined by the code system. For example, \"784.0\" is the code symbol of the ICD-9 code \"784.0\" for headache.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code", "id": "ClinicalDocument.confidentialityCode.code", "base": { "max": "1", "min": 0, "path": "CD.code" } }, { "path": "ClinicalDocument.confidentialityCode.codeSystem", "min": 0, "definition": "Specifies the code system that defines the code.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System", "id": "ClinicalDocument.confidentialityCode.codeSystem", "base": { "max": "1", "min": 0, "path": "CD.codeSystem" } }, { "path": "ClinicalDocument.confidentialityCode.codeSystemName", "min": 0, "definition": "The common name of the coding system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System Name", "id": "ClinicalDocument.confidentialityCode.codeSystemName", "base": { "max": "1", "min": 0, "path": "CD.codeSystemName" } }, { "path": "ClinicalDocument.confidentialityCode.codeSystemVersion", "min": 0, "definition": "If applicable, a version descriptor defined specifically for the given code system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System Version", "id": "ClinicalDocument.confidentialityCode.codeSystemVersion", "base": { "max": "1", "min": 0, "path": "CD.codeSystemVersion" } }, { "path": "ClinicalDocument.confidentialityCode.displayName", "min": 0, "definition": "A name or title for the code, under which the sending system shows the code value to its users.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Display Name", "id": "ClinicalDocument.confidentialityCode.displayName", "base": { "max": "1", "min": 0, "path": "CD.displayName" } }, { "path": "ClinicalDocument.confidentialityCode.sdtcValueSet", "min": 0, "definition": "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSet" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.confidentialityCode.sdtcValueSet", "base": { "max": "1", "min": 0, "path": "CD.valueSet" } }, { "path": "ClinicalDocument.confidentialityCode.sdtcValueSetVersion", "min": 0, "definition": "The valueSetVersion extension adds an attribute for elements with a CD dataType which indicates the version of the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSetVersion" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.confidentialityCode.sdtcValueSetVersion", "base": { "max": "1", "min": 0, "path": "CD.sdtcValueSetVersion" } }, { "id": "ClinicalDocument.confidentialityCode.originalText", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "CD.originalText" }, "path": "ClinicalDocument.confidentialityCode.originalText", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "label": "Original Text", "definition": "The text or phrase used as the basis for the coding." }, { "id": "ClinicalDocument.confidentialityCode.qualifier", "max": "0", "min": 0, "base": { "max": "*", "min": 0, "path": "CD.qualifier" }, "path": "ClinicalDocument.confidentialityCode.qualifier", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CR" } ], "label": "Qualifier", "definition": "Specifies additional codes that increase the specificity of the the primary code." }, { "path": "ClinicalDocument.confidentialityCode.translation", "min": 0, "definition": "A set of other concept descriptors that translate this concept descriptor into other code systems.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CD" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Translation", "id": "ClinicalDocument.confidentialityCode.translation", "base": { "max": "*", "min": 0, "path": "CD.translation" } }, { "id": "ClinicalDocument.languageCode", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "ClinicalDocument.languageCode" }, "path": "ClinicalDocument.languageCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" }, "comment": "SHALL contain exactly one [1..1] languageCode, which SHALL be selected from ValueSet AllLanguages https://www.hl7.org/fhir/valueset-all-languages.html (OID 2.16.840.1.113883.4.642.3.21) DYNAMIC." }, { "id": "ClinicalDocument.setId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "ClinicalDocument.setId" }, "path": "ClinicalDocument.setId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "MAY contain zero or one [0..1] setId (CONF:4537-5261)." }, { "id": "ClinicalDocument.versionNumber", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "ClinicalDocument.versionNumber" }, "path": "ClinicalDocument.versionNumber", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/INT" } ], "comment": "MAY contain zero or one [0..1] versionNumber (CONF:4537-5264)." }, { "id": "ClinicalDocument.copyTime", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "ClinicalDocument.copyTime" }, "path": "ClinicalDocument.copyTime", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS" } ] }, { "id": "ClinicalDocument.recordTarget", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "ClinicalDocument.recordTarget" }, "path": "ClinicalDocument.recordTarget", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/RecordTarget" } ], "short": "The recordTarget records the administrative and demographic data of the patient whose health information is described by the clinical document; each recordTarget must contain at least one patientRole element", "comment": "SHALL contain at least one [1..*] recordTarget (CONF:4537-5266)." }, { "path": "ClinicalDocument.recordTarget.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.recordTarget.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.recordTarget.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.recordTarget.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.recordTarget.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.recordTarget.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.recordTarget.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.recordTarget.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.recordTarget.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.recordTarget.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.recordTarget.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.recordTarget.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.recordTarget.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.recordTarget.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.recordTarget.typeCode", "fixedCode": "RCT", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.typeCode", "base": { "max": "1", "min": 0, "path": "RecordTarget.typeCode" } }, { "path": "ClinicalDocument.recordTarget.contextControlCode", "fixedCode": "OP", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ContextControl" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.contextControlCode", "base": { "max": "1", "min": 0, "path": "RecordTarget.contextControlCode" } }, { "id": "ClinicalDocument.recordTarget.patientRole", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "RecordTarget.patientRole" }, "path": "ClinicalDocument.recordTarget.patientRole", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PatientRole" } ], "comment": "Such recordTargets SHALL contain exactly one [1..1] patientRole (CONF:4537-5267)." }, { "path": "ClinicalDocument.recordTarget.patientRole.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.recordTarget.patientRole.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.recordTarget.patientRole.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.recordTarget.patientRole.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.recordTarget.patientRole.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.recordTarget.patientRole.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.recordTarget.patientRole.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.recordTarget.patientRole.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.recordTarget.patientRole.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.recordTarget.patientRole.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.recordTarget.patientRole.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.recordTarget.patientRole.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.recordTarget.patientRole.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.recordTarget.patientRole.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.recordTarget.patientRole.classCode", "fixedCode": "PAT", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassRelationshipFormal" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.classCode", "base": { "max": "1", "min": 0, "path": "PatientRole.classCode" } }, { "id": "ClinicalDocument.recordTarget.patientRole.id", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "PatientRole.id" }, "path": "ClinicalDocument.recordTarget.patientRole.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "This patientRole SHALL contain at least one [1..*] id (CONF:4537-5268)." }, { "id": "ClinicalDocument.recordTarget.patientRole.sdtcIdentifiedBy", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "PatientRole.sdtcIdentifiedBy" }, "path": "ClinicalDocument.recordTarget.patientRole.sdtcIdentifiedBy", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IdentifiedBy" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "identifiedBy" } ] }, { "constraint": [ { "key": "shall-city", "human": "SHALL contain exactly one [1..1] city (CONF:81-7292).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or item.city.count() = 1" }, { "key": "shall-streetAddressLine", "human": "SHALL contain at least one and not more than 4 streetAddressLine (CONF:81-7291).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.streetAddressLine.count() >= 1 and item.streetAddressLine.count() <= 4)" }, { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" }, { "key": "should-country", "human": "SHOULD contain country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or item.country.exists()" }, { "key": "81-7296", "human": "**SHALL NOT** have mixed content except for white space (CONF:81-7296)", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "item.xmlText.empty()" }, { "key": "81-10024", "human": "If the country is US, the state element is required and SHALL be selected from ValueSet StateValueSet but SHOULD have @nullFlavor if the state is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the state MAY be present but MAY be bound to different vocabularies (CONF:81-10024).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.state.exists(nullFlavor.exists() or xmlText.memberOf('http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'))" }, { "key": "81-10025", "human": "If the country is US, the postalCode element is required but SHOULD have @nullFlavor if the postalCode is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the postalCode MAY be present but MAY be bound to different vocabularies (CONF:81-10025).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.postalCode.exists(nullFlavor.exists() or xmlText.matches('[0-9]{5}(-[0-9]{4})?'))" }, { "key": "shall-max-ad-parts", "human": "SHALL have at most one of each: state, city, postalCode, and country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "(item.state.empty() or item.state.count() = 1) and (item.city.empty() or item.city.count() = 1) and (item.postalCode.empty() or item.postalCode.count() = 1) and (item.country.empty() or item.country.count() = 1)" } ], "path": "ClinicalDocument.recordTarget.patientRole.addr", "min": 1, "definition": "Mailing and home or office addresses. A sequence of address parts, such as street or post office Box, city, postal code, country, etc.", "isModifier": false, "short": "(USCDI) Address", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress" ] } ], "extension": [ { "url": "http://hl7.org/fhir/us/core/StructureDefinition/uscdi-requirement", "valueBoolean": true } ], "max": "*", "id": "ClinicalDocument.recordTarget.patientRole.addr", "comment": "This patientRole SHALL contain at least one [1..*] US Realm Address (AD.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.2) (CONF:4537-5271).", "base": { "max": "*", "min": 0, "path": "PatientRole.addr" } }, { "constraint": [ { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" } ], "path": "ClinicalDocument.recordTarget.patientRole.telecom", "min": 1, "short": "(USCDI) Phone Number / Email", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ], "extension": [ { "url": "http://hl7.org/fhir/us/core/StructureDefinition/uscdi-requirement", "valueBoolean": true } ], "max": "*", "id": "ClinicalDocument.recordTarget.patientRole.telecom", "base": { "max": "*", "min": 0, "path": "PatientRole.telecom" } }, { "path": "ClinicalDocument.recordTarget.patientRole.telecom.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.telecom.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.telecom.value", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "TEL.value" }, "path": "ClinicalDocument.recordTarget.patientRole.telecom.value", "type": [ { "code": "url", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/url" ] } ], "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.recordTarget.patientRole.telecom.useablePeriod", "min": 0, "definition": "Specifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-defaulttype", "valueCanonical": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Useable Period", "id": "ClinicalDocument.recordTarget.patientRole.telecom.useablePeriod", "base": { "max": "*", "min": 0, "path": "TEL.useablePeriod" } }, { "path": "ClinicalDocument.recordTarget.patientRole.telecom.use", "min": 0, "definition": "One or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.20" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Use Code", "id": "ClinicalDocument.recordTarget.patientRole.telecom.use", "comment": "Such telecoms SHOULD contain zero or one [0..1] @use, which SHALL be selected from ValueSet Telecom Use (US Realm Header) urn:oid:2.16.840.1.113883.11.20.9.20 DYNAMIC (CONF:4537-5375).", "base": { "max": "*", "min": 0, "path": "TEL.use" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "PatientRole.patient" }, "path": "ClinicalDocument.recordTarget.patientRole.patient", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Patient" } ], "comment": "This patientRole SHALL contain exactly one [1..1] patient (CONF:4537-5283).", "constraint": [ { "key": "4537-32993", "human": "If sdtc:deceasedInd=\"true\", then sdtc:deceasedTime **SHALL** be present with either a @value or @nullFlavor=UNK (CONF:4537-32993).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "error", "expression": "sdtcDeceasedInd.exists(value='true') implies sdtcDeceasedTime.exists()" }, { "key": "4537-21000", "human": "If sdtc:deceasedTime/@value is present, then sdtc:deceasedInd SHALL be present with value=true", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "error", "expression": "sdtcDeceasedTime.value.exists() implies sdtcDeceasedInd.exists(value='true')" }, { "key": "should-maritalStatusCode", "human": "SHOULD contain maritalStatusCode", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "maritalStatusCode.exists()" }, { "key": "should-us-languageCommunication", "human": "SHOULD contain languageCommunication", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "languageCommunication.exists()" } ] }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.recordTarget.patientRole.patient.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.recordTarget.patientRole.patient.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.recordTarget.patientRole.patient.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.recordTarget.patientRole.patient.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.classCode", "fixedCode": "PSN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassLivingSubject" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.classCode", "base": { "max": "1", "min": 0, "path": "Patient.classCode" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.determinerCode", "base": { "max": "1", "min": 0, "path": "Patient.determinerCode" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.id", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Patient.id" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ] }, { "constraint": [ { "key": "pn-no-ls", "human": "No PN name part may have a qualifier of LS.", "source": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "severity": "error", "expression": "(item.delimiter | item.family | item.given | item.prefix | item.suffix).where(qualifier.where($this = 'LS').exists()).empty()" }, { "key": "shall-family", "human": "SHALL contain exactly one [1..1] family (CONF:81-7159).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED", "severity": "error", "expression": "nullFlavor.exists() or item.family.count() = 1" }, { "key": "shall-given", "human": "SHALL contain at least one [1..*] given (CONF:81-7157).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED", "severity": "error", "expression": "nullFlavor.exists() or item.given.exists()" }, { "key": "shall-max-suffix", "human": "There may be at most one suffix", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED", "severity": "error", "expression": "(item.suffix.empty() or item.suffix.count() = 1)" }, { "key": "81-7278", "human": "**SHALL NOT** have mixed content except for white space (CONF:81-7278).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED", "severity": "error", "expression": "item.xmlText.empty()" } ], "path": "ClinicalDocument.recordTarget.patientRole.patient.name", "min": 1, "definition": "A name for a person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. Examples for person name values are \"Jim Bob Walton, Jr.\", \"Adam Everyman\", etc. A person name may be as simple as a character string or may consist of several person name parts, such as, \"Jim\", \"Bob\", \"Walton\", and \"Jr.\". PN differs from EN because the qualifier type cannot include LS (Legal Status).", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED" ] } ], "max": "*", "id": "ClinicalDocument.recordTarget.patientRole.patient.name", "comment": "This patient SHALL contain at least one [1..*] US Realm Patient Name (PTN.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.1) (CONF:4537-5284).", "base": { "max": "*", "min": 0, "path": "Patient.name" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.sdtcDesc", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Patient.sdtcDesc" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.sdtcDesc", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "desc" } ], "definition": "The desc extension allows multimedia depictions of patients, healthcare providers, or other individuals to be included in a CDA document." }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.administrativeGenderCode", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "Patient.administrativeGenderCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.administrativeGenderCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.1" }, "comment": "This patient SHALL contain exactly one [1..1] administrativeGenderCode, which SHALL be selected from ValueSet Administrative Gender (HL7 V3) urn:oid:2.16.840.1.113883.1.11.1 DYNAMIC (CONF:4537-6394)." }, { "constraint": [ { "key": "ts-shall-year", "human": "**SHALL** be precise to at least the year", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "error", "expression": "nullFlavor.exists() or value.toString().length() >= 4" }, { "key": "ts-should-day", "human": "**SHOULD** be precise to at least the day", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or value.toString().length() >= 10" } ], "path": "ClinicalDocument.recordTarget.patientRole.patient.birthTime", "min": 1, "short": "(USCDI) Date of Birth - **MAY** be precise to the minute (CONF:4537-32418) (For cases where information about newborn's time of birth needs to be captured)", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS" } ], "extension": [ { "url": "http://hl7.org/fhir/us/core/StructureDefinition/uscdi-requirement", "valueBoolean": true } ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthTime", "comment": "This patient SHALL contain exactly one [1..1] birthTime (CONF:4537-5298).", "base": { "max": "1", "min": 0, "path": "Patient.birthTime" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.sdtcDeceasedInd", "min": 0, "short": "sdtc:deceasedInd", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/BL" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "deceasedInd" } ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.sdtcDeceasedInd", "comment": "This patient MAY contain zero or one [0..1] sdtc:deceasedInd (CONF:4537-32990).", "base": { "max": "1", "min": 0, "path": "Patient.sdtcDeceasedInd" } }, { "constraint": [ { "key": "should-value-att", "human": "SHOULD contain @value", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "value.exists()" }, { "key": "ts-shall-year", "human": "**SHALL** be precise to at least the year", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "error", "expression": "nullFlavor.exists() or value.toString().length() >= 4" }, { "key": "ts-should-day", "human": "**SHOULD** be precise to at least the day", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or value.toString().length() >= 10" } ], "path": "ClinicalDocument.recordTarget.patientRole.patient.sdtcDeceasedTime", "min": 0, "short": "(USCDI) Date of Death", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "deceasedTime" }, { "url": "http://hl7.org/fhir/us/core/StructureDefinition/uscdi-requirement", "valueBoolean": true } ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.sdtcDeceasedTime", "comment": "This patient MAY contain zero or one [0..1] sdtc:deceasedTime (CONF:4537-32988).", "base": { "max": "1", "min": 0, "path": "Patient.sdtcDeceasedTime" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.sdtcMultipleBirthInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Patient.sdtcMultipleBirthInd" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.sdtcMultipleBirthInd", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/BL" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "multipleBirthInd" } ] }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.sdtcMultipleBirthOrderNumber", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Patient.sdtcMultipleBirthOrderNumber" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.sdtcMultipleBirthOrderNumber", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/INT-POS" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "multipleBirthOrderNumber" } ] }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.maritalStatusCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Patient.maritalStatusCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.maritalStatusCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.12212" }, "comment": "This patient SHOULD contain zero or one [0..1] maritalStatusCode, which SHALL be selected from ValueSet Marital Status urn:oid:2.16.840.1.113883.1.11.12212 DYNAMIC (CONF:4537-5303)." }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.religiousAffiliationCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Patient.religiousAffiliationCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.religiousAffiliationCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.19185" }, "comment": "This patient MAY contain zero or one [0..1] religiousAffiliationCode, which SHALL be selected from ValueSet Religious Affiliation urn:oid:2.16.840.1.113883.1.11.19185 DYNAMIC (CONF:4537-5317)." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.raceCode", "min": 1, "short": "(USCDI) Race", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/us/core/StructureDefinition/uscdi-requirement", "valueBoolean": true } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.2074.1.1.3" }, "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.raceCode", "comment": "This patient SHALL contain exactly one [1..1] raceCode, which SHALL be selected from ValueSet Race Category Excluding Nulls urn:oid:2.16.840.1.113883.3.2074.1.1.3 DYNAMIC (CONF:4537-5322).", "base": { "max": "1", "min": 0, "path": "Patient.raceCode" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.sdtcRaceCode", "min": 0, "short": "(USCDI) Race - The sdtc:raceCode is only used to record additional values when the patient has indicated multiple races or additional race detail beyond the five categories required for Meaningful Use Stage 2. The prefix sdtc: SHALL be bound to the namespace “urn:hl7-org:sdtc”. The use of the namespace provides a necessary extension to CDA R2 for the use of the additional raceCode elements.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "raceCode" }, { "url": "http://hl7.org/fhir/us/core/StructureDefinition/uscdi-requirement", "valueBoolean": true } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.14914" }, "max": "*", "id": "ClinicalDocument.recordTarget.patientRole.patient.sdtcRaceCode", "comment": "This patient MAY contain zero or more [0..*] sdtc:raceCode, which SHALL be selected from ValueSet Race Value Set urn:oid:2.16.840.1.113883.1.11.14914 DYNAMIC (CONF:4537-7263).", "base": { "max": "*", "min": 0, "path": "Patient.sdtcRaceCode" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.ethnicGroupCode", "min": 1, "short": "(USCDI) Ethnicity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/us/core/StructureDefinition/uscdi-requirement", "valueBoolean": true } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.837" }, "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.ethnicGroupCode", "comment": "This patient SHALL contain exactly one [1..1] ethnicGroupCode, which SHALL be selected from ValueSet Ethnicity urn:oid:2.16.840.1.114222.4.11.837 DYNAMIC (CONF:4537-5323).", "base": { "max": "1", "min": 0, "path": "Patient.ethnicGroupCode" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.sdtcEthnicGroupCode", "min": 0, "short": "(USCDI) Ethnicity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "ethnicGroupCode" }, { "url": "http://hl7.org/fhir/us/core/StructureDefinition/uscdi-requirement", "valueBoolean": true } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.877" }, "max": "*", "id": "ClinicalDocument.recordTarget.patientRole.patient.sdtcEthnicGroupCode", "comment": "This patient MAY contain zero or more [0..*] ethnicGroupCode, which SHALL be selected from ValueSet Detailed Ethnicity urn:oid:2.16.840.1.114222.4.11.877 DYNAMIC (CONF:4537-32901).", "base": { "max": "*", "min": 0, "path": "Patient.sdtcEthnicGroupCode" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Patient.guardian" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Guardian" } ], "comment": "This patient MAY contain zero or more [0..*] guardian (CONF:4537-5325).", "constraint": [ { "key": "should-us-code", "human": "SHOULD contain code", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "code.exists()" }, { "key": "should-us-addr", "human": "SHOULD contain addr", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "addr.exists()" }, { "key": "should-us-telecom", "human": "SHOULD contain telecom", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "telecom.exists()" } ] }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.classCode", "fixedCode": "GUARD", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassAgent" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.classCode", "base": { "max": "1", "min": 0, "path": "Guardian.classCode" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.id", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Guardian.id" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ] }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.sdtcIdentifiedBy", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Guardian.sdtcIdentifiedBy" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.sdtcIdentifiedBy", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IdentifiedBy" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "identifiedBy" } ] }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.code", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Guardian.code" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.12.1" }, "comment": "The guardian, if present, SHOULD contain zero or one [0..1] code, which SHALL be selected from ValueSet Personal And Legal Relationship Role Type urn:oid:2.16.840.1.113883.11.20.12.1 DYNAMIC (CONF:4537-5326)." }, { "constraint": [ { "key": "shall-city", "human": "SHALL contain exactly one [1..1] city (CONF:81-7292).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or item.city.count() = 1" }, { "key": "shall-streetAddressLine", "human": "SHALL contain at least one and not more than 4 streetAddressLine (CONF:81-7291).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.streetAddressLine.count() >= 1 and item.streetAddressLine.count() <= 4)" }, { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" }, { "key": "should-country", "human": "SHOULD contain country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or item.country.exists()" }, { "key": "81-7296", "human": "**SHALL NOT** have mixed content except for white space (CONF:81-7296)", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "item.xmlText.empty()" }, { "key": "81-10024", "human": "If the country is US, the state element is required and SHALL be selected from ValueSet StateValueSet but SHOULD have @nullFlavor if the state is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the state MAY be present but MAY be bound to different vocabularies (CONF:81-10024).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.state.exists(nullFlavor.exists() or xmlText.memberOf('http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'))" }, { "key": "81-10025", "human": "If the country is US, the postalCode element is required but SHOULD have @nullFlavor if the postalCode is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the postalCode MAY be present but MAY be bound to different vocabularies (CONF:81-10025).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.postalCode.exists(nullFlavor.exists() or xmlText.matches('[0-9]{5}(-[0-9]{4})?'))" }, { "key": "shall-max-ad-parts", "human": "SHALL have at most one of each: state, city, postalCode, and country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "(item.state.empty() or item.state.count() = 1) and (item.city.empty() or item.city.count() = 1) and (item.postalCode.empty() or item.postalCode.count() = 1) and (item.country.empty() or item.country.count() = 1)" } ], "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.addr", "min": 0, "definition": "Mailing and home or office addresses. A sequence of address parts, such as street or post office Box, city, postal code, country, etc.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress" ] } ], "max": "*", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.addr", "comment": "The guardian, if present, SHOULD contain zero or more [0..*] US Realm Address (AD.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.2) (CONF:4537-5359).", "base": { "max": "*", "min": 0, "path": "Guardian.addr" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Guardian.telecom" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ], "comment": "The guardian, if present, SHOULD contain zero or more [0..*] telecom (CONF:4537-5382).", "constraint": [ { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" } ] }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom.value", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "TEL.value" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom.value", "type": [ { "code": "url", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/url" ] } ], "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom.useablePeriod", "min": 0, "definition": "Specifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-defaulttype", "valueCanonical": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Useable Period", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom.useablePeriod", "base": { "max": "*", "min": 0, "path": "TEL.useablePeriod" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom.use", "min": 0, "definition": "One or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.20" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Use Code", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.telecom.use", "comment": "The telecom, if present, SHOULD contain zero or one [0..1] @use, which SHALL be selected from ValueSet Telecom Use (US Realm Header) urn:oid:2.16.840.1.113883.11.20.9.20 DYNAMIC (CONF:4537-7993).", "base": { "max": "*", "min": 0, "path": "TEL.use" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "Guardian.guardianPerson" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Person" } ], "comment": "The guardian, if present, SHALL contain exactly one [1..1] guardianPerson (CONF:4537-5385)." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.classCode", "fixedCode": "PSN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassLivingSubject" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.classCode", "base": { "max": "1", "min": 0, "path": "Person.classCode" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.determinerCode", "base": { "max": "1", "min": 0, "path": "Person.determinerCode" } }, { "constraint": [ { "key": "pn-no-ls", "human": "No PN name part may have a qualifier of LS.", "source": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "severity": "error", "expression": "(item.delimiter | item.family | item.given | item.prefix | item.suffix).where(qualifier.where($this = 'LS').exists()).empty()" }, { "key": "81-9371", "human": "The content of name **SHALL** be either a conformant Patient Name (PTN.US.FIELDED), or a string (CONF:81-9371).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "conformsTo('http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED') or item.xmlText.exists()" }, { "key": "81-9372", "human": "The string **SHALL NOT** contain name parts (CONF:81-9372).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "item.xmlText.exists() implies (item.delimiter | item.family | item.given | item.prefix | item.suffix).empty()" } ], "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.name", "min": 1, "definition": "A name for a person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. Examples for person name values are \"Jim Bob Walton, Jr.\", \"Adam Everyman\", etc. A person name may be as simple as a character string or may consist of several person name parts, such as, \"Jim\", \"Bob\", \"Walton\", and \"Jr.\". PN differs from EN because the qualifier type cannot include LS (Legal Status).", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED" ] } ], "max": "*", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.name", "comment": "This guardianPerson SHALL contain at least one [1..*] US Realm Person Name (PN.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.1.1) (CONF:4537-5386).", "base": { "max": "*", "min": 0, "path": "Person.name" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcDesc", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcDesc" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcDesc", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "desc" } ], "definition": "The desc extension allows multimedia depictions of patients, healthcare providers, or other individuals to be included in a CDA document." }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Person.sdtcAsPatientRelationship" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "asPatientRelationship" } ], "definition": "Each participant role other than an informant/relatedEntity may have zero or more relationship roles with the patient. Each of these roles can be expressed with an asPatientRelationship element which further describes the type of role using a code element." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.classCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.classCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.classCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "PRS", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.determinerCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcAsPatientRelationship.determinerCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.determinerCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "INSTANCE", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.code", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.code" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianPerson.sdtcAsPatientRelationship.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Guardian.guardianOrganization" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.guardian.guardianOrganization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Organization" } ] }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Patient.birthplace" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Birthplace" } ], "comment": "This patient MAY contain zero or one [0..1] birthplace (CONF:4537-5395)." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.classCode", "fixedCode": "BIRTHPL", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassPassive" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.classCode", "base": { "max": "1", "min": 0, "path": "Birthplace.classCode" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Birthplace.place" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Place" } ], "comment": "The birthplace, if present, SHALL contain exactly one [1..1] place (CONF:4537-5396)." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.classCode", "fixedCode": "PLC", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassPlace" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.classCode", "base": { "max": "1", "min": 0, "path": "Place.classCode" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.determinerCode", "base": { "max": "1", "min": 0, "path": "Place.determinerCode" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.name", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Place.name" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.name", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EN" } ] }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "Place.addr" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD" } ], "comment": "This place SHALL contain exactly one [1..1] addr (CONF:4537-5397).", "constraint": [ { "key": "4537-5402", "human": "If country is US, this addr **SHALL** contain exactly one [1..1] state, which **SHALL** be selected from ValueSet US Core USPS State *DYNAMIC* (CONF:4537-5402).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.state.exists(nullFlavor.exists() or xmlText.memberOf('http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'))" }, { "key": "4537-5403", "human": "If country is US, this addr **MAY** contain zero or one [0..1] postalCode, which **SHALL** be selected from ValueSet PostalCode urn:oid:2.16.840.1.113883.3.88.12.80.2 *DYNAMIC* (CONF:4537-5403).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.postalCode.empty() or item.postalCode.exists(nullFlavor.exists() or xmlText.matches('[0-9]{5}(-[0-9]{4})?'))" }, { "key": "should-country", "human": "SHOULD contain country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or item.country.exists()" } ] }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.isNotOrdered", "min": 0, "definition": "A boolean value specifying whether the order of the address parts is known or not. While the address parts are always a Sequence, the order in which they are presented may or may not be known. Where this matters, the isNotOrdered property can be used to convey this information.", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Is Not Ordered", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.isNotOrdered", "base": { "max": "1", "min": 0, "path": "AD.isNotOrdered" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.use", "min": 0, "definition": "A set of codes advising a system or user which address in a set of like addresses to select for a given purpose.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDAPostalAddressUse" }, "representation": [ "xmlAttr" ], "max": "*", "label": "Use Code", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.use", "base": { "max": "*", "min": 0, "path": "AD.use" } }, { "constraint": [ { "key": "AD-1", "human": "Can only have only one of the possible item elements in each choice", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument", "severity": "error", "expression": "(delimiter | country | state | county | city | postalCode | streetAddressLine | houseNumber | houseNumberNumeric | direction | streetName | streetNameBase | streetNameType | additionalLocator | unitID | unitType | careOf | censusTract | deliveryAddressLine | deliveryInstallationType | deliveryInstallationArea | deliveryInstallationQualifier | deliveryMode | deliveryModeIdentifier | buildingNumberSuffix | postBox | precinct | xmlText).count() = 1" } ], "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item", "min": 0, "definition": "A series of items that constitute the address.", "type": [ { "code": "http://hl7.org/fhir/StructureDefinition/Base" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-choice-group", "valueBoolean": true } ], "max": "*", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item", "base": { "max": "*", "min": 0, "path": "AD.item" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.delimiter" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "Delimiters are printed without framing white space. If no value component is provided, the delimiter appears as a line break." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.partType", "fixedCode": "DEL", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.delimiter.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.country" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "Country" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.partType", "fixedCode": "CNT", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.country.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.state" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "A sub-unit of a country with limited sovereignty in a federally organized country." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.partType", "fixedCode": "STA", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.state.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.county" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "A sub-unit of a state or province. (49 of the United States of America use the term \"county;\" Louisiana uses the term \"parish\".)" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.partType", "fixedCode": "CPA", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.county.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.city" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "The name of the city, town, village, or other community or delivery center" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.partType", "fixedCode": "CTY", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.city.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.postalCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "A postal code designating a region defined by the postal service." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.partType", "fixedCode": "ZIP", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postalCode.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.streetAddressLine" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "Street address line" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.partType", "fixedCode": "SAL", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetAddressLine.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.houseNumber" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "The number of a building, house or lot alongside the street. Also known as \"primary street number\". This does not number the street but rather the building." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.partType", "fixedCode": "BNR", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumber.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.houseNumberNumeric" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "The numeric portion of a building number" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.partType", "fixedCode": "BNN", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.houseNumberNumeric.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.direction" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "Direction (e.g., N, S, W, E)" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.partType", "fixedCode": "DIR", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.direction.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.streetName" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "Name of a roadway or artery recognized by a municipality (including street type and direction)" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.partType", "fixedCode": "STR", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetName.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.streetNameBase" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "The base name of a roadway or artery recognized by a municipality (excluding street type and direction)" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.partType", "fixedCode": "STB", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameBase.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.streetNameType" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "The designation given to the street. (e.g. Street, Avenue, Crescent, etc.)" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.partType", "fixedCode": "STTYP", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.streetNameType.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.additionalLocator" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "This can be a unit designator, such as apartment number, suite number, or floor. There may be several unit designators in an address (e.g., \"3rd floor, Appt. 342\"). This can also be a designator pointing away from the location, rather than specifying a smaller location within some larger one (e.g., Dutch \"t.o.\" means \"opposite to\" for house boats located across the street facing houses)." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.partType", "fixedCode": "ADL", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.additionalLocator.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.unitID" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "The number or name of a specific unit contained within a building or complex, as assigned by that building or complex." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.partType", "fixedCode": "UNID", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitID.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.unitType" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "Indicates the type of specific unit contained within a building or complex. E.g. Appartment, Floor" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.partType", "fixedCode": "UNIT", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.unitType.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.careOf" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "The name of the party who will take receipt at the specified address, and will take on responsibility for ensuring delivery to the target recipient" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.partType", "fixedCode": "CAR", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.careOf.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.censusTract" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "A geographic sub-unit delineated for demographic purposes." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.partType", "fixedCode": "CEN", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.censusTract.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.deliveryAddressLine" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "A delivery address line is frequently used instead of breaking out delivery mode, delivery installation, etc. An address generally has only a delivery address line or a street address line, but not both." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.partType", "fixedCode": "DAL", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryAddressLine.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.deliveryInstallationType" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "Indicates the type of delivery installation (the facility to which the mail will be delivered prior to final shipping via the delivery mode.) Example: post office, letter carrier depot, community mail center, station, etc." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.partType", "fixedCode": "DINST", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationType.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.deliveryInstallationArea" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "The location of the delivery installation, usually a town or city, and is only required if the area is different from the municipality. Area to which mail delivery service is provided from any postal facility or service such as an individual letter carrier, rural route, or postal route." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.partType", "fixedCode": "DINSTA", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationArea.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.deliveryInstallationQualifier" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "A number, letter or name identifying a delivery installation. E.g., for Station A, the delivery installation qualifier would be 'A'." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.partType", "fixedCode": "DINSTQ", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryInstallationQualifier.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.deliveryMode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "Indicates the type of service offered, method of delivery. For example: post office box, rural route, general delivery, etc." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.partType", "fixedCode": "DMOD", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryMode.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.deliveryModeIdentifier" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "Represents the routing information such as a letter carrier route number. It is the identifying number of the designator (the box number or rural route number)." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.partType", "fixedCode": "DMODID", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.deliveryModeIdentifier.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.buildingNumberSuffix" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "Any alphabetic character, fraction or other text that may appear after the numeric portion of a building number" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.partType", "fixedCode": "BNS", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.buildingNumberSuffix.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.postBox" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "A numbered box located in a post station." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.partType", "fixedCode": "POB", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.postBox.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AD.item.precinct" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ADXP" } ], "constraint": [ { "key": "text-null", "human": "xmlText and nullFlavor are mutually exclusive (one must be present)", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ST", "severity": "error", "expression": "(xmlText | nullFlavor).count() = 1" } ], "definition": "A subsection of a municipality" }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.representation", "fixedCode": "TXT", "min": 0, "definition": "Specifies the representation of the binary data that is the content of the binary data value", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.representation", "base": { "max": "1", "min": 0, "path": "ST.representation" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.mediaType", "fixedCode": "text/plain", "min": 0, "definition": "Identifies the type of the encapsulated data and identifies a method to interpret or render the data.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Media Type", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.mediaType", "base": { "max": "1", "min": 0, "path": "ST.mediaType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.language", "min": 0, "definition": "For character based information the language property specifies the human language of the text.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Language", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.language", "base": { "max": "1", "min": 0, "path": "ST.language" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "ST.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.partType", "fixedCode": "PRE", "min": 0, "definition": "Specifies the type of the address part", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.precinct.partType", "base": { "max": "1", "min": 0, "path": "ADXP.partType" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.xmlText", "min": 0, "short": "Allows for mixed text content", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlText" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.item.xmlText", "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.", "base": { "max": "1", "min": 0, "path": "AD.item.xmlText" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.useablePeriod", "min": 0, "definition": "A General Timing Specification (GTS) specifying the periods of time during which the address can be used. This is used to specify different addresses for different times of the week or year.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-defaulttype", "valueCanonical": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Useable Period", "id": "ClinicalDocument.recordTarget.patientRole.patient.birthplace.place.addr.useablePeriod", "base": { "max": "*", "min": 0, "path": "AD.useablePeriod" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Patient.languageCommunication" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/LanguageCommunication" } ], "comment": "This patient SHOULD contain zero or more [0..*] languageCommunication which SHALL be selected from ValueSet AllLanguages https://www.hl7.org/fhir/valueset-all-languages.html (OID 2.16.840.1.113883.4.642.3.21) DYNAMIC (CONF:XXX).", "constraint": [ { "key": "should-proficiencyLevelCode", "human": "SHOULD contain proficiencyLevelCode", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "proficiencyLevelCode.exists()" }, { "key": "should-preferenceInd", "human": "SHOULD contain preferenceInd", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "preferenceInd.exists()" } ] }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.languageCode", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "LanguageCommunication.languageCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.languageCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" } }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.modeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "LanguageCommunication.modeCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.modeCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.12249" }, "comment": "The languageCommunication, if present, MAY contain zero or one [0..1] modeCode, which SHALL be selected from ValueSet LanguageAbilityMode urn:oid:2.16.840.1.113883.1.11.12249 DYNAMIC (CONF:4537-5409)." }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.proficiencyLevelCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "LanguageCommunication.proficiencyLevelCode" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.proficiencyLevelCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.12199" }, "comment": "The languageCommunication, if present, SHOULD contain zero or one [0..1] proficiencyLevelCode, which SHALL be selected from ValueSet LanguageAbilityProficiency urn:oid:2.16.840.1.113883.1.11.12199 DYNAMIC (CONF:4537-9965)." }, { "id": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.preferenceInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "LanguageCommunication.preferenceInd" }, "path": "ClinicalDocument.recordTarget.patientRole.patient.languageCommunication.preferenceInd", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/BL" } ], "comment": "The languageCommunication, if present, SHOULD contain zero or one [0..1] preferenceInd (CONF:4537-5414)." }, { "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "PatientRole.providerOrganization" }, "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Organization" } ], "comment": "This patientRole MAY contain zero or one [0..1] providerOrganization (CONF:4537-5416)." }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.classCode", "fixedCode": "ORG", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassOrganization" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.classCode", "base": { "max": "1", "min": 0, "path": "Organization.classCode" } }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.determinerCode", "base": { "max": "1", "min": 0, "path": "Organization.determinerCode" } }, { "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id", "max": "*", "min": 1, "base": { "max": "*", "min": 0, "path": "Organization.id" }, "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "The providerOrganization, if present, SHALL contain at least one [1..*] id (CONF:4537-5417)." }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "constraint": [ { "key": "should-npi", "human": "SHOULD be NPI", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "$this = '2.16.840.1.113883.4.6'" } ], "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id.root", "min": 0, "definition": "A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Root", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id.root", "comment": "Such ids SHOULD contain zero or one [0..1] @root=\"2.16.840.1.113883.4.6\" National Provider Identifier (CONF:4537-16820).", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id.extension", "min": 0, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.id.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.name", "max": "*", "min": 1, "base": { "max": "*", "min": 0, "path": "Organization.name" }, "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.name", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ON" } ], "comment": "The providerOrganization, if present, SHALL contain at least one [1..*] name (CONF:4537-5419)." }, { "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.telecom", "max": "*", "min": 1, "base": { "max": "*", "min": 0, "path": "Organization.telecom" }, "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ], "comment": "The providerOrganization, if present, SHALL contain at least one [1..*] telecom (CONF:4537-5420).", "constraint": [ { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" } ] }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.telecom.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.telecom.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.telecom.value", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "TEL.value" }, "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.telecom.value", "type": [ { "code": "url", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/url" ] } ], "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.telecom.useablePeriod", "min": 0, "definition": "Specifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-defaulttype", "valueCanonical": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Useable Period", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.telecom.useablePeriod", "base": { "max": "*", "min": 0, "path": "TEL.useablePeriod" } }, { "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.telecom.use", "min": 0, "definition": "One or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.20" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Use Code", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.telecom.use", "comment": "Such telecoms SHOULD contain zero or one [0..1] @use, which SHALL be selected from ValueSet Telecom Use (US Realm Header) urn:oid:2.16.840.1.113883.11.20.9.20 DYNAMIC (CONF:4537-7994).", "base": { "max": "*", "min": 0, "path": "TEL.use" } }, { "constraint": [ { "key": "shall-city", "human": "SHALL contain exactly one [1..1] city (CONF:81-7292).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or item.city.count() = 1" }, { "key": "shall-streetAddressLine", "human": "SHALL contain at least one and not more than 4 streetAddressLine (CONF:81-7291).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.streetAddressLine.count() >= 1 and item.streetAddressLine.count() <= 4)" }, { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" }, { "key": "should-country", "human": "SHOULD contain country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or item.country.exists()" }, { "key": "81-7296", "human": "**SHALL NOT** have mixed content except for white space (CONF:81-7296)", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "item.xmlText.empty()" }, { "key": "81-10024", "human": "If the country is US, the state element is required and SHALL be selected from ValueSet StateValueSet but SHOULD have @nullFlavor if the state is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the state MAY be present but MAY be bound to different vocabularies (CONF:81-10024).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.state.exists(nullFlavor.exists() or xmlText.memberOf('http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'))" }, { "key": "81-10025", "human": "If the country is US, the postalCode element is required but SHOULD have @nullFlavor if the postalCode is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the postalCode MAY be present but MAY be bound to different vocabularies (CONF:81-10025).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.postalCode.exists(nullFlavor.exists() or xmlText.matches('[0-9]{5}(-[0-9]{4})?'))" }, { "key": "shall-max-ad-parts", "human": "SHALL have at most one of each: state, city, postalCode, and country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "(item.state.empty() or item.state.count() = 1) and (item.city.empty() or item.city.count() = 1) and (item.postalCode.empty() or item.postalCode.count() = 1) and (item.country.empty() or item.country.count() = 1)" } ], "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.addr", "min": 1, "definition": "Mailing and home or office addresses. A sequence of address parts, such as street or post office Box, city, postal code, country, etc.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress" ] } ], "max": "*", "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.addr", "comment": "The providerOrganization, if present, SHALL contain at least one [1..*] US Realm Address (AD.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.2) (CONF:4537-5422).", "base": { "max": "*", "min": 0, "path": "Organization.addr" } }, { "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.standardIndustryClassCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Organization.standardIndustryClassCode" }, "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.standardIndustryClassCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-OrganizationIndustryClassNAICS" } }, { "id": "ClinicalDocument.recordTarget.patientRole.providerOrganization.asOrganizationPartOf", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Organization.asOrganizationPartOf" }, "path": "ClinicalDocument.recordTarget.patientRole.providerOrganization.asOrganizationPartOf", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/OrganizationPartOf" } ] }, { "id": "ClinicalDocument.author", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "ClinicalDocument.author" }, "path": "ClinicalDocument.author", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Author" } ], "short": "The author element represents the creator of the clinical document. The author may be a device or a person.", "comment": "SHALL contain at least one [1..*] author (CONF:4537-5444)." }, { "path": "ClinicalDocument.author.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.author.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.author.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.author.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.author.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.author.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.author.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.author.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.author.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.author.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.author.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.author.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.author.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.author.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.author.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.author.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.author.typeCode", "fixedCode": "AUT", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.author.typeCode", "base": { "max": "1", "min": 0, "path": "Author.typeCode" } }, { "path": "ClinicalDocument.author.contextControlCode", "fixedCode": "OP", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ContextControl" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.author.contextControlCode", "base": { "max": "1", "min": 0, "path": "Author.contextControlCode" } }, { "id": "ClinicalDocument.author.functionCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Author.functionCode" }, "path": "ClinicalDocument.author.functionCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ] }, { "constraint": [ { "key": "ts-shall-day", "human": "**SHALL** be precise to at least the day", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime", "severity": "error", "expression": "nullFlavor.exists() or value.toString().length() >= 10" }, { "key": "ts-should-minute", "human": "**SHOULD** be precise to at least the minute", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime", "severity": "warning", "expression": "nullFlavor.exists() or value.toString().length() > 10" } ], "path": "ClinicalDocument.author.time", "min": 1, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime" ] } ], "max": "1", "id": "ClinicalDocument.author.time", "comment": "Such authors SHALL contain exactly one [1..1] US Realm Date and Time (Point in Time) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.4) (CONF:4537-5445).", "base": { "max": "1", "min": 1, "path": "Author.time" } }, { "id": "ClinicalDocument.author.assignedAuthor", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Author.assignedAuthor" }, "path": "ClinicalDocument.author.assignedAuthor", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AssignedAuthor" } ], "comment": "Such authors SHALL contain exactly one [1..1] assignedAuthor (CONF:4537-5448).", "constraint": [ { "key": "4537-16790", "human": "There **SHALL** be exactly one assignedAuthor/assignedPerson or exactly one assignedAuthor/assignedAuthoringDevice (CONF:4537-16790).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "error", "expression": "(assignedPerson | assignedAuthoringDevice).count() = 1" }, { "key": "should-id-npi", "human": "SHOULD contain an id with root='2.16.840.1.113883.4.6' (NPI)", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "id.where(root = '2.16.840.1.113883.4.6')" }, { "key": "should-us-code", "human": "SHOULD contain code", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "code.exists()" } ] }, { "path": "ClinicalDocument.author.assignedAuthor.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.assignedAuthor.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.author.assignedAuthor.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.author.assignedAuthor.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.author.assignedAuthor.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.author.assignedAuthor.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.author.assignedAuthor.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.assignedAuthor.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.author.assignedAuthor.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.author.assignedAuthor.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.author.assignedAuthor.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.author.assignedAuthor.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.author.assignedAuthor.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.author.assignedAuthor.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.author.assignedAuthor.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.author.assignedAuthor.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.author.assignedAuthor.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.author.assignedAuthor.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.author.assignedAuthor.classCode", "fixedCode": "ASSIGNED", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassAssignedEntity" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.author.assignedAuthor.classCode", "base": { "max": "1", "min": 0, "path": "AssignedAuthor.classCode" } }, { "id": "ClinicalDocument.author.assignedAuthor.id", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "AssignedAuthor.id" }, "path": "ClinicalDocument.author.assignedAuthor.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "This assignedAuthor SHOULD contain zero or one [0..1] id (CONF:4537-32882) such that it, This assignedAuthor SHALL contain at least one [1..*] id (CONF:4537-5449).", "slicing": { "rules": "open", "discriminator": [ { "path": "root", "type": "value" } ] } }, { "id": "ClinicalDocument.author.assignedAuthor.id:npi", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "AssignedAuthor.id" }, "path": "ClinicalDocument.author.assignedAuthor.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "sliceName": "npi", "constraint": [ { "key": "should-extension", "human": "SHOULD contain extension", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "extension.exists()" } ] }, { "path": "ClinicalDocument.author.assignedAuthor.id.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "short": "If NPI is unknown, set @nullFlavor to UNK", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.assignedAuthor.id:npi.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.author.assignedAuthor.id.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.author.assignedAuthor.id:npi.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.author.assignedAuthor.id.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.author.assignedAuthor.id:npi.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.author.assignedAuthor.id.root", "min": 1, "definition": "A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "patternString": "2.16.840.1.113883.4.6", "representation": [ "xmlAttr" ], "max": "1", "label": "Root", "id": "ClinicalDocument.author.assignedAuthor.id:npi.root", "comment": "SHALL contain exactly one [1..1] @root=\"2.16.840.1.113883.4.6\" National Provider Identifier (CONF:4537-32884).", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.author.assignedAuthor.id.extension", "min": 0, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.author.assignedAuthor.id:npi.extension", "comment": "SHOULD contain zero or one [0..1] @extension (CONF:4537-32885).", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.author.assignedAuthor.sdtcIdentifiedBy", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssignedAuthor.sdtcIdentifiedBy" }, "path": "ClinicalDocument.author.assignedAuthor.sdtcIdentifiedBy", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IdentifiedBy" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "identifiedBy" } ] }, { "path": "ClinicalDocument.author.assignedAuthor.code", "min": 0, "short": "Only if this assignedAuthor is an assignedPerson should the assignedAuthor contain a code.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleCode" }, "max": "1", "id": "ClinicalDocument.author.assignedAuthor.code", "comment": "This assignedAuthor SHOULD contain zero or one [0..1] code (CONF:4537-16787).", "base": { "max": "1", "min": 0, "path": "AssignedAuthor.code" } }, { "path": "ClinicalDocument.author.assignedAuthor.code.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.assignedAuthor.code.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.author.assignedAuthor.code.code", "min": 1, "definition": "The plain code symbol defined by the code system. For example, \"784.0\" is the code symbol of the ICD-9 code \"784.0\" for headache.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "preferred", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.1066" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Code", "id": "ClinicalDocument.author.assignedAuthor.code.code", "comment": "The code, if present, SHALL contain exactly one [1..1] @code, which SHOULD be selected from ValueSet Healthcare Provider Taxonomy urn:oid:2.16.840.1.114222.4.11.1066 DYNAMIC (CONF:4537-16788).", "base": { "max": "1", "min": 0, "path": "CD.code" } }, { "path": "ClinicalDocument.author.assignedAuthor.code.codeSystem", "min": 0, "definition": "Specifies the code system that defines the code.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System", "id": "ClinicalDocument.author.assignedAuthor.code.codeSystem", "base": { "max": "1", "min": 0, "path": "CD.codeSystem" } }, { "path": "ClinicalDocument.author.assignedAuthor.code.codeSystemName", "min": 0, "definition": "The common name of the coding system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System Name", "id": "ClinicalDocument.author.assignedAuthor.code.codeSystemName", "base": { "max": "1", "min": 0, "path": "CD.codeSystemName" } }, { "path": "ClinicalDocument.author.assignedAuthor.code.codeSystemVersion", "min": 0, "definition": "If applicable, a version descriptor defined specifically for the given code system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System Version", "id": "ClinicalDocument.author.assignedAuthor.code.codeSystemVersion", "base": { "max": "1", "min": 0, "path": "CD.codeSystemVersion" } }, { "path": "ClinicalDocument.author.assignedAuthor.code.displayName", "min": 0, "definition": "A name or title for the code, under which the sending system shows the code value to its users.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Display Name", "id": "ClinicalDocument.author.assignedAuthor.code.displayName", "base": { "max": "1", "min": 0, "path": "CD.displayName" } }, { "path": "ClinicalDocument.author.assignedAuthor.code.sdtcValueSet", "min": 0, "definition": "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSet" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.author.assignedAuthor.code.sdtcValueSet", "base": { "max": "1", "min": 0, "path": "CD.valueSet" } }, { "path": "ClinicalDocument.author.assignedAuthor.code.sdtcValueSetVersion", "min": 0, "definition": "The valueSetVersion extension adds an attribute for elements with a CD dataType which indicates the version of the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSetVersion" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.author.assignedAuthor.code.sdtcValueSetVersion", "base": { "max": "1", "min": 0, "path": "CD.sdtcValueSetVersion" } }, { "id": "ClinicalDocument.author.assignedAuthor.code.originalText", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "CD.originalText" }, "path": "ClinicalDocument.author.assignedAuthor.code.originalText", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "label": "Original Text", "definition": "The text or phrase used as the basis for the coding." }, { "id": "ClinicalDocument.author.assignedAuthor.code.qualifier", "max": "0", "min": 0, "base": { "max": "*", "min": 0, "path": "CD.qualifier" }, "path": "ClinicalDocument.author.assignedAuthor.code.qualifier", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CR" } ], "label": "Qualifier", "definition": "Specifies additional codes that increase the specificity of the the primary code." }, { "path": "ClinicalDocument.author.assignedAuthor.code.translation", "min": 0, "definition": "A set of other concept descriptors that translate this concept descriptor into other code systems.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CD" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Translation", "id": "ClinicalDocument.author.assignedAuthor.code.translation", "base": { "max": "*", "min": 0, "path": "CD.translation" } }, { "constraint": [ { "key": "shall-city", "human": "SHALL contain exactly one [1..1] city (CONF:81-7292).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or item.city.count() = 1" }, { "key": "shall-streetAddressLine", "human": "SHALL contain at least one and not more than 4 streetAddressLine (CONF:81-7291).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.streetAddressLine.count() >= 1 and item.streetAddressLine.count() <= 4)" }, { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" }, { "key": "should-country", "human": "SHOULD contain country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or item.country.exists()" }, { "key": "81-7296", "human": "**SHALL NOT** have mixed content except for white space (CONF:81-7296)", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "item.xmlText.empty()" }, { "key": "81-10024", "human": "If the country is US, the state element is required and SHALL be selected from ValueSet StateValueSet but SHOULD have @nullFlavor if the state is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the state MAY be present but MAY be bound to different vocabularies (CONF:81-10024).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.state.exists(nullFlavor.exists() or xmlText.memberOf('http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'))" }, { "key": "81-10025", "human": "If the country is US, the postalCode element is required but SHOULD have @nullFlavor if the postalCode is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the postalCode MAY be present but MAY be bound to different vocabularies (CONF:81-10025).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.postalCode.exists(nullFlavor.exists() or xmlText.matches('[0-9]{5}(-[0-9]{4})?'))" }, { "key": "shall-max-ad-parts", "human": "SHALL have at most one of each: state, city, postalCode, and country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "(item.state.empty() or item.state.count() = 1) and (item.city.empty() or item.city.count() = 1) and (item.postalCode.empty() or item.postalCode.count() = 1) and (item.country.empty() or item.country.count() = 1)" } ], "path": "ClinicalDocument.author.assignedAuthor.addr", "min": 1, "definition": "Mailing and home or office addresses. A sequence of address parts, such as street or post office Box, city, postal code, country, etc.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress" ] } ], "max": "*", "id": "ClinicalDocument.author.assignedAuthor.addr", "comment": "This assignedAuthor SHALL contain at least one [1..*] US Realm Address (AD.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.2) (CONF:4537-5452).", "base": { "max": "*", "min": 0, "path": "AssignedAuthor.addr" } }, { "id": "ClinicalDocument.author.assignedAuthor.telecom", "max": "*", "min": 1, "base": { "max": "*", "min": 0, "path": "AssignedAuthor.telecom" }, "path": "ClinicalDocument.author.assignedAuthor.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ], "comment": "This assignedAuthor SHALL contain at least one [1..*] telecom (CONF:4537-5428).", "constraint": [ { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" } ] }, { "path": "ClinicalDocument.author.assignedAuthor.telecom.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.assignedAuthor.telecom.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.author.assignedAuthor.telecom.value", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "TEL.value" }, "path": "ClinicalDocument.author.assignedAuthor.telecom.value", "type": [ { "code": "url", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/url" ] } ], "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.author.assignedAuthor.telecom.useablePeriod", "min": 0, "definition": "Specifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-defaulttype", "valueCanonical": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Useable Period", "id": "ClinicalDocument.author.assignedAuthor.telecom.useablePeriod", "base": { "max": "*", "min": 0, "path": "TEL.useablePeriod" } }, { "path": "ClinicalDocument.author.assignedAuthor.telecom.use", "min": 0, "definition": "One or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.20" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Use Code", "id": "ClinicalDocument.author.assignedAuthor.telecom.use", "comment": "Such telecoms SHOULD contain zero or one [0..1] @use, which SHALL be selected from ValueSet Telecom Use (US Realm Header) urn:oid:2.16.840.1.113883.11.20.9.20 DYNAMIC (CONF:4537-7995).", "base": { "max": "*", "min": 0, "path": "TEL.use" } }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedAuthor.assignedPerson" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Person" } ], "comment": "MAY contain assignedPerson" }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.classCode", "fixedCode": "PSN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassLivingSubject" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.classCode", "base": { "max": "1", "min": 0, "path": "Person.classCode" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.determinerCode", "base": { "max": "1", "min": 0, "path": "Person.determinerCode" } }, { "constraint": [ { "key": "pn-no-ls", "human": "No PN name part may have a qualifier of LS.", "source": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "severity": "error", "expression": "(item.delimiter | item.family | item.given | item.prefix | item.suffix).where(qualifier.where($this = 'LS').exists()).empty()" }, { "key": "81-9371", "human": "The content of name **SHALL** be either a conformant Patient Name (PTN.US.FIELDED), or a string (CONF:81-9371).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "conformsTo('http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED') or item.xmlText.exists()" }, { "key": "81-9372", "human": "The string **SHALL NOT** contain name parts (CONF:81-9372).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "item.xmlText.exists() implies (item.delimiter | item.family | item.given | item.prefix | item.suffix).empty()" } ], "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.name", "min": 1, "definition": "A name for a person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. Examples for person name values are \"Jim Bob Walton, Jr.\", \"Adam Everyman\", etc. A person name may be as simple as a character string or may consist of several person name parts, such as, \"Jim\", \"Bob\", \"Walton\", and \"Jr.\". PN differs from EN because the qualifier type cannot include LS (Legal Status).", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED" ] } ], "max": "*", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.name", "comment": "The assignedPerson, if present, SHALL contain at least one [1..*] US Realm Person Name (PN.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.1.1) (CONF:4537-16789).", "base": { "max": "*", "min": 0, "path": "Person.name" } }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcDesc", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcDesc" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcDesc", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "desc" } ], "definition": "The desc extension allows multimedia depictions of patients, healthcare providers, or other individuals to be included in a CDA document." }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Person.sdtcAsPatientRelationship" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "asPatientRelationship" } ], "definition": "Each participant role other than an informant/relatedEntity may have zero or more relationship roles with the patient. Each of these roles can be expressed with an asPatientRelationship element which further describes the type of role using a code element." }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.classCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.classCode" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.classCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "PRS", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.determinerCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcAsPatientRelationship.determinerCode" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.determinerCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "INSTANCE", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.code", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.code" }, "path": "ClinicalDocument.author.assignedAuthor.assignedPerson.sdtcAsPatientRelationship.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedAuthor.assignedAuthoringDevice" }, "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AuthoringDevice" } ], "comment": "MAY contain assignedAuthoringDevice" }, { "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.classCode", "fixedCode": "DEV", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassDevice" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.classCode", "base": { "max": "1", "min": 0, "path": "AuthoringDevice.classCode" } }, { "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.determinerCode", "base": { "max": "1", "min": 0, "path": "AuthoringDevice.determinerCode" } }, { "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.code", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AuthoringDevice.code" }, "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityCode" } }, { "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.manufacturerModelName", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "AuthoringDevice.manufacturerModelName" }, "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.manufacturerModelName", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/SC" } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ManufacturerModelNameExample" }, "comment": "The assignedAuthoringDevice, if present, SHALL contain exactly one [1..1] manufacturerModelName (CONF:4537-16784)." }, { "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.softwareName", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "AuthoringDevice.softwareName" }, "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.softwareName", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/SC" } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-SoftwareNameExample" }, "comment": "The assignedAuthoringDevice, if present, SHALL contain exactly one [1..1] softwareName (CONF:4537-16785)." }, { "id": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AuthoringDevice.asMaintainedEntity" }, "path": "ClinicalDocument.author.assignedAuthor.assignedAuthoringDevice.asMaintainedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/MaintainedEntity" } ] }, { "id": "ClinicalDocument.author.assignedAuthor.representedOrganization", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedAuthor.representedOrganization" }, "path": "ClinicalDocument.author.assignedAuthor.representedOrganization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Organization" } ] }, { "id": "ClinicalDocument.dataEnterer", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "ClinicalDocument.dataEnterer" }, "path": "ClinicalDocument.dataEnterer", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/DataEnterer" } ], "short": "The dataEnterer element represents the person who transferred the content, written or dictated, into the clinical document. To clarify, an author provides the content found within the header or body of a document, subject to their own interpretation; a dataEnterer adds an author's information to the electronic system.", "comment": "MAY contain zero or one [0..1] dataEnterer (CONF:4537-5441)." }, { "path": "ClinicalDocument.dataEnterer.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.dataEnterer.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.dataEnterer.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.dataEnterer.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.dataEnterer.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.dataEnterer.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.dataEnterer.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.dataEnterer.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.dataEnterer.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.dataEnterer.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.dataEnterer.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.dataEnterer.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.dataEnterer.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.dataEnterer.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.dataEnterer.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.dataEnterer.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.dataEnterer.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.dataEnterer.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.dataEnterer.typeCode", "fixedCode": "ENT", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.dataEnterer.typeCode", "base": { "max": "1", "min": 0, "path": "DataEnterer.typeCode" } }, { "path": "ClinicalDocument.dataEnterer.contextControlCode", "fixedCode": "OP", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ContextControl" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.dataEnterer.contextControlCode", "base": { "max": "1", "min": 0, "path": "DataEnterer.contextControlCode" } }, { "constraint": [ { "key": "ts-shall-day", "human": "**SHALL** be precise to at least the day", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime", "severity": "error", "expression": "nullFlavor.exists() or value.toString().length() >= 10" }, { "key": "ts-should-minute", "human": "**SHOULD** be precise to at least the minute", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime", "severity": "warning", "expression": "nullFlavor.exists() or value.toString().length() > 10" } ], "path": "ClinicalDocument.dataEnterer.time", "min": 0, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime" ] } ], "max": "1", "id": "ClinicalDocument.dataEnterer.time", "base": { "max": "1", "min": 0, "path": "DataEnterer.time" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "DataEnterer.assignedEntity" }, "path": "ClinicalDocument.dataEnterer.assignedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AssignedEntity" } ], "comment": "The dataEnterer, if present, SHALL contain exactly one [1..1] assignedEntity (CONF:4537-5442)." }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.dataEnterer.assignedEntity.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.dataEnterer.assignedEntity.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.dataEnterer.assignedEntity.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.dataEnterer.assignedEntity.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.dataEnterer.assignedEntity.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.dataEnterer.assignedEntity.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.classCode", "fixedCode": "ASSIGNED", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassAssignedEntity" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.dataEnterer.assignedEntity.classCode", "base": { "max": "1", "min": 0, "path": "AssignedEntity.classCode" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.id", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "AssignedEntity.id" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "This assignedEntity SHALL contain at least one [1..*] id (CONF:4537-5443)." }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.id.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.dataEnterer.assignedEntity.id.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.id.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.dataEnterer.assignedEntity.id.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.id.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.dataEnterer.assignedEntity.id.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "constraint": [ { "key": "should-npi", "human": "SHOULD be NPI", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "$this = '2.16.840.1.113883.4.6'" } ], "path": "ClinicalDocument.dataEnterer.assignedEntity.id.root", "min": 0, "definition": "A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Root", "id": "ClinicalDocument.dataEnterer.assignedEntity.id.root", "comment": "Such ids SHOULD contain zero or one [0..1] @root=\"2.16.840.1.113883.4.6\" National Provider Identifier (CONF:4537-16821).", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.id.extension", "min": 0, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.dataEnterer.assignedEntity.id.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.sdtcIdentifiedBy", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssignedEntity.sdtcIdentifiedBy" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.sdtcIdentifiedBy", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IdentifiedBy" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "identifiedBy" } ] }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.code", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.code" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "preferred", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.1066" }, "comment": "This assignedEntity MAY contain zero or one [0..1] code, which SHOULD be selected from ValueSet Healthcare Provider Taxonomy urn:oid:2.16.840.1.114222.4.11.1066 DYNAMIC (CONF:4537-32173)." }, { "constraint": [ { "key": "shall-city", "human": "SHALL contain exactly one [1..1] city (CONF:81-7292).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or item.city.count() = 1" }, { "key": "shall-streetAddressLine", "human": "SHALL contain at least one and not more than 4 streetAddressLine (CONF:81-7291).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.streetAddressLine.count() >= 1 and item.streetAddressLine.count() <= 4)" }, { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" }, { "key": "should-country", "human": "SHOULD contain country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or item.country.exists()" }, { "key": "81-7296", "human": "**SHALL NOT** have mixed content except for white space (CONF:81-7296)", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "item.xmlText.empty()" }, { "key": "81-10024", "human": "If the country is US, the state element is required and SHALL be selected from ValueSet StateValueSet but SHOULD have @nullFlavor if the state is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the state MAY be present but MAY be bound to different vocabularies (CONF:81-10024).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.state.exists(nullFlavor.exists() or xmlText.memberOf('http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'))" }, { "key": "81-10025", "human": "If the country is US, the postalCode element is required but SHOULD have @nullFlavor if the postalCode is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the postalCode MAY be present but MAY be bound to different vocabularies (CONF:81-10025).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.postalCode.exists(nullFlavor.exists() or xmlText.matches('[0-9]{5}(-[0-9]{4})?'))" }, { "key": "shall-max-ad-parts", "human": "SHALL have at most one of each: state, city, postalCode, and country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "(item.state.empty() or item.state.count() = 1) and (item.city.empty() or item.city.count() = 1) and (item.postalCode.empty() or item.postalCode.count() = 1) and (item.country.empty() or item.country.count() = 1)" } ], "path": "ClinicalDocument.dataEnterer.assignedEntity.addr", "min": 1, "definition": "Mailing and home or office addresses. A sequence of address parts, such as street or post office Box, city, postal code, country, etc.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress" ] } ], "max": "*", "id": "ClinicalDocument.dataEnterer.assignedEntity.addr", "comment": "This assignedEntity SHALL contain at least one [1..*] US Realm Address (AD.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.2) (CONF:4537-5460).", "base": { "max": "*", "min": 0, "path": "AssignedEntity.addr" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.telecom", "max": "*", "min": 1, "base": { "max": "*", "min": 0, "path": "AssignedEntity.telecom" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ], "comment": "This assignedEntity SHALL contain at least one [1..*] telecom (CONF:4537-5466).", "constraint": [ { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" } ] }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.telecom.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.dataEnterer.assignedEntity.telecom.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.telecom.value", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "TEL.value" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.telecom.value", "type": [ { "code": "url", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/url" ] } ], "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.telecom.useablePeriod", "min": 0, "definition": "Specifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-defaulttype", "valueCanonical": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Useable Period", "id": "ClinicalDocument.dataEnterer.assignedEntity.telecom.useablePeriod", "base": { "max": "*", "min": 0, "path": "TEL.useablePeriod" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.telecom.use", "min": 0, "definition": "One or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.20" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Use Code", "id": "ClinicalDocument.dataEnterer.assignedEntity.telecom.use", "comment": "Such telecoms SHOULD contain zero or one [0..1] @use, which SHALL be selected from ValueSet Telecom Use (US Realm Header) urn:oid:2.16.840.1.113883.11.20.9.20 DYNAMIC (CONF:4537-7996).", "base": { "max": "*", "min": 0, "path": "TEL.use" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "AssignedEntity.assignedPerson" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Person" } ], "comment": "This assignedEntity SHALL contain exactly one [1..1] assignedPerson (CONF:4537-5469)." }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.classCode", "fixedCode": "PSN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassLivingSubject" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.classCode", "base": { "max": "1", "min": 0, "path": "Person.classCode" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.determinerCode", "base": { "max": "1", "min": 0, "path": "Person.determinerCode" } }, { "constraint": [ { "key": "pn-no-ls", "human": "No PN name part may have a qualifier of LS.", "source": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "severity": "error", "expression": "(item.delimiter | item.family | item.given | item.prefix | item.suffix).where(qualifier.where($this = 'LS').exists()).empty()" }, { "key": "81-9371", "human": "The content of name **SHALL** be either a conformant Patient Name (PTN.US.FIELDED), or a string (CONF:81-9371).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "conformsTo('http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED') or item.xmlText.exists()" }, { "key": "81-9372", "human": "The string **SHALL NOT** contain name parts (CONF:81-9372).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "item.xmlText.exists() implies (item.delimiter | item.family | item.given | item.prefix | item.suffix).empty()" } ], "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.name", "min": 1, "definition": "A name for a person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. Examples for person name values are \"Jim Bob Walton, Jr.\", \"Adam Everyman\", etc. A person name may be as simple as a character string or may consist of several person name parts, such as, \"Jim\", \"Bob\", \"Walton\", and \"Jr.\". PN differs from EN because the qualifier type cannot include LS (Legal Status).", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED" ] } ], "max": "*", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.name", "comment": "This assignedPerson SHALL contain at least one [1..*] US Realm Person Name (PN.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.1.1) (CONF:4537-5470).", "base": { "max": "*", "min": 0, "path": "Person.name" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcDesc", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcDesc" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcDesc", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "desc" } ], "definition": "The desc extension allows multimedia depictions of patients, healthcare providers, or other individuals to be included in a CDA document." }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Person.sdtcAsPatientRelationship" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "asPatientRelationship" } ], "definition": "Each participant role other than an informant/relatedEntity may have zero or more relationship roles with the patient. Each of these roles can be expressed with an asPatientRelationship element which further describes the type of role using a code element." }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.classCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.classCode" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.classCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "PRS", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.determinerCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcAsPatientRelationship.determinerCode" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.determinerCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "INSTANCE", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.code", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.code" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.assignedPerson.sdtcAsPatientRelationship.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.representedOrganization", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.representedOrganization" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.representedOrganization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Organization" } ] }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.sdtcPatient", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.sdtcPatient" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.sdtcPatient", "type": [ { "code": "http://hl7.org/fhir/StructureDefinition/Base" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "patient" } ] }, { "id": "ClinicalDocument.dataEnterer.assignedEntity.sdtcPatient.id", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "AssignedEntity.sdtcPatient.id" }, "path": "ClinicalDocument.dataEnterer.assignedEntity.sdtcPatient.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "id": "ClinicalDocument.informant", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.informant" }, "path": "ClinicalDocument.informant", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Informant" } ], "comment": "MAY contain zero or more [0..*] informant (CONF:4537-31355) such that it", "slicing": { "rules": "open", "discriminator": [ { "path": "relatedEntity", "type": "exists" }, { "path": "assignedEntity", "type": "exists" } ] } }, { "path": "ClinicalDocument.informant", "min": 0, "short": "The informant element describes an information source for any content within the clinical document. This informant is constrained for use when the source of information is an assigned health care provider for the patient.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Informant" } ], "sliceName": "provider", "max": "*", "id": "ClinicalDocument.informant:provider", "comment": "MAY contain zero or more [0..*] informant (CONF:4537-8001) such that it", "base": { "max": "*", "min": 0, "path": "ClinicalDocument.informant" } }, { "path": "ClinicalDocument.informant.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informant:provider.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.informant:provider.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.informant.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.informant:provider.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.informant.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.informant.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informant:provider.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.informant.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.informant:provider.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.informant.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.informant:provider.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.informant.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.informant:provider.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.informant.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.informant:provider.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.informant:provider.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.informant.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.informant.typeCode", "fixedCode": "INF", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informant:provider.typeCode", "base": { "max": "1", "min": 0, "path": "Informant.typeCode" } }, { "path": "ClinicalDocument.informant.contextControlCode", "fixedCode": "OP", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ContextControl" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informant:provider.contextControlCode", "base": { "max": "1", "min": 0, "path": "Informant.contextControlCode" } }, { "id": "ClinicalDocument.informant:provider.assignedEntity", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "Informant.assignedEntity" }, "path": "ClinicalDocument.informant.assignedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AssignedEntity" } ], "comment": "SHALL contain exactly one [1..1] assignedEntity (CONF:4537-8002)." }, { "path": "ClinicalDocument.informant.assignedEntity.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informant:provider.assignedEntity.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.informant:provider.assignedEntity.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.informant.assignedEntity.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.informant:provider.assignedEntity.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.informant.assignedEntity.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.informant.assignedEntity.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informant:provider.assignedEntity.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.informant.assignedEntity.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.informant:provider.assignedEntity.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.informant.assignedEntity.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.informant:provider.assignedEntity.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.informant.assignedEntity.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.informant:provider.assignedEntity.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.informant.assignedEntity.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.informant:provider.assignedEntity.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.informant:provider.assignedEntity.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.informant.assignedEntity.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.informant.assignedEntity.classCode", "fixedCode": "ASSIGNED", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassAssignedEntity" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informant:provider.assignedEntity.classCode", "base": { "max": "1", "min": 0, "path": "AssignedEntity.classCode" } }, { "id": "ClinicalDocument.informant:provider.assignedEntity.id", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "AssignedEntity.id" }, "path": "ClinicalDocument.informant.assignedEntity.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "short": "If assignedEntity/id is a provider then this id, **SHOULD** include zero or one [0..1] id where id/@root =\"2.16.840.1.113883.4.6\" National Provider Identifier (CONF:4537-9946).", "comment": "This assignedEntity SHALL contain at least one [1..*] id (CONF:4537-9945)." }, { "id": "ClinicalDocument.informant:provider.assignedEntity.sdtcIdentifiedBy", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssignedEntity.sdtcIdentifiedBy" }, "path": "ClinicalDocument.informant.assignedEntity.sdtcIdentifiedBy", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IdentifiedBy" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "identifiedBy" } ] }, { "id": "ClinicalDocument.informant:provider.assignedEntity.code", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.code" }, "path": "ClinicalDocument.informant.assignedEntity.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "preferred", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.1066" }, "comment": "This assignedEntity MAY contain zero or one [0..1] code, which SHOULD be selected from ValueSet Healthcare Provider Taxonomy urn:oid:2.16.840.1.114222.4.11.1066 DYNAMIC (CONF:4537-32174)." }, { "constraint": [ { "key": "shall-city", "human": "SHALL contain exactly one [1..1] city (CONF:81-7292).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or item.city.count() = 1" }, { "key": "shall-streetAddressLine", "human": "SHALL contain at least one and not more than 4 streetAddressLine (CONF:81-7291).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.streetAddressLine.count() >= 1 and item.streetAddressLine.count() <= 4)" }, { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" }, { "key": "should-country", "human": "SHOULD contain country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or item.country.exists()" }, { "key": "81-7296", "human": "**SHALL NOT** have mixed content except for white space (CONF:81-7296)", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "item.xmlText.empty()" }, { "key": "81-10024", "human": "If the country is US, the state element is required and SHALL be selected from ValueSet StateValueSet but SHOULD have @nullFlavor if the state is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the state MAY be present but MAY be bound to different vocabularies (CONF:81-10024).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.state.exists(nullFlavor.exists() or xmlText.memberOf('http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'))" }, { "key": "81-10025", "human": "If the country is US, the postalCode element is required but SHOULD have @nullFlavor if the postalCode is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the postalCode MAY be present but MAY be bound to different vocabularies (CONF:81-10025).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.postalCode.exists(nullFlavor.exists() or xmlText.matches('[0-9]{5}(-[0-9]{4})?'))" }, { "key": "shall-max-ad-parts", "human": "SHALL have at most one of each: state, city, postalCode, and country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "(item.state.empty() or item.state.count() = 1) and (item.city.empty() or item.city.count() = 1) and (item.postalCode.empty() or item.postalCode.count() = 1) and (item.country.empty() or item.country.count() = 1)" } ], "path": "ClinicalDocument.informant.assignedEntity.addr", "min": 1, "definition": "Mailing and home or office addresses. A sequence of address parts, such as street or post office Box, city, postal code, country, etc.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress" ] } ], "max": "*", "id": "ClinicalDocument.informant:provider.assignedEntity.addr", "comment": "This assignedEntity SHALL contain at least one [1..*] US Realm Address (AD.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.2) (CONF:4537-8220).", "base": { "max": "*", "min": 0, "path": "AssignedEntity.addr" } }, { "id": "ClinicalDocument.informant:provider.assignedEntity.telecom", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssignedEntity.telecom" }, "path": "ClinicalDocument.informant.assignedEntity.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ] }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "AssignedEntity.assignedPerson" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Person" } ], "comment": "This assignedEntity SHALL contain exactly one [1..1] assignedPerson (CONF:4537-8221)." }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.classCode", "fixedCode": "PSN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassLivingSubject" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.classCode", "base": { "max": "1", "min": 0, "path": "Person.classCode" } }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.determinerCode", "base": { "max": "1", "min": 0, "path": "Person.determinerCode" } }, { "constraint": [ { "key": "pn-no-ls", "human": "No PN name part may have a qualifier of LS.", "source": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "severity": "error", "expression": "(item.delimiter | item.family | item.given | item.prefix | item.suffix).where(qualifier.where($this = 'LS').exists()).empty()" }, { "key": "81-9371", "human": "The content of name **SHALL** be either a conformant Patient Name (PTN.US.FIELDED), or a string (CONF:81-9371).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "conformsTo('http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED') or item.xmlText.exists()" }, { "key": "81-9372", "human": "The string **SHALL NOT** contain name parts (CONF:81-9372).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "item.xmlText.exists() implies (item.delimiter | item.family | item.given | item.prefix | item.suffix).empty()" } ], "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.name", "min": 1, "definition": "A name for a person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. Examples for person name values are \"Jim Bob Walton, Jr.\", \"Adam Everyman\", etc. A person name may be as simple as a character string or may consist of several person name parts, such as, \"Jim\", \"Bob\", \"Walton\", and \"Jr.\". PN differs from EN because the qualifier type cannot include LS (Legal Status).", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED" ] } ], "max": "*", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.name", "comment": "This assignedPerson SHALL contain at least one [1..*] US Realm Person Name (PN.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.1.1) (CONF:4537-8222).", "base": { "max": "*", "min": 0, "path": "Person.name" } }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcDesc", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcDesc" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcDesc", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "desc" } ], "definition": "The desc extension allows multimedia depictions of patients, healthcare providers, or other individuals to be included in a CDA document." }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Person.sdtcAsPatientRelationship" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "asPatientRelationship" } ], "definition": "Each participant role other than an informant/relatedEntity may have zero or more relationship roles with the patient. Each of these roles can be expressed with an asPatientRelationship element which further describes the type of role using a code element." }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.classCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.classCode" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.classCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "PRS", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.determinerCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcAsPatientRelationship.determinerCode" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.determinerCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "INSTANCE", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.informant:provider.assignedEntity.assignedPerson.sdtcAsPatientRelationship.code", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.code" }, "path": "ClinicalDocument.informant.assignedEntity.assignedPerson.sdtcAsPatientRelationship.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "id": "ClinicalDocument.informant:provider.assignedEntity.representedOrganization", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.representedOrganization" }, "path": "ClinicalDocument.informant.assignedEntity.representedOrganization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Organization" } ] }, { "id": "ClinicalDocument.informant:provider.assignedEntity.sdtcPatient", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.sdtcPatient" }, "path": "ClinicalDocument.informant.assignedEntity.sdtcPatient", "type": [ { "code": "http://hl7.org/fhir/StructureDefinition/Base" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "patient" } ] }, { "id": "ClinicalDocument.informant:provider.assignedEntity.sdtcPatient.id", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "AssignedEntity.sdtcPatient.id" }, "path": "ClinicalDocument.informant.assignedEntity.sdtcPatient.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "id": "ClinicalDocument.informant:provider.relatedEntity", "max": "0", "min": 0, "base": { "max": "1", "min": 0, "path": "Informant.relatedEntity" }, "path": "ClinicalDocument.informant.relatedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/RelatedEntity" } ] }, { "id": "ClinicalDocument.informant:non-provider", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.informant" }, "path": "ClinicalDocument.informant", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Informant" } ], "short": "The informant element describes an information source (who is not a provider) for any content within the clinical document. This informant would be used when the source of information has a personal relationship with the patient or is the patient.", "sliceName": "non-provider" }, { "path": "ClinicalDocument.informant.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informant:non-provider.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.informant:non-provider.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.informant.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.informant:non-provider.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.informant.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.informant.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informant:non-provider.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.informant.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.informant:non-provider.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.informant.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.informant:non-provider.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.informant.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.informant:non-provider.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.informant.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.informant:non-provider.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.informant:non-provider.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.informant.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.informant.typeCode", "fixedCode": "INF", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informant:non-provider.typeCode", "base": { "max": "1", "min": 0, "path": "Informant.typeCode" } }, { "path": "ClinicalDocument.informant.contextControlCode", "fixedCode": "OP", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ContextControl" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informant:non-provider.contextControlCode", "base": { "max": "1", "min": 0, "path": "Informant.contextControlCode" } }, { "id": "ClinicalDocument.informant:non-provider.assignedEntity", "max": "0", "min": 0, "base": { "max": "1", "min": 0, "path": "Informant.assignedEntity" }, "path": "ClinicalDocument.informant.assignedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AssignedEntity" } ] }, { "id": "ClinicalDocument.informant:non-provider.relatedEntity", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "Informant.relatedEntity" }, "path": "ClinicalDocument.informant.relatedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/RelatedEntity" } ], "comment": "SHALL contain exactly one [1..1] relatedEntity (CONF:4537-31356)." }, { "id": "ClinicalDocument.custodian", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "ClinicalDocument.custodian" }, "path": "ClinicalDocument.custodian", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Custodian" } ], "short": "The custodian element represents the organization that is in charge of maintaining and is entrusted with the care of the document. There is only one custodian per CDA document. Allowing that a CDA document may not represent the original form of the authenticated document, the custodian represents the steward of the original source document. The custodian may be the document originator, a health information exchange, or other responsible party.", "comment": "SHALL contain exactly one [1..1] custodian (CONF:4537-5519)." }, { "path": "ClinicalDocument.custodian.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.custodian.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.custodian.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.custodian.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.custodian.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.custodian.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.custodian.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.custodian.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.custodian.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.custodian.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.custodian.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.custodian.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.custodian.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.custodian.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.custodian.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.custodian.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.custodian.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.custodian.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.custodian.typeCode", "fixedCode": "CST", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.custodian.typeCode", "base": { "max": "1", "min": 0, "path": "Custodian.typeCode" } }, { "id": "ClinicalDocument.custodian.assignedCustodian", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Custodian.assignedCustodian" }, "path": "ClinicalDocument.custodian.assignedCustodian", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AssignedCustodian" } ], "comment": "This custodian SHALL contain exactly one [1..1] assignedCustodian (CONF:4537-5520)." }, { "path": "ClinicalDocument.custodian.assignedCustodian.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.custodian.assignedCustodian.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.custodian.assignedCustodian.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.custodian.assignedCustodian.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.custodian.assignedCustodian.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.custodian.assignedCustodian.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.custodian.assignedCustodian.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.custodian.assignedCustodian.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.custodian.assignedCustodian.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.custodian.assignedCustodian.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.custodian.assignedCustodian.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.custodian.assignedCustodian.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.custodian.assignedCustodian.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.custodian.assignedCustodian.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.custodian.assignedCustodian.classCode", "fixedCode": "ASSIGNED", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassAssignedEntity" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.custodian.assignedCustodian.classCode", "base": { "max": "1", "min": 0, "path": "AssignedCustodian.classCode" } }, { "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "AssignedCustodian.representedCustodianOrganization" }, "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CustodianOrganization" } ], "comment": "This assignedCustodian SHALL contain exactly one [1..1] representedCustodianOrganization (CONF:4537-5521)." }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.classCode", "fixedCode": "ORG", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassOrganization" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.classCode", "base": { "max": "1", "min": 0, "path": "CustodianOrganization.classCode" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.determinerCode", "base": { "max": "1", "min": 0, "path": "CustodianOrganization.determinerCode" } }, { "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "CustodianOrganization.id" }, "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "This representedCustodianOrganization SHALL contain at least one [1..*] id (CONF:4537-5522)." }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "constraint": [ { "key": "should-npi", "human": "SHOULD be NPI", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "$this = '2.16.840.1.113883.4.6'" } ], "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id.root", "min": 0, "definition": "A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Root", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id.root", "comment": "Such ids SHOULD contain zero or one [0..1] @root=\"2.16.840.1.113883.4.6\" National Provider Identifier (CONF:4537-16822).", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id.extension", "min": 0, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.id.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.name", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "CustodianOrganization.name" }, "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.name", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ON" } ], "comment": "This representedCustodianOrganization SHALL contain exactly one [1..1] name (CONF:4537-5524)." }, { "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "CustodianOrganization.telecom" }, "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ], "comment": "This representedCustodianOrganization SHALL contain exactly one [1..1] telecom (CONF:4537-5525).", "constraint": [ { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" } ] }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom.value", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "TEL.value" }, "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom.value", "type": [ { "code": "url", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/url" ] } ], "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom.useablePeriod", "min": 0, "definition": "Specifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-defaulttype", "valueCanonical": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Useable Period", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom.useablePeriod", "base": { "max": "*", "min": 0, "path": "TEL.useablePeriod" } }, { "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom.use", "min": 0, "definition": "One or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.20" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Use Code", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.telecom.use", "comment": "This telecom SHOULD contain zero or one [0..1] @use, which SHALL be selected from ValueSet Telecom Use (US Realm Header) urn:oid:2.16.840.1.113883.11.20.9.20 DYNAMIC (CONF:4537-7998).", "base": { "max": "*", "min": 0, "path": "TEL.use" } }, { "constraint": [ { "key": "shall-city", "human": "SHALL contain exactly one [1..1] city (CONF:81-7292).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or item.city.count() = 1" }, { "key": "shall-streetAddressLine", "human": "SHALL contain at least one and not more than 4 streetAddressLine (CONF:81-7291).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.streetAddressLine.count() >= 1 and item.streetAddressLine.count() <= 4)" }, { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" }, { "key": "should-country", "human": "SHOULD contain country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or item.country.exists()" }, { "key": "81-7296", "human": "**SHALL NOT** have mixed content except for white space (CONF:81-7296)", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "item.xmlText.empty()" }, { "key": "81-10024", "human": "If the country is US, the state element is required and SHALL be selected from ValueSet StateValueSet but SHOULD have @nullFlavor if the state is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the state MAY be present but MAY be bound to different vocabularies (CONF:81-10024).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.state.exists(nullFlavor.exists() or xmlText.memberOf('http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'))" }, { "key": "81-10025", "human": "If the country is US, the postalCode element is required but SHOULD have @nullFlavor if the postalCode is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the postalCode MAY be present but MAY be bound to different vocabularies (CONF:81-10025).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.postalCode.exists(nullFlavor.exists() or xmlText.matches('[0-9]{5}(-[0-9]{4})?'))" }, { "key": "shall-max-ad-parts", "human": "SHALL have at most one of each: state, city, postalCode, and country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "(item.state.empty() or item.state.count() = 1) and (item.city.empty() or item.city.count() = 1) and (item.postalCode.empty() or item.postalCode.count() = 1) and (item.country.empty() or item.country.count() = 1)" } ], "path": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.addr", "min": 1, "definition": "Mailing and home or office addresses. A sequence of address parts, such as street or post office Box, city, postal code, country, etc.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress" ] } ], "max": "1", "id": "ClinicalDocument.custodian.assignedCustodian.representedCustodianOrganization.addr", "comment": "This representedCustodianOrganization SHALL contain exactly one [1..1] US Realm Address (AD.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.2) (CONF:4537-5559).", "base": { "max": "1", "min": 0, "path": "CustodianOrganization.addr" } }, { "id": "ClinicalDocument.informationRecipient", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.informationRecipient" }, "path": "ClinicalDocument.informationRecipient", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InformationRecipient" } ], "short": "The informationRecipient element records the intended recipient of the information at the time the document was created. In cases where the intended recipient of the document is the patient's health chart, set the receivedOrganization to the scoping organization for that chart.", "comment": "MAY contain zero or more [0..*] informationRecipient (CONF:4537-5565)." }, { "path": "ClinicalDocument.informationRecipient.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informationRecipient.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.informationRecipient.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.informationRecipient.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.informationRecipient.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.informationRecipient.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.informationRecipient.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informationRecipient.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.informationRecipient.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.informationRecipient.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.informationRecipient.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.informationRecipient.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.informationRecipient.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.informationRecipient.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.informationRecipient.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.informationRecipient.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.informationRecipient.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.informationRecipient.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.informationRecipient.typeCode", "min": 0, "defaultValueCode": "PRCP", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-xInformationRecipient|2.0.0" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informationRecipient.typeCode", "base": { "max": "1", "min": 0, "path": "InformationRecipient.typeCode" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "InformationRecipient.intendedRecipient" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IntendedRecipient" } ], "comment": "The informationRecipient, if present, SHALL contain exactly one [1..1] intendedRecipient (CONF:4537-5566)." }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informationRecipient.intendedRecipient.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informationRecipient.intendedRecipient.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.informationRecipient.intendedRecipient.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.informationRecipient.intendedRecipient.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.informationRecipient.intendedRecipient.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.informationRecipient.intendedRecipient.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.classCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "IntendedRecipient.classCode" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.classCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "defaultValueCode": "ASSIGNED" }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.id", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "IntendedRecipient.id" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "This intendedRecipient MAY contain zero or more [0..*] id (CONF:4537-32399)." }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.sdtcIdentifiedBy", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "IntendedRecipient.sdtcIdentifiedBy" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.sdtcIdentifiedBy", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IdentifiedBy" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "identifiedBy" } ] }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.addr", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "IntendedRecipient.addr" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.addr", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD" } ] }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.telecom", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "IntendedRecipient.telecom" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ] }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "IntendedRecipient.informationRecipient" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Person" } ], "comment": "This intendedRecipient MAY contain zero or one [0..1] informationRecipient (CONF:4537-5567)." }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.classCode", "fixedCode": "PSN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassLivingSubject" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.classCode", "base": { "max": "1", "min": 0, "path": "Person.classCode" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.determinerCode", "base": { "max": "1", "min": 0, "path": "Person.determinerCode" } }, { "constraint": [ { "key": "pn-no-ls", "human": "No PN name part may have a qualifier of LS.", "source": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "severity": "error", "expression": "(item.delimiter | item.family | item.given | item.prefix | item.suffix).where(qualifier.where($this = 'LS').exists()).empty()" }, { "key": "81-9371", "human": "The content of name **SHALL** be either a conformant Patient Name (PTN.US.FIELDED), or a string (CONF:81-9371).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "conformsTo('http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED') or item.xmlText.exists()" }, { "key": "81-9372", "human": "The string **SHALL NOT** contain name parts (CONF:81-9372).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "item.xmlText.exists() implies (item.delimiter | item.family | item.given | item.prefix | item.suffix).empty()" } ], "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.name", "min": 1, "definition": "A name for a person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. Examples for person name values are \"Jim Bob Walton, Jr.\", \"Adam Everyman\", etc. A person name may be as simple as a character string or may consist of several person name parts, such as, \"Jim\", \"Bob\", \"Walton\", and \"Jr.\". PN differs from EN because the qualifier type cannot include LS (Legal Status).", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED" ] } ], "max": "*", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.name", "comment": "The informationRecipient, if present, SHALL contain at least one [1..*] US Realm Person Name (PN.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.1.1) (CONF:4537-5568).", "base": { "max": "*", "min": 0, "path": "Person.name" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcDesc", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcDesc" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcDesc", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "desc" } ], "definition": "The desc extension allows multimedia depictions of patients, healthcare providers, or other individuals to be included in a CDA document." }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Person.sdtcAsPatientRelationship" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "asPatientRelationship" } ], "definition": "Each participant role other than an informant/relatedEntity may have zero or more relationship roles with the patient. Each of these roles can be expressed with an asPatientRelationship element which further describes the type of role using a code element." }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.classCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.classCode" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.classCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "PRS", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.determinerCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcAsPatientRelationship.determinerCode" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.determinerCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "INSTANCE", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.code", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.code" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.informationRecipient.sdtcAsPatientRelationship.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "IntendedRecipient.receivedOrganization" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Organization" } ], "comment": "This intendedRecipient MAY contain zero or one [0..1] receivedOrganization (CONF:4537-5577)." }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.classCode", "fixedCode": "ORG", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassOrganization" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.classCode", "base": { "max": "1", "min": 0, "path": "Organization.classCode" } }, { "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.determinerCode", "base": { "max": "1", "min": 0, "path": "Organization.determinerCode" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.id", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Organization.id" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ] }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.name", "max": "1", "min": 1, "base": { "max": "*", "min": 0, "path": "Organization.name" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.name", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ON" } ], "comment": "The receivedOrganization, if present, SHALL contain exactly one [1..1] name (CONF:4537-5578)." }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.telecom", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Organization.telecom" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ] }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.addr", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Organization.addr" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.addr", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD" } ] }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.standardIndustryClassCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Organization.standardIndustryClassCode" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.standardIndustryClassCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-OrganizationIndustryClassNAICS" } }, { "id": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.asOrganizationPartOf", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Organization.asOrganizationPartOf" }, "path": "ClinicalDocument.informationRecipient.intendedRecipient.receivedOrganization.asOrganizationPartOf", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/OrganizationPartOf" } ] }, { "id": "ClinicalDocument.legalAuthenticator", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "ClinicalDocument.legalAuthenticator" }, "path": "ClinicalDocument.legalAuthenticator", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/LegalAuthenticator" } ], "short": "The legalAuthenticator identifies the single person legally responsible for the document and must be present if the document has been legally authenticated. A clinical document that does not contain this element has not been legally authenticated. The act of legal authentication requires a certain privilege be granted to the legal authenticator depending upon local policy. Based on local practice, clinical documents may be released before legal authentication. All clinical documents have the potential for legal authentication, given the appropriate credentials. Local policies MAY choose to delegate the function of legal authentication to a device or system that generates the clinical document. In these cases, the legal authenticator is a person accepting responsibility for the document, not the generating device or system. Note that the legal authenticator, if present, must be a person.", "comment": "SHOULD contain zero or one [0..1] legalAuthenticator (CONF:4537-5579)." }, { "path": "ClinicalDocument.legalAuthenticator.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.legalAuthenticator.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.legalAuthenticator.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.legalAuthenticator.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.legalAuthenticator.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.legalAuthenticator.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.legalAuthenticator.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.legalAuthenticator.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.legalAuthenticator.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.legalAuthenticator.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.legalAuthenticator.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.legalAuthenticator.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.legalAuthenticator.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.legalAuthenticator.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.legalAuthenticator.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.legalAuthenticator.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.legalAuthenticator.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.legalAuthenticator.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.legalAuthenticator.typeCode", "fixedCode": "LA", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.legalAuthenticator.typeCode", "base": { "max": "1", "min": 0, "path": "LegalAuthenticator.typeCode" } }, { "path": "ClinicalDocument.legalAuthenticator.contextControlCode", "fixedCode": "OP", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ContextControl" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.legalAuthenticator.contextControlCode", "base": { "max": "1", "min": 0, "path": "LegalAuthenticator.contextControlCode" } }, { "constraint": [ { "key": "ts-shall-day", "human": "**SHALL** be precise to at least the day", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime", "severity": "error", "expression": "nullFlavor.exists() or value.toString().length() >= 10" }, { "key": "ts-should-minute", "human": "**SHOULD** be precise to at least the minute", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime", "severity": "warning", "expression": "nullFlavor.exists() or value.toString().length() > 10" } ], "path": "ClinicalDocument.legalAuthenticator.time", "min": 1, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime" ] } ], "max": "1", "id": "ClinicalDocument.legalAuthenticator.time", "comment": "The legalAuthenticator, if present, SHALL contain exactly one [1..1] US Realm Date and Time (Point in Time) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.4) (CONF:4537-5580).", "base": { "max": "1", "min": 1, "path": "LegalAuthenticator.time" } }, { "constraint": [ { "key": "signature", "human": "CDA Release One represented either an intended ('X') or actual ('S') authenticator. CDA Release Two only represents an actual authenticator, so has deprecated the value of 'X'.", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument", "severity": "warning", "expression": "code.exists() implies code != 'X'" } ], "path": "ClinicalDocument.legalAuthenticator.signatureCode", "min": 1, "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDASignatureCode" }, "max": "1", "id": "ClinicalDocument.legalAuthenticator.signatureCode", "comment": "The legalAuthenticator, if present, SHALL contain exactly one [1..1] signatureCode (CONF:4537-5583).", "base": { "max": "1", "min": 1, "path": "LegalAuthenticator.signatureCode" } }, { "path": "ClinicalDocument.legalAuthenticator.signatureCode.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.legalAuthenticator.signatureCode.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.legalAuthenticator.signatureCode.code", "min": 1, "definition": "The plain code symbol defined by the code system. For example, \"784.0\" is the code symbol of the ICD-9 code \"784.0\" for headache.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "patternCode": "S", "representation": [ "xmlAttr" ], "max": "1", "label": "Code", "id": "ClinicalDocument.legalAuthenticator.signatureCode.code", "comment": "This signatureCode SHALL contain exactly one [1..1] @code=\"S\" (CodeSystem: HL7ParticipationSignature urn:oid:2.16.840.1.113883.5.89 STATIC) (CONF:4537-5584).", "base": { "max": "1", "min": 0, "path": "CD.code" } }, { "path": "ClinicalDocument.legalAuthenticator.signatureCode.codeSystem", "min": 0, "definition": "Specifies the code system that defines the code.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System", "id": "ClinicalDocument.legalAuthenticator.signatureCode.codeSystem", "base": { "max": "1", "min": 0, "path": "CD.codeSystem" } }, { "path": "ClinicalDocument.legalAuthenticator.signatureCode.codeSystemName", "min": 0, "definition": "The common name of the coding system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System Name", "id": "ClinicalDocument.legalAuthenticator.signatureCode.codeSystemName", "base": { "max": "1", "min": 0, "path": "CD.codeSystemName" } }, { "path": "ClinicalDocument.legalAuthenticator.signatureCode.codeSystemVersion", "min": 0, "definition": "If applicable, a version descriptor defined specifically for the given code system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System Version", "id": "ClinicalDocument.legalAuthenticator.signatureCode.codeSystemVersion", "base": { "max": "1", "min": 0, "path": "CD.codeSystemVersion" } }, { "path": "ClinicalDocument.legalAuthenticator.signatureCode.displayName", "min": 0, "definition": "A name or title for the code, under which the sending system shows the code value to its users.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Display Name", "id": "ClinicalDocument.legalAuthenticator.signatureCode.displayName", "base": { "max": "1", "min": 0, "path": "CD.displayName" } }, { "path": "ClinicalDocument.legalAuthenticator.signatureCode.sdtcValueSet", "min": 0, "definition": "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSet" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.legalAuthenticator.signatureCode.sdtcValueSet", "base": { "max": "1", "min": 0, "path": "CD.valueSet" } }, { "path": "ClinicalDocument.legalAuthenticator.signatureCode.sdtcValueSetVersion", "min": 0, "definition": "The valueSetVersion extension adds an attribute for elements with a CD dataType which indicates the version of the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSetVersion" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.legalAuthenticator.signatureCode.sdtcValueSetVersion", "base": { "max": "1", "min": 0, "path": "CD.sdtcValueSetVersion" } }, { "id": "ClinicalDocument.legalAuthenticator.signatureCode.originalText", "max": "0", "min": 0, "base": { "max": "1", "min": 0, "path": "CD.originalText" }, "path": "ClinicalDocument.legalAuthenticator.signatureCode.originalText", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "label": "Original Text", "definition": "The text or phrase used as the basis for the coding." }, { "id": "ClinicalDocument.legalAuthenticator.signatureCode.qualifier", "max": "0", "min": 0, "base": { "max": "*", "min": 0, "path": "CD.qualifier" }, "path": "ClinicalDocument.legalAuthenticator.signatureCode.qualifier", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CR" } ], "label": "Qualifier", "definition": "Specifies additional codes that increase the specificity of the the primary code." }, { "path": "ClinicalDocument.legalAuthenticator.signatureCode.translation", "min": 0, "definition": "A set of other concept descriptors that translate this concept descriptor into other code systems.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CD" } ], "representation": [ "typeAttr" ], "max": "0", "label": "Translation", "id": "ClinicalDocument.legalAuthenticator.signatureCode.translation", "base": { "max": "*", "min": 0, "path": "CD.translation" } }, { "path": "ClinicalDocument.legalAuthenticator.sdtcSignatureText", "min": 0, "definition": "A textual or multimedia depiction of the signature by which the participant endorses his or her participation in the Act as specified in the Participation.typeCode and that he or she agrees to assume the associated accountability.", "short": "The signature can be represented either inline or by reference according to the ED data type. Typical cases for CDA are:\n1) Electronic signature: this attribute can represent virtually any electronic signature scheme.\n2) Digital signature: this attribute can represent digital signatures by reference to a signature data block that is constructed in accordance to a digital signature standard, such as XML-DSIG, PKCS#7, PGP, etc.\n The sdtc:signatureText extension provides a location in CDA for a textual or multimedia depiction of the signature by which the participant endorses and accepts responsibility for his or her participation in the Act as specified in the Participation.typeCode. Details of what goes in the field are described in the HL7 CDA Digital Signature Standard balloted in Fall 2013.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "signatureText" } ], "max": "1", "id": "ClinicalDocument.legalAuthenticator.sdtcSignatureText", "comment": "The legalAuthenticator, if present, MAY contain zero or one [0..1] sdtc:signatureText (CONF:4537-30810).", "base": { "max": "1", "min": 0, "path": "LegalAuthenticator.sdtcSignatureText" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "LegalAuthenticator.assignedEntity" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AssignedEntity" } ], "comment": "The legalAuthenticator, if present, SHALL contain exactly one [1..1] assignedEntity (CONF:4537-5585)." }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.classCode", "fixedCode": "ASSIGNED", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassAssignedEntity" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.classCode", "base": { "max": "1", "min": 0, "path": "AssignedEntity.classCode" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.id", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "AssignedEntity.id" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "This assignedEntity SHALL contain at least one [1..*] id (CONF:4537-5586)." }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.id.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.id.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.id.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.id.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.id.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.id.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.id.root", "min": 0, "definition": "A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.", "short": "MAY contain '2.16.840.1.113883.4.6' (NPI)", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Root", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.id.root", "comment": "Such ids MAY contain zero or one [0..1] @root=\"2.16.840.1.113883.4.6\" National Provider Identifier (CONF:4537-16823).", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.id.extension", "min": 0, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.id.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.sdtcIdentifiedBy", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssignedEntity.sdtcIdentifiedBy" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.sdtcIdentifiedBy", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IdentifiedBy" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "identifiedBy" } ] }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.code", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.code" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "preferred", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.1066" }, "comment": "This assignedEntity MAY contain zero or one [0..1] code, which SHOULD be selected from ValueSet Healthcare Provider Taxonomy urn:oid:2.16.840.1.114222.4.11.1066 DYNAMIC (CONF:4537-17000)." }, { "constraint": [ { "key": "shall-city", "human": "SHALL contain exactly one [1..1] city (CONF:81-7292).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or item.city.count() = 1" }, { "key": "shall-streetAddressLine", "human": "SHALL contain at least one and not more than 4 streetAddressLine (CONF:81-7291).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.streetAddressLine.count() >= 1 and item.streetAddressLine.count() <= 4)" }, { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" }, { "key": "should-country", "human": "SHOULD contain country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or item.country.exists()" }, { "key": "81-7296", "human": "**SHALL NOT** have mixed content except for white space (CONF:81-7296)", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "item.xmlText.empty()" }, { "key": "81-10024", "human": "If the country is US, the state element is required and SHALL be selected from ValueSet StateValueSet but SHOULD have @nullFlavor if the state is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the state MAY be present but MAY be bound to different vocabularies (CONF:81-10024).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.state.exists(nullFlavor.exists() or xmlText.memberOf('http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'))" }, { "key": "81-10025", "human": "If the country is US, the postalCode element is required but SHOULD have @nullFlavor if the postalCode is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the postalCode MAY be present but MAY be bound to different vocabularies (CONF:81-10025).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.postalCode.exists(nullFlavor.exists() or xmlText.matches('[0-9]{5}(-[0-9]{4})?'))" }, { "key": "shall-max-ad-parts", "human": "SHALL have at most one of each: state, city, postalCode, and country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "(item.state.empty() or item.state.count() = 1) and (item.city.empty() or item.city.count() = 1) and (item.postalCode.empty() or item.postalCode.count() = 1) and (item.country.empty() or item.country.count() = 1)" } ], "path": "ClinicalDocument.legalAuthenticator.assignedEntity.addr", "min": 1, "definition": "Mailing and home or office addresses. A sequence of address parts, such as street or post office Box, city, postal code, country, etc.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress" ] } ], "max": "*", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.addr", "comment": "This assignedEntity SHALL contain at least one [1..*] US Realm Address (AD.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.2) (CONF:4537-5589).", "base": { "max": "*", "min": 0, "path": "AssignedEntity.addr" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.telecom", "max": "*", "min": 1, "base": { "max": "*", "min": 0, "path": "AssignedEntity.telecom" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ], "comment": "This assignedEntity SHALL contain at least one [1..*] telecom (CONF:4537-5595).", "constraint": [ { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" } ] }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.telecom.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.telecom.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.telecom.value", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "TEL.value" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.telecom.value", "type": [ { "code": "url", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/url" ] } ], "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.telecom.useablePeriod", "min": 0, "definition": "Specifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-defaulttype", "valueCanonical": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Useable Period", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.telecom.useablePeriod", "base": { "max": "*", "min": 0, "path": "TEL.useablePeriod" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.telecom.use", "min": 0, "definition": "One or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.20" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Use Code", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.telecom.use", "comment": "Such telecoms SHOULD contain zero or one [0..1] @use, which SHALL be selected from ValueSet Telecom Use (US Realm Header) urn:oid:2.16.840.1.113883.11.20.9.20 DYNAMIC (CONF:4537-7999).", "base": { "max": "*", "min": 0, "path": "TEL.use" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "AssignedEntity.assignedPerson" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Person" } ], "comment": "This assignedEntity SHALL contain exactly one [1..1] assignedPerson (CONF:4537-5597)." }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.classCode", "fixedCode": "PSN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassLivingSubject" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.classCode", "base": { "max": "1", "min": 0, "path": "Person.classCode" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.determinerCode", "base": { "max": "1", "min": 0, "path": "Person.determinerCode" } }, { "constraint": [ { "key": "pn-no-ls", "human": "No PN name part may have a qualifier of LS.", "source": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "severity": "error", "expression": "(item.delimiter | item.family | item.given | item.prefix | item.suffix).where(qualifier.where($this = 'LS').exists()).empty()" }, { "key": "81-9371", "human": "The content of name **SHALL** be either a conformant Patient Name (PTN.US.FIELDED), or a string (CONF:81-9371).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "conformsTo('http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED') or item.xmlText.exists()" }, { "key": "81-9372", "human": "The string **SHALL NOT** contain name parts (CONF:81-9372).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "item.xmlText.exists() implies (item.delimiter | item.family | item.given | item.prefix | item.suffix).empty()" } ], "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.name", "min": 1, "definition": "A name for a person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. Examples for person name values are \"Jim Bob Walton, Jr.\", \"Adam Everyman\", etc. A person name may be as simple as a character string or may consist of several person name parts, such as, \"Jim\", \"Bob\", \"Walton\", and \"Jr.\". PN differs from EN because the qualifier type cannot include LS (Legal Status).", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED" ] } ], "max": "*", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.name", "comment": "This assignedPerson SHALL contain at least one [1..*] US Realm Person Name (PN.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.1.1) (CONF:4537-5598).", "base": { "max": "*", "min": 0, "path": "Person.name" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcDesc", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcDesc" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcDesc", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "desc" } ], "definition": "The desc extension allows multimedia depictions of patients, healthcare providers, or other individuals to be included in a CDA document." }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Person.sdtcAsPatientRelationship" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "asPatientRelationship" } ], "definition": "Each participant role other than an informant/relatedEntity may have zero or more relationship roles with the patient. Each of these roles can be expressed with an asPatientRelationship element which further describes the type of role using a code element." }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.classCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.classCode" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.classCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "PRS", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.determinerCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcAsPatientRelationship.determinerCode" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.determinerCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "INSTANCE", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.code", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.code" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.representedOrganization", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.representedOrganization" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.representedOrganization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Organization" } ] }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.sdtcPatient", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.sdtcPatient" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.sdtcPatient", "type": [ { "code": "http://hl7.org/fhir/StructureDefinition/Base" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "patient" } ] }, { "id": "ClinicalDocument.legalAuthenticator.assignedEntity.sdtcPatient.id", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "AssignedEntity.sdtcPatient.id" }, "path": "ClinicalDocument.legalAuthenticator.assignedEntity.sdtcPatient.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "id": "ClinicalDocument.authenticator", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.authenticator" }, "path": "ClinicalDocument.authenticator", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Authenticator" } ], "short": "The authenticator identifies a participant or participants who attest to the accuracy of the information in the document." }, { "path": "ClinicalDocument.authenticator.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.authenticator.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.authenticator.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.authenticator.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.authenticator.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.authenticator.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.authenticator.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.authenticator.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.authenticator.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.authenticator.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.authenticator.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.authenticator.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.authenticator.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.authenticator.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.authenticator.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.authenticator.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.authenticator.typeCode", "fixedCode": "AUTHEN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authenticator.typeCode", "base": { "max": "1", "min": 0, "path": "Authenticator.typeCode" } }, { "constraint": [ { "key": "ts-shall-day", "human": "**SHALL** be precise to at least the day", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime", "severity": "error", "expression": "nullFlavor.exists() or value.toString().length() >= 10" }, { "key": "ts-should-minute", "human": "**SHOULD** be precise to at least the minute", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime", "severity": "warning", "expression": "nullFlavor.exists() or value.toString().length() > 10" } ], "path": "ClinicalDocument.authenticator.time", "min": 1, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTime" ] } ], "max": "1", "id": "ClinicalDocument.authenticator.time", "comment": "SHALL contain exactly one [1..1] US Realm Date and Time (Point in Time) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.4) (CONF:4537-5608).", "base": { "max": "1", "min": 1, "path": "Authenticator.time" } }, { "constraint": [ { "key": "signature", "human": "CDA Release One represented either an intended ('X') or actual ('S') authenticator. CDA Release Two only represents an actual authenticator, so has deprecated the value of 'X'.", "source": "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument", "severity": "warning", "expression": "code.exists() implies code != 'X'" } ], "path": "ClinicalDocument.authenticator.signatureCode", "min": 1, "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDASignatureCode" }, "max": "1", "id": "ClinicalDocument.authenticator.signatureCode", "comment": "SHALL contain exactly one [1..1] signatureCode (CONF:4537-5610).", "base": { "max": "1", "min": 1, "path": "Authenticator.signatureCode" } }, { "path": "ClinicalDocument.authenticator.signatureCode.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.signatureCode.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.authenticator.signatureCode.code", "min": 1, "definition": "The plain code symbol defined by the code system. For example, \"784.0\" is the code symbol of the ICD-9 code \"784.0\" for headache.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "patternCode": "S", "representation": [ "xmlAttr" ], "max": "1", "label": "Code", "id": "ClinicalDocument.authenticator.signatureCode.code", "comment": "This signatureCode SHALL contain exactly one [1..1] @code=\"S\" (CodeSystem: HL7ParticipationSignature urn:oid:2.16.840.1.113883.5.89 STATIC) (CONF:4537-5611).", "base": { "max": "1", "min": 0, "path": "CD.code" } }, { "path": "ClinicalDocument.authenticator.signatureCode.codeSystem", "min": 0, "definition": "Specifies the code system that defines the code.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System", "id": "ClinicalDocument.authenticator.signatureCode.codeSystem", "base": { "max": "1", "min": 0, "path": "CD.codeSystem" } }, { "path": "ClinicalDocument.authenticator.signatureCode.codeSystemName", "min": 0, "definition": "The common name of the coding system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System Name", "id": "ClinicalDocument.authenticator.signatureCode.codeSystemName", "base": { "max": "1", "min": 0, "path": "CD.codeSystemName" } }, { "path": "ClinicalDocument.authenticator.signatureCode.codeSystemVersion", "min": 0, "definition": "If applicable, a version descriptor defined specifically for the given code system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System Version", "id": "ClinicalDocument.authenticator.signatureCode.codeSystemVersion", "base": { "max": "1", "min": 0, "path": "CD.codeSystemVersion" } }, { "path": "ClinicalDocument.authenticator.signatureCode.displayName", "min": 0, "definition": "A name or title for the code, under which the sending system shows the code value to its users.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Display Name", "id": "ClinicalDocument.authenticator.signatureCode.displayName", "base": { "max": "1", "min": 0, "path": "CD.displayName" } }, { "path": "ClinicalDocument.authenticator.signatureCode.sdtcValueSet", "min": 0, "definition": "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSet" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authenticator.signatureCode.sdtcValueSet", "base": { "max": "1", "min": 0, "path": "CD.valueSet" } }, { "path": "ClinicalDocument.authenticator.signatureCode.sdtcValueSetVersion", "min": 0, "definition": "The valueSetVersion extension adds an attribute for elements with a CD dataType which indicates the version of the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSetVersion" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authenticator.signatureCode.sdtcValueSetVersion", "base": { "max": "1", "min": 0, "path": "CD.sdtcValueSetVersion" } }, { "id": "ClinicalDocument.authenticator.signatureCode.originalText", "max": "0", "min": 0, "base": { "max": "1", "min": 0, "path": "CD.originalText" }, "path": "ClinicalDocument.authenticator.signatureCode.originalText", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "label": "Original Text", "definition": "The text or phrase used as the basis for the coding." }, { "id": "ClinicalDocument.authenticator.signatureCode.qualifier", "max": "0", "min": 0, "base": { "max": "*", "min": 0, "path": "CD.qualifier" }, "path": "ClinicalDocument.authenticator.signatureCode.qualifier", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CR" } ], "label": "Qualifier", "definition": "Specifies additional codes that increase the specificity of the the primary code." }, { "path": "ClinicalDocument.authenticator.signatureCode.translation", "min": 0, "definition": "A set of other concept descriptors that translate this concept descriptor into other code systems.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CD" } ], "representation": [ "typeAttr" ], "max": "0", "label": "Translation", "id": "ClinicalDocument.authenticator.signatureCode.translation", "base": { "max": "*", "min": 0, "path": "CD.translation" } }, { "path": "ClinicalDocument.authenticator.sdtcSignatureText", "min": 0, "definition": "A textual or multimedia depiction of the signature by which the participant endorses his or her participation in the Act as specified in the Participation.typeCode and that he or she agrees to assume the associated accountability.", "short": "The signature can be represented either inline or by reference according to the ED data type. Typical cases for CDA are:\n1) Electronic signature: this attribute can represent virtually any electronic signature scheme.\n2) Digital signature: this attribute can represent digital signatures by reference to a signature data block that is constructed in accordance to a digital signature standard, such as XML-DSIG, PKCS#7, PGP, etc.\n The sdtc:signatureText extension provides a location in CDA for a textual or multimedia depiction of the signature by which the participant endorses and accepts responsibility for his or her participation in the Act as specified in the Participation.typeCode. Details of what goes in the field are described in the HL7 CDA Digital Signature Standard balloted in Fall of 2013.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "signatureText" } ], "max": "1", "id": "ClinicalDocument.authenticator.sdtcSignatureText", "comment": "MAY contain zero or one [0..1] sdtc:signatureText (CONF:4537-30811).", "base": { "max": "1", "min": 0, "path": "Authenticator.sdtcSignatureText" } }, { "id": "ClinicalDocument.authenticator.assignedEntity", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Authenticator.assignedEntity" }, "path": "ClinicalDocument.authenticator.assignedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AssignedEntity" } ], "comment": "SHALL contain exactly one [1..1] assignedEntity (CONF:4537-5612)." }, { "path": "ClinicalDocument.authenticator.assignedEntity.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.assignedEntity.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.authenticator.assignedEntity.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.authenticator.assignedEntity.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.authenticator.assignedEntity.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.authenticator.assignedEntity.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.assignedEntity.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.authenticator.assignedEntity.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.authenticator.assignedEntity.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.authenticator.assignedEntity.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.authenticator.assignedEntity.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.authenticator.assignedEntity.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.authenticator.assignedEntity.classCode", "fixedCode": "ASSIGNED", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassAssignedEntity" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authenticator.assignedEntity.classCode", "base": { "max": "1", "min": 0, "path": "AssignedEntity.classCode" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.id", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "AssignedEntity.id" }, "path": "ClinicalDocument.authenticator.assignedEntity.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "This assignedEntity SHALL contain at least one [1..*] id (CONF:4537-5613)." }, { "path": "ClinicalDocument.authenticator.assignedEntity.id.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.assignedEntity.id.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.id.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.authenticator.assignedEntity.id.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.id.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.authenticator.assignedEntity.id.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "constraint": [ { "key": "should-npi", "human": "SHOULD be NPI", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "$this = '2.16.840.1.113883.4.6'" } ], "path": "ClinicalDocument.authenticator.assignedEntity.id.root", "min": 0, "definition": "A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Root", "id": "ClinicalDocument.authenticator.assignedEntity.id.root", "comment": "Such ids SHOULD contain zero or one [0..1] @root=\"2.16.840.1.113883.4.6\" National Provider Identifier (CONF:4537-16824).", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.id.extension", "min": 0, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.authenticator.assignedEntity.id.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.sdtcIdentifiedBy", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssignedEntity.sdtcIdentifiedBy" }, "path": "ClinicalDocument.authenticator.assignedEntity.sdtcIdentifiedBy", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IdentifiedBy" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "identifiedBy" } ] }, { "id": "ClinicalDocument.authenticator.assignedEntity.code", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.code" }, "path": "ClinicalDocument.authenticator.assignedEntity.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleCode" }, "comment": "This assignedEntity MAY contain zero or one [0..1] code (CONF:4537-16825)." }, { "path": "ClinicalDocument.authenticator.assignedEntity.code.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.assignedEntity.code.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.code.code", "min": 0, "definition": "The plain code symbol defined by the code system. For example, \"784.0\" is the code symbol of the ICD-9 code \"784.0\" for headache.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "preferred", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.1066" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Code", "id": "ClinicalDocument.authenticator.assignedEntity.code.code", "comment": "The code, if present, MAY contain zero or one [0..1] @code, which SHOULD be selected from ValueSet Healthcare Provider Taxonomy urn:oid:2.16.840.1.114222.4.11.1066 DYNAMIC (CONF:4537-16826).", "base": { "max": "1", "min": 0, "path": "CD.code" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.code.codeSystem", "min": 0, "definition": "Specifies the code system that defines the code.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System", "id": "ClinicalDocument.authenticator.assignedEntity.code.codeSystem", "base": { "max": "1", "min": 0, "path": "CD.codeSystem" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.code.codeSystemName", "min": 0, "definition": "The common name of the coding system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System Name", "id": "ClinicalDocument.authenticator.assignedEntity.code.codeSystemName", "base": { "max": "1", "min": 0, "path": "CD.codeSystemName" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.code.codeSystemVersion", "min": 0, "definition": "If applicable, a version descriptor defined specifically for the given code system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System Version", "id": "ClinicalDocument.authenticator.assignedEntity.code.codeSystemVersion", "base": { "max": "1", "min": 0, "path": "CD.codeSystemVersion" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.code.displayName", "min": 0, "definition": "A name or title for the code, under which the sending system shows the code value to its users.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Display Name", "id": "ClinicalDocument.authenticator.assignedEntity.code.displayName", "base": { "max": "1", "min": 0, "path": "CD.displayName" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.code.sdtcValueSet", "min": 0, "definition": "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSet" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authenticator.assignedEntity.code.sdtcValueSet", "base": { "max": "1", "min": 0, "path": "CD.valueSet" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.code.sdtcValueSetVersion", "min": 0, "definition": "The valueSetVersion extension adds an attribute for elements with a CD dataType which indicates the version of the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSetVersion" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authenticator.assignedEntity.code.sdtcValueSetVersion", "base": { "max": "1", "min": 0, "path": "CD.sdtcValueSetVersion" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.code.originalText", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "CD.originalText" }, "path": "ClinicalDocument.authenticator.assignedEntity.code.originalText", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "label": "Original Text", "definition": "The text or phrase used as the basis for the coding." }, { "id": "ClinicalDocument.authenticator.assignedEntity.code.qualifier", "max": "0", "min": 0, "base": { "max": "*", "min": 0, "path": "CD.qualifier" }, "path": "ClinicalDocument.authenticator.assignedEntity.code.qualifier", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CR" } ], "label": "Qualifier", "definition": "Specifies additional codes that increase the specificity of the the primary code." }, { "path": "ClinicalDocument.authenticator.assignedEntity.code.translation", "min": 0, "definition": "A set of other concept descriptors that translate this concept descriptor into other code systems.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CD" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Translation", "id": "ClinicalDocument.authenticator.assignedEntity.code.translation", "base": { "max": "*", "min": 0, "path": "CD.translation" } }, { "constraint": [ { "key": "shall-city", "human": "SHALL contain exactly one [1..1] city (CONF:81-7292).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or item.city.count() = 1" }, { "key": "shall-streetAddressLine", "human": "SHALL contain at least one and not more than 4 streetAddressLine (CONF:81-7291).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.streetAddressLine.count() >= 1 and item.streetAddressLine.count() <= 4)" }, { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" }, { "key": "should-country", "human": "SHOULD contain country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "warning", "expression": "nullFlavor.exists() or item.country.exists()" }, { "key": "81-7296", "human": "**SHALL NOT** have mixed content except for white space (CONF:81-7296)", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "item.xmlText.empty()" }, { "key": "81-10024", "human": "If the country is US, the state element is required and SHALL be selected from ValueSet StateValueSet but SHOULD have @nullFlavor if the state is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the state MAY be present but MAY be bound to different vocabularies (CONF:81-10024).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.state.exists(nullFlavor.exists() or xmlText.memberOf('http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'))" }, { "key": "81-10025", "human": "If the country is US, the postalCode element is required but SHOULD have @nullFlavor if the postalCode is unknown. If country is not specified, it's assumed to be US. If country is something other than US, the postalCode MAY be present but MAY be bound to different vocabularies (CONF:81-10025).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "nullFlavor.exists() or (item.country.exists() and item.country.xmlText != 'US' and item.country.xmlText != 'USA') or item.postalCode.exists(nullFlavor.exists() or xmlText.matches('[0-9]{5}(-[0-9]{4})?'))" }, { "key": "shall-max-ad-parts", "human": "SHALL have at most one of each: state, city, postalCode, and country", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress", "severity": "error", "expression": "(item.state.empty() or item.state.count() = 1) and (item.city.empty() or item.city.count() = 1) and (item.postalCode.empty() or item.postalCode.count() = 1) and (item.country.empty() or item.country.count() = 1)" } ], "path": "ClinicalDocument.authenticator.assignedEntity.addr", "min": 1, "definition": "Mailing and home or office addresses. A sequence of address parts, such as street or post office Box, city, postal code, country, etc.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmAddress" ] } ], "max": "*", "id": "ClinicalDocument.authenticator.assignedEntity.addr", "comment": "This assignedEntity SHALL contain at least one [1..*] US Realm Address (AD.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.2) (CONF:4537-5616).", "base": { "max": "*", "min": 0, "path": "AssignedEntity.addr" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.telecom", "max": "*", "min": 1, "base": { "max": "*", "min": 0, "path": "AssignedEntity.telecom" }, "path": "ClinicalDocument.authenticator.assignedEntity.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ], "comment": "This assignedEntity SHALL contain at least one [1..*] telecom (CONF:4537-5622).", "constraint": [ { "key": "should-use", "human": "SHOULD contain @use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "nullFlavor.exists() or use.exists()" } ] }, { "path": "ClinicalDocument.authenticator.assignedEntity.telecom.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.assignedEntity.telecom.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.telecom.value", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "TEL.value" }, "path": "ClinicalDocument.authenticator.assignedEntity.telecom.value", "type": [ { "code": "url", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/url" ] } ], "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.authenticator.assignedEntity.telecom.useablePeriod", "min": 0, "definition": "Specifies the periods of time during which the telecommunication address can be used. For a telephone number, this can indicate the time of day in which the party can be reached on that telephone. For a web address, it may specify a time range in which the web content is promised to be available under the given address.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PIVL-TS" }, { "code": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-defaulttype", "valueCanonical": "http://hl7.org/cda/stds/core/StructureDefinition/SXPR-TS" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Useable Period", "id": "ClinicalDocument.authenticator.assignedEntity.telecom.useablePeriod", "base": { "max": "*", "min": 0, "path": "TEL.useablePeriod" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.telecom.use", "min": 0, "definition": "One or more codes advising a system or user which telecommunication address in a set of like addresses to select for a given telecommunication need.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.20" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Use Code", "id": "ClinicalDocument.authenticator.assignedEntity.telecom.use", "comment": "Such telecoms SHOULD contain zero or one [0..1] @use, which SHALL be selected from ValueSet Telecom Use (US Realm Header) urn:oid:2.16.840.1.113883.11.20.9.20 DYNAMIC (CONF:4537-8000).", "base": { "max": "*", "min": 0, "path": "TEL.use" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "AssignedEntity.assignedPerson" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Person" } ], "comment": "This assignedEntity SHALL contain exactly one [1..1] assignedPerson (CONF:4537-5624)." }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.classCode", "fixedCode": "PSN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityClassLivingSubject" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.classCode", "base": { "max": "1", "min": 0, "path": "Person.classCode" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.determinerCode", "fixedCode": "INSTANCE", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.determinerCode", "base": { "max": "1", "min": 0, "path": "Person.determinerCode" } }, { "constraint": [ { "key": "pn-no-ls", "human": "No PN name part may have a qualifier of LS.", "source": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "severity": "error", "expression": "(item.delimiter | item.family | item.given | item.prefix | item.suffix).where(qualifier.where($this = 'LS').exists()).empty()" }, { "key": "81-9371", "human": "The content of name **SHALL** be either a conformant Patient Name (PTN.US.FIELDED), or a string (CONF:81-9371).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "conformsTo('http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPatientNamePTNUSFIELDED') or item.xmlText.exists()" }, { "key": "81-9372", "human": "The string **SHALL NOT** contain name parts (CONF:81-9372).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED", "severity": "error", "expression": "item.xmlText.exists() implies (item.delimiter | item.family | item.given | item.prefix | item.suffix).empty()" } ], "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.name", "min": 1, "definition": "A name for a person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. Examples for person name values are \"Jim Bob Walton, Jr.\", \"Adam Everyman\", etc. A person name may be as simple as a character string or may consist of several person name parts, such as, \"Jim\", \"Bob\", \"Walton\", and \"Jr.\". PN differs from EN because the qualifier type cannot include LS (Legal Status).", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PN", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmPersonNamePNUSFIELDED" ] } ], "max": "*", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.name", "comment": "This assignedPerson SHALL contain at least one [1..*] US Realm Person Name (PN.US.FIELDED) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.1.1) (CONF:4537-5625).", "base": { "max": "*", "min": 0, "path": "Person.name" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcDesc", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcDesc" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcDesc", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "desc" } ], "definition": "The desc extension allows multimedia depictions of patients, healthcare providers, or other individuals to be included in a CDA document." }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Person.sdtcAsPatientRelationship" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "asPatientRelationship" } ], "definition": "Each participant role other than an informant/relatedEntity may have zero or more relationship roles with the patient. Each of these roles can be expressed with an asPatientRelationship element which further describes the type of role using a code element." }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.classCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.classCode" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.classCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "PRS", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.determinerCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Person.sdtcAsPatientRelationship.determinerCode" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.determinerCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "INSTANCE", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.code", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Person.sdtcAsPatientRelationship.code" }, "path": "ClinicalDocument.authenticator.assignedEntity.assignedPerson.sdtcAsPatientRelationship.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "id": "ClinicalDocument.authenticator.assignedEntity.representedOrganization", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.representedOrganization" }, "path": "ClinicalDocument.authenticator.assignedEntity.representedOrganization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Organization" } ] }, { "id": "ClinicalDocument.authenticator.assignedEntity.sdtcPatient", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.sdtcPatient" }, "path": "ClinicalDocument.authenticator.assignedEntity.sdtcPatient", "type": [ { "code": "http://hl7.org/fhir/StructureDefinition/Base" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "patient" } ] }, { "id": "ClinicalDocument.authenticator.assignedEntity.sdtcPatient.id", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "AssignedEntity.sdtcPatient.id" }, "path": "ClinicalDocument.authenticator.assignedEntity.sdtcPatient.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "constraint": [ { "key": "4537-10006", "human": "**SHALL** contain associatedEntity/associatedPerson *AND/OR* associatedEntity/scopingOrganization (CONF:4537-10006).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "error", "expression": "associatedEntity.associatedPerson.exists() or associatedEntity.scopingOrganization.exists()" }, { "key": "4537-10007", "human": "When participant/@typeCode is *IND*, associatedEntity/@classCode **SHOULD** be selected from ValueSet 2.16.840.1.113883.11.20.9.33 INDRoleclassCodes *DYNAMIC* (CONF:4537-10007).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "typeCode = 'IND' implies associatedEntity.classCode.memberOf('http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.33')" }, { "key": "1198-8469", "human": "When participant/@typeCode is IND, associatedEntity/@classCode **SHALL** be selected from ValueSet 2.16.840.1.113883.11.20.9.33 INDRoleclassCodes STATIC 2011-09-30 (CONF:1198-8469).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeSummary", "severity": "error", "expression": "typeCode = 'IND' implies associatedEntity.classCode.memberOf('http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.33')" } ], "path": "ClinicalDocument.participant", "min": 0, "short": "The participant element in the Discharge Summary header follows the General Header Constraints for participants. Discharge Summary does not specify any use for functionCode for participants. Local policies will determine how this element should be used in implementations.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Participant1" } ], "max": "*", "id": "ClinicalDocument.participant", "comment": "MAY contain zero or more [0..*] participant (CONF:1198-8467).", "base": { "max": "*", "min": 0, "path": "ClinicalDocument.participant" } }, { "path": "ClinicalDocument.participant.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.participant.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.participant.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.participant.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.participant.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.participant.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.participant.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.participant.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.participant.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.participant.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.participant.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.participant.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.participant.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.participant.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.participant.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.participant.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.participant.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.participant.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.participant.typeCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Participant1.typeCode" }, "path": "ClinicalDocument.participant.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.participant.contextControlCode", "fixedCode": "OP", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ContextControl" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.participant.contextControlCode", "base": { "max": "1", "min": 0, "path": "Participant1.contextControlCode" } }, { "id": "ClinicalDocument.participant.functionCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Participant1.functionCode" }, "path": "ClinicalDocument.participant.functionCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ] }, { "constraint": [ { "key": "ivl-ts-center", "human": "Center cannot co-exist with low or high", "source": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS", "severity": "error", "expression": "center.empty() or (low.empty() and high.empty())" }, { "key": "ivl-value-shall", "human": "If a time interval contains @value, then it shall be precise to at least the day.", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "error", "expression": "value.exists() implies value.toString().length() >= 10" }, { "key": "ivl-value-should", "human": "If a time interval contains @value, then it SHOULD contain a time component.", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "warning", "expression": "value.exists() implies value.toString().length() > 10" } ], "path": "ClinicalDocument.participant.time", "min": 0, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval" ] } ], "max": "1", "id": "ClinicalDocument.participant.time", "comment": "MAY contain zero or one [0..1] time (CONF:4537-10004).", "base": { "max": "1", "min": 0, "path": "Participant1.time" } }, { "id": "ClinicalDocument.participant.associatedEntity", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Participant1.associatedEntity" }, "path": "ClinicalDocument.participant.associatedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AssociatedEntity" } ] }, { "path": "ClinicalDocument.participant.associatedEntity.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.participant.associatedEntity.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.participant.associatedEntity.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.participant.associatedEntity.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.participant.associatedEntity.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.participant.associatedEntity.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.participant.associatedEntity.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.participant.associatedEntity.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.participant.associatedEntity.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.participant.associatedEntity.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.participant.associatedEntity.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.participant.associatedEntity.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.participant.associatedEntity.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.participant.associatedEntity.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.participant.associatedEntity.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.participant.associatedEntity.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.participant.associatedEntity.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.participant.associatedEntity.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.participant.associatedEntity.classCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "AssociatedEntity.classCode" }, "path": "ClinicalDocument.participant.associatedEntity.classCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassAssociative", "additional": [ { "purpose": "preferred", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.33", "shortDoco": "When typeCode=IND", "documentation": "When participant/@typeCode is IND, associatedEntity/@classCode **SHALL** be selected from ValueSet 2.16.840.1.113883.11.20.9.33 INDRoleclassCodes STATIC 2011-09-30 (CONF:1198-8469)." } ], "description": "See additional bindings" }, "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.participant.associatedEntity.id", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssociatedEntity.id" }, "path": "ClinicalDocument.participant.associatedEntity.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ] }, { "id": "ClinicalDocument.participant.associatedEntity.sdtcIdentifiedBy", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssociatedEntity.sdtcIdentifiedBy" }, "path": "ClinicalDocument.participant.associatedEntity.sdtcIdentifiedBy", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IdentifiedBy" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "identifiedBy" } ] }, { "id": "ClinicalDocument.participant.associatedEntity.code", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssociatedEntity.code" }, "path": "ClinicalDocument.participant.associatedEntity.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleCode" } }, { "id": "ClinicalDocument.participant.associatedEntity.addr", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssociatedEntity.addr" }, "path": "ClinicalDocument.participant.associatedEntity.addr", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD" } ] }, { "id": "ClinicalDocument.participant.associatedEntity.telecom", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssociatedEntity.telecom" }, "path": "ClinicalDocument.participant.associatedEntity.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ] }, { "id": "ClinicalDocument.participant.associatedEntity.associatedPerson", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssociatedEntity.associatedPerson" }, "path": "ClinicalDocument.participant.associatedEntity.associatedPerson", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Person" } ] }, { "id": "ClinicalDocument.participant.associatedEntity.scopingOrganization", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssociatedEntity.scopingOrganization" }, "path": "ClinicalDocument.participant.associatedEntity.scopingOrganization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Organization" } ] }, { "id": "ClinicalDocument.inFulfillmentOf", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.inFulfillmentOf" }, "path": "ClinicalDocument.inFulfillmentOf", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InFulfillmentOf" } ], "short": "The inFulfillmentOf element represents orders that are fulfilled by this document such as a radiologists' report of an x-ray.", "comment": "MAY contain zero or more [0..*] inFulfillmentOf (CONF:4537-9952)." }, { "path": "ClinicalDocument.inFulfillmentOf.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.inFulfillmentOf.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.inFulfillmentOf.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.inFulfillmentOf.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.inFulfillmentOf.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.inFulfillmentOf.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.inFulfillmentOf.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.inFulfillmentOf.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.inFulfillmentOf.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.inFulfillmentOf.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.inFulfillmentOf.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.inFulfillmentOf.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.inFulfillmentOf.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.inFulfillmentOf.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.inFulfillmentOf.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.inFulfillmentOf.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.inFulfillmentOf.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.inFulfillmentOf.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.inFulfillmentOf.typeCode", "fixedCode": "FLFS", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipFulfills|2.0.0" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.inFulfillmentOf.typeCode", "base": { "max": "1", "min": 0, "path": "InFulfillmentOf.typeCode" } }, { "id": "ClinicalDocument.inFulfillmentOf.order", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "InFulfillmentOf.order" }, "path": "ClinicalDocument.inFulfillmentOf.order", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Order" } ], "comment": "The inFulfillmentOf, if present, SHALL contain exactly one [1..1] order (CONF:4537-9953)." }, { "path": "ClinicalDocument.inFulfillmentOf.order.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.inFulfillmentOf.order.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.inFulfillmentOf.order.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.inFulfillmentOf.order.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.inFulfillmentOf.order.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.inFulfillmentOf.order.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.inFulfillmentOf.order.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.inFulfillmentOf.order.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.inFulfillmentOf.order.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.inFulfillmentOf.order.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.inFulfillmentOf.order.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.inFulfillmentOf.order.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.inFulfillmentOf.order.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.inFulfillmentOf.order.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.inFulfillmentOf.order.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.inFulfillmentOf.order.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.inFulfillmentOf.order.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.inFulfillmentOf.order.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.inFulfillmentOf.order.classCode", "min": 1, "defaultValueCode": "ACT", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActClass" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.inFulfillmentOf.order.classCode", "base": { "max": "1", "min": 1, "path": "Order.classCode" } }, { "path": "ClinicalDocument.inFulfillmentOf.order.moodCode", "fixedCode": "RQO", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActMoodIntent" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.inFulfillmentOf.order.moodCode", "base": { "max": "1", "min": 0, "path": "Order.moodCode" } }, { "id": "ClinicalDocument.inFulfillmentOf.order.id", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "Order.id" }, "path": "ClinicalDocument.inFulfillmentOf.order.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "This order SHALL contain at least one [1..*] id (CONF:4537-9954)." }, { "id": "ClinicalDocument.inFulfillmentOf.order.code", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Order.code" }, "path": "ClinicalDocument.inFulfillmentOf.order.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode" } }, { "id": "ClinicalDocument.inFulfillmentOf.order.priorityCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Order.priorityCode" }, "path": "ClinicalDocument.inFulfillmentOf.order.priorityCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPriority" } }, { "id": "ClinicalDocument.documentationOf", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.documentationOf" }, "path": "ClinicalDocument.documentationOf", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/DocumentationOf" } ], "comment": "MAY contain zero or more [0..*] documentationOf (CONF:4537-14835)." }, { "path": "ClinicalDocument.documentationOf.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.documentationOf.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.documentationOf.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.documentationOf.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.documentationOf.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.documentationOf.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.documentationOf.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.documentationOf.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.documentationOf.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.documentationOf.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.documentationOf.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.documentationOf.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.documentationOf.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.documentationOf.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.documentationOf.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.documentationOf.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.documentationOf.typeCode", "fixedCode": "DOC", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.typeCode", "base": { "max": "1", "min": 0, "path": "DocumentationOf.typeCode" } }, { "constraint": [ { "key": "should-us-performer", "human": "SHOULD contain performer", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "performer.exists()" } ], "path": "ClinicalDocument.documentationOf.serviceEvent", "min": 1, "short": "A serviceEvent represents the main act being documented, such as a colonoscopy or a cardiac stress study. In a provision of healthcare serviceEvent, the care providers, PCP, or other longitudinal providers, are recorded within the serviceEvent. If the document is about a single encounter, the providers associated can be recorded in the componentOf/encompassingEncounter template.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ServiceEvent" } ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent", "comment": "The documentationOf, if present, SHALL contain exactly one [1..1] serviceEvent (CONF:4537-14836).", "base": { "max": "1", "min": 1, "path": "DocumentationOf.serviceEvent" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.serviceEvent.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.documentationOf.serviceEvent.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.documentationOf.serviceEvent.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.documentationOf.serviceEvent.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.documentationOf.serviceEvent.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.serviceEvent.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.documentationOf.serviceEvent.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.documentationOf.serviceEvent.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.documentationOf.serviceEvent.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.documentationOf.serviceEvent.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.documentationOf.serviceEvent.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.documentationOf.serviceEvent.classCode", "min": 1, "defaultValueCode": "ACT", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActClass" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.classCode", "base": { "max": "1", "min": 1, "path": "ServiceEvent.classCode" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.moodCode", "fixedCode": "EVN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActMood" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.moodCode", "base": { "max": "1", "min": 0, "path": "ServiceEvent.moodCode" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.id", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "ServiceEvent.id" }, "path": "ClinicalDocument.documentationOf.serviceEvent.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ] }, { "id": "ClinicalDocument.documentationOf.serviceEvent.code", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "ServiceEvent.code" }, "path": "ClinicalDocument.documentationOf.serviceEvent.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "definition": "Drawn from concept domain ActCode" }, { "constraint": [ { "key": "ivl-ts-center", "human": "Center cannot co-exist with low or high", "source": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS", "severity": "error", "expression": "center.empty() or (low.empty() and high.empty())" }, { "key": "ivl-value-shall", "human": "If a time interval contains @value, then it shall be precise to at least the day.", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "error", "expression": "value.exists() implies value.toString().length() >= 10" }, { "key": "ivl-value-should", "human": "If a time interval contains @value, then it SHOULD contain a time component.", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "warning", "expression": "value.exists() implies value.toString().length() > 10" } ], "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime", "min": 1, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval" ] } ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime", "comment": "This serviceEvent SHALL contain exactly one [1..1] US Realm Date and Time (Interval) (identifier: urn:oid:2.16.840.1.113883.10.20.22.5.3) (CONF:4537-14837).", "base": { "max": "1", "min": 0, "path": "ServiceEvent.effectiveTime" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.value", "min": 0, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "short": "Either @value or low/high should be present, but not both", "type": [ { "code": "dateTime", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/ts-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-format", "valueString": "YYYYMMDDHHMMSS.UUUU[+|-ZZzz]" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-rules", "valueString": "year-valid:tz-for-time" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.value", "base": { "max": "1", "min": 0, "path": "TS.value" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.operator", "min": 0, "definition": "A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.", "defaultValueCode": "I", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-SetOperator" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.operator", "base": { "max": "1", "min": 0, "path": "SXCM_TS.operator" } }, { "constraint": [ { "key": "ts-shall-day", "human": "**SHALL** be precise to at least the day", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "error", "expression": "nullFlavor.exists() or value.toString().length() >= 10" }, { "key": "ts-should-minute", "human": "**SHOULD** be precise to at least the minute", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "warning", "expression": "nullFlavor.exists() or value.toString().length() > 10" } ], "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.low", "min": 1, "definition": "This is the low limit of the interval.", "short": "**MAY** be precise to at least the second", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVXB-TS" } ], "max": "1", "label": "Low Boundary", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.low", "comment": "This effectiveTime SHALL contain exactly one [1..1] low (CONF:4537-14838).", "base": { "max": "1", "min": 0, "path": "IVL_TS.low" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.low.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.low.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.low.value", "min": 0, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "type": [ { "code": "dateTime", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/ts-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-format", "valueString": "YYYYMMDDHHMMSS.UUUU[+|-ZZzz]" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-rules", "valueString": "year-valid:tz-for-time" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.low.value", "base": { "max": "1", "min": 0, "path": "TS.value" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.low.inclusive", "min": 0, "definition": "Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "defaultValueBoolean": true, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.low.inclusive", "base": { "max": "1", "min": 0, "path": "IVXB_TS.inclusive" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.center", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "IVL_TS.center" }, "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.center", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS" } ], "label": "Central Value", "definition": "The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values." }, { "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.width", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "IVL_TS.width" }, "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.width", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PQ" } ], "label": "Width", "definition": "The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived." }, { "constraint": [ { "key": "ts-shall-day", "human": "**SHALL** be precise to at least the day", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "error", "expression": "nullFlavor.exists() or value.toString().length() >= 10" }, { "key": "ts-should-minute", "human": "**SHOULD** be precise to at least the minute", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "warning", "expression": "nullFlavor.exists() or value.toString().length() > 10" } ], "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.high", "min": 0, "definition": "This is the high limit of the interval.", "short": "**MAY** be precise to at least the second", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVXB-TS" } ], "max": "1", "label": "High Boundary", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.high", "base": { "max": "1", "min": 0, "path": "IVL_TS.high" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.high.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.high.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.high.value", "min": 0, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "type": [ { "code": "dateTime", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/ts-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-format", "valueString": "YYYYMMDDHHMMSS.UUUU[+|-ZZzz]" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-rules", "valueString": "year-valid:tz-for-time" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.high.value", "base": { "max": "1", "min": 0, "path": "TS.value" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.high.inclusive", "min": 0, "definition": "Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "defaultValueBoolean": true, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.effectiveTime.high.inclusive", "base": { "max": "1", "min": 0, "path": "IVXB_TS.inclusive" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "ServiceEvent.performer" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Performer1" } ], "short": "The performer participant represents clinicians who actually and principally carry out the serviceEvent. In a transfer of care this represents the healthcare providers involved in the current or pertinent historical care of the patient. Preferably, the patient's key healthcare care team members would be listed, particularly their primary physician and any active consulting physicians, therapists, and counselors.", "comment": "This serviceEvent SHOULD contain zero or more [0..*] performer (CONF:4537-14839)." }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.typeCode", "min": 1, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.19601" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.typeCode", "comment": "The performer, if present, SHALL contain exactly one [1..1] @typeCode, which SHALL be selected from ValueSet x_ServiceEventPerformer urn:oid:2.16.840.1.113883.1.11.19601 STATIC (CONF:4537-14840).", "base": { "max": "1", "min": 1, "path": "Performer1.typeCode" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Performer1.functionCode" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "comment": "The performer, if present, MAY contain zero or one [0..1] functionCode (CONF:4537-16818).", "constraint": [ { "key": "should-us-code", "human": "SHOULD contain code", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "code.exists()" } ] }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.code", "min": 0, "definition": "The plain code symbol defined by the code system. For example, \"784.0\" is the code symbol of the ICD-9 code \"784.0\" for headache.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "preferred", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1099.30" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Code", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.code", "comment": "The functionCode, if present, SHOULD contain zero or one [0..1] @code, which SHOULD be selected from ValueSet Care Team Member Function urn:oid:2.16.840.1.113762.1.4.1099.30 DYNAMIC (CONF:4537-32889).", "base": { "max": "1", "min": 0, "path": "CD.code" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.codeSystem", "min": 0, "definition": "Specifies the code system that defines the code.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.codeSystem", "base": { "max": "1", "min": 0, "path": "CD.codeSystem" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.codeSystemName", "min": 0, "definition": "The common name of the coding system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System Name", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.codeSystemName", "base": { "max": "1", "min": 0, "path": "CD.codeSystemName" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.codeSystemVersion", "min": 0, "definition": "If applicable, a version descriptor defined specifically for the given code system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code System Version", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.codeSystemVersion", "base": { "max": "1", "min": 0, "path": "CD.codeSystemVersion" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.displayName", "min": 0, "definition": "A name or title for the code, under which the sending system shows the code value to its users.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Display Name", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.displayName", "base": { "max": "1", "min": 0, "path": "CD.displayName" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.sdtcValueSet", "min": 0, "definition": "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSet" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.sdtcValueSet", "base": { "max": "1", "min": 0, "path": "CD.valueSet" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.sdtcValueSetVersion", "min": 0, "definition": "The valueSetVersion extension adds an attribute for elements with a CD dataType which indicates the version of the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSetVersion" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.sdtcValueSetVersion", "base": { "max": "1", "min": 0, "path": "CD.sdtcValueSetVersion" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.originalText", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "CD.originalText" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.originalText", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "label": "Original Text", "definition": "The text or phrase used as the basis for the coding." }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.qualifier", "max": "0", "min": 0, "base": { "max": "*", "min": 0, "path": "CD.qualifier" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.qualifier", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CR" } ], "label": "Qualifier", "definition": "Specifies additional codes that increase the specificity of the the primary code." }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.translation", "min": 0, "definition": "A set of other concept descriptors that translate this concept descriptor into other code systems.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CD" } ], "representation": [ "typeAttr" ], "max": "*", "label": "Translation", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.functionCode.translation", "base": { "max": "*", "min": 0, "path": "CD.translation" } }, { "constraint": [ { "key": "ivl-ts-center", "human": "Center cannot co-exist with low or high", "source": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS", "severity": "error", "expression": "center.empty() or (low.empty() and high.empty())" }, { "key": "ivl-value-shall", "human": "If a time interval contains @value, then it shall be precise to at least the day.", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "error", "expression": "value.exists() implies value.toString().length() >= 10" }, { "key": "ivl-value-should", "human": "If a time interval contains @value, then it SHOULD contain a time component.", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "warning", "expression": "value.exists() implies value.toString().length() > 10" } ], "path": "ClinicalDocument.documentationOf.serviceEvent.performer.time", "min": 0, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval" ] } ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.time", "base": { "max": "1", "min": 0, "path": "Performer1.time" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Performer1.assignedEntity" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AssignedEntity" } ], "comment": "The performer, if present, SHALL contain exactly one [1..1] assignedEntity (CONF:4537-14841).", "constraint": [ { "key": "should-us-code", "human": "SHOULD contain code", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "code.exists()" } ] }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.classCode", "fixedCode": "ASSIGNED", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassAssignedEntity" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.classCode", "base": { "max": "1", "min": 0, "path": "AssignedEntity.classCode" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id", "max": "*", "min": 1, "base": { "max": "*", "min": 1, "path": "AssignedEntity.id" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "This assignedEntity SHALL contain at least one [1..*] id (CONF:4537-14846)." }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "constraint": [ { "key": "should-npi", "human": "SHOULD be NPI", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "$this = '2.16.840.1.113883.4.6'" } ], "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id.root", "min": 0, "definition": "A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Root", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id.root", "comment": "Such ids SHOULD contain zero or one [0..1] @root=\"2.16.840.1.113883.4.6\" National Provider Identifier (CONF:4537-14847).", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id.extension", "min": 0, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.id.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.sdtcIdentifiedBy", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssignedEntity.sdtcIdentifiedBy" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.sdtcIdentifiedBy", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IdentifiedBy" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "identifiedBy" } ] }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.code", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.code" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "preferred", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.1066" }, "comment": "This assignedEntity SHOULD contain zero or one [0..1] code, which SHOULD be selected from ValueSet Healthcare Provider Taxonomy urn:oid:2.16.840.1.114222.4.11.1066 DYNAMIC (CONF:4537-14842)." }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.addr", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssignedEntity.addr" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.addr", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AD" } ] }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.telecom", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "AssignedEntity.telecom" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.telecom", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TEL" } ] }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.assignedPerson", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.assignedPerson" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.assignedPerson", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Person" } ] }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.representedOrganization", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.representedOrganization" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.representedOrganization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Organization" } ] }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.sdtcPatient", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "AssignedEntity.sdtcPatient" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.sdtcPatient", "type": [ { "code": "http://hl7.org/fhir/StructureDefinition/Base" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "patient" } ] }, { "id": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.sdtcPatient.id", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "AssignedEntity.sdtcPatient.id" }, "path": "ClinicalDocument.documentationOf.serviceEvent.performer.assignedEntity.sdtcPatient.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" } ] }, { "id": "ClinicalDocument.relatedDocument", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.relatedDocument" }, "path": "ClinicalDocument.relatedDocument", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/RelatedDocument" } ] }, { "id": "ClinicalDocument.authorization", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "ClinicalDocument.authorization" }, "path": "ClinicalDocument.authorization", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Authorization" } ], "short": "The authorization element represents information about the patient's consent. The type of consent is conveyed in consent/code. Consents in the header have been finalized (consent/statusCode must equal Completed) and should be on file. This specification does not address how 'Privacy Consent' is represented, but does not preclude the inclusion of 'Privacy Consent'. The authorization consent is used for referring to consents that are documented elsewhere in the EHR or medical record for a health condition and/or treatment that is described in the CDA document.", "comment": "MAY contain zero or more [0..*] authorization (CONF:4537-16792) such that it" }, { "path": "ClinicalDocument.authorization.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authorization.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.authorization.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.authorization.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.authorization.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.authorization.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.authorization.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authorization.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.authorization.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.authorization.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.authorization.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.authorization.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.authorization.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.authorization.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.authorization.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.authorization.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.authorization.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.authorization.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.authorization.typeCode", "fixedCode": "AUTH", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authorization.typeCode", "base": { "max": "1", "min": 0, "path": "Authorization.typeCode" } }, { "id": "ClinicalDocument.authorization.consent", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Authorization.consent" }, "path": "ClinicalDocument.authorization.consent", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Consent" } ], "comment": "SHALL contain exactly one [1..1] consent (CONF:4537-16793)." }, { "path": "ClinicalDocument.authorization.consent.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authorization.consent.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.authorization.consent.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.authorization.consent.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.authorization.consent.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.authorization.consent.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.authorization.consent.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authorization.consent.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.authorization.consent.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.authorization.consent.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.authorization.consent.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.authorization.consent.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.authorization.consent.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.authorization.consent.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.authorization.consent.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.authorization.consent.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.authorization.consent.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.authorization.consent.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.authorization.consent.classCode", "fixedCode": "CONS", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActClass" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authorization.consent.classCode", "base": { "max": "1", "min": 0, "path": "Consent.classCode" } }, { "path": "ClinicalDocument.authorization.consent.moodCode", "fixedCode": "EVN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActMood" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authorization.consent.moodCode", "base": { "max": "1", "min": 0, "path": "Consent.moodCode" } }, { "id": "ClinicalDocument.authorization.consent.id", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "Consent.id" }, "path": "ClinicalDocument.authorization.consent.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "This consent MAY contain zero or more [0..*] id (CONF:4537-16794)." }, { "path": "ClinicalDocument.authorization.consent.code", "min": 0, "short": "The type of consent (e.g., a consent to perform the related serviceEvent) is conveyed in consent/code.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "example", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode" }, "max": "1", "id": "ClinicalDocument.authorization.consent.code", "comment": "This consent MAY contain zero or one [0..1] code (CONF:4537-16795).", "base": { "max": "1", "min": 0, "path": "Consent.code" } }, { "id": "ClinicalDocument.authorization.consent.statusCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "Consent.statusCode" }, "path": "ClinicalDocument.authorization.consent.statusCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActStatus" }, "comment": "This consent SHALL contain exactly one [1..1] statusCode (CONF:4537-16797)." }, { "path": "ClinicalDocument.authorization.consent.statusCode.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.authorization.consent.statusCode.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.authorization.consent.statusCode.code", "fixedCode": "completed", "min": 1, "definition": "The plain code symbol defined by the code system. For example, \"784.0\" is the code symbol of the ICD-9 code \"784.0\" for headache.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Code", "id": "ClinicalDocument.authorization.consent.statusCode.code", "comment": "This statusCode SHALL contain exactly one [1..1] @code=\"completed\" Completed (CodeSystem: HL7ActClass urn:oid:2.16.840.1.113883.5.6) (CONF:4537-16798).", "base": { "max": "1", "min": 0, "path": "CD.code" } }, { "path": "ClinicalDocument.authorization.consent.statusCode.codeSystem", "min": 0, "definition": "Specifies the code system that defines the code.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System", "id": "ClinicalDocument.authorization.consent.statusCode.codeSystem", "base": { "max": "1", "min": 0, "path": "CD.codeSystem" } }, { "path": "ClinicalDocument.authorization.consent.statusCode.codeSystemName", "min": 0, "definition": "The common name of the coding system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System Name", "id": "ClinicalDocument.authorization.consent.statusCode.codeSystemName", "base": { "max": "1", "min": 0, "path": "CD.codeSystemName" } }, { "path": "ClinicalDocument.authorization.consent.statusCode.codeSystemVersion", "min": 0, "definition": "If applicable, a version descriptor defined specifically for the given code system.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Code System Version", "id": "ClinicalDocument.authorization.consent.statusCode.codeSystemVersion", "base": { "max": "1", "min": 0, "path": "CD.codeSystemVersion" } }, { "path": "ClinicalDocument.authorization.consent.statusCode.displayName", "min": 0, "definition": "A name or title for the code, under which the sending system shows the code value to its users.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "0", "label": "Display Name", "id": "ClinicalDocument.authorization.consent.statusCode.displayName", "base": { "max": "1", "min": 0, "path": "CD.displayName" } }, { "path": "ClinicalDocument.authorization.consent.statusCode.sdtcValueSet", "min": 0, "definition": "The valueSet extension adds an attribute for elements with a CD dataType which indicates the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSet" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authorization.consent.statusCode.sdtcValueSet", "base": { "max": "1", "min": 0, "path": "CD.valueSet" } }, { "path": "ClinicalDocument.authorization.consent.statusCode.sdtcValueSetVersion", "min": 0, "definition": "The valueSetVersion extension adds an attribute for elements with a CD dataType which indicates the version of the particular value set constraining the coded concept.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "valueSetVersion" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.authorization.consent.statusCode.sdtcValueSetVersion", "base": { "max": "1", "min": 0, "path": "CD.sdtcValueSetVersion" } }, { "id": "ClinicalDocument.authorization.consent.statusCode.originalText", "max": "0", "min": 0, "base": { "max": "1", "min": 0, "path": "CD.originalText" }, "path": "ClinicalDocument.authorization.consent.statusCode.originalText", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ED" } ], "label": "Original Text", "definition": "The text or phrase used as the basis for the coding." }, { "id": "ClinicalDocument.authorization.consent.statusCode.qualifier", "max": "0", "min": 0, "base": { "max": "*", "min": 0, "path": "CD.qualifier" }, "path": "ClinicalDocument.authorization.consent.statusCode.qualifier", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CR" } ], "label": "Qualifier", "definition": "Specifies additional codes that increase the specificity of the the primary code." }, { "path": "ClinicalDocument.authorization.consent.statusCode.translation", "min": 0, "definition": "A set of other concept descriptors that translate this concept descriptor into other code systems.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CD" } ], "representation": [ "typeAttr" ], "max": "0", "label": "Translation", "id": "ClinicalDocument.authorization.consent.statusCode.translation", "base": { "max": "*", "min": 0, "path": "CD.translation" } }, { "id": "ClinicalDocument.componentOf", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "ClinicalDocument.componentOf" }, "path": "ClinicalDocument.componentOf", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/ComponentOf" } ], "short": "The Discharge Summary is always associated with a Hospital Admission using the encompassingEncounter element in the header.", "comment": "SHALL contain exactly one [1..1] componentOf (CONF:1198-8471)." }, { "path": "ClinicalDocument.componentOf.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.componentOf.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.componentOf.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.componentOf.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.componentOf.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.componentOf.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.componentOf.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.componentOf.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.componentOf.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.componentOf.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.componentOf.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.componentOf.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.componentOf.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.componentOf.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.componentOf.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.componentOf.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.componentOf.typeCode", "fixedCode": "COMP", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipHasComponent" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.componentOf.typeCode", "base": { "max": "1", "min": 0, "path": "ComponentOf.typeCode" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "ComponentOf.encompassingEncounter" }, "path": "ClinicalDocument.componentOf.encompassingEncounter", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EncompassingEncounter" } ], "comment": "This componentOf SHALL contain exactly one [1..1] encompassingEncounter (CONF:1198-8472).", "constraint": [ { "key": "should-responsibleParty", "human": "SHOULD contain responsibleParty", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "warning", "expression": "responsibleParty.exists()" } ] }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.encompassingEncounter.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.encompassingEncounter.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.componentOf.encompassingEncounter.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.componentOf.encompassingEncounter.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.componentOf.encompassingEncounter.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.componentOf.encompassingEncounter.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.classCode", "fixedCode": "ENC", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActClass" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.classCode", "base": { "max": "1", "min": 0, "path": "EncompassingEncounter.classCode" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.moodCode", "fixedCode": "EVN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActMood" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.moodCode", "base": { "max": "1", "min": 0, "path": "EncompassingEncounter.moodCode" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.id", "max": "*", "min": 1, "base": { "max": "*", "min": 0, "path": "EncompassingEncounter.id" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.id", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "comment": "This encompassingEncounter SHALL contain at least one [1..*] id (CONF:4537-9959)." }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.code", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "EncompassingEncounter.code" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.code", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "preferred", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1240.5" }, "comment": "This encompassingEncounter MAY contain zero or one [0..1] code, which SHOULD be selected from ValueSet Act Encounter Codes urn:oid:2.16.840.1.113762.1.4.1240.5 (CONF:1198-30873)." }, { "constraint": [ { "key": "ivl-ts-center", "human": "Center cannot co-exist with low or high", "source": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS", "severity": "error", "expression": "center.empty() or (low.empty() and high.empty())" }, { "key": "ivl-value-shall", "human": "If a time interval contains @value, then it shall be precise to at least the day.", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "error", "expression": "value.exists() implies value.toString().length() >= 10" }, { "key": "ivl-value-should", "human": "If a time interval contains @value, then it SHOULD contain a time component.", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "warning", "expression": "value.exists() implies value.toString().length() > 10" } ], "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime", "min": 1, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval" ] } ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime", "comment": "This encompassingEncounter SHALL contain exactly one [1..1] effectiveTime (CONF:1198-32611).", "base": { "max": "1", "min": 1, "path": "EncompassingEncounter.effectiveTime" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.value", "min": 0, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "short": "Either @value or low/high should be present, but not both", "type": [ { "code": "dateTime", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/ts-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-format", "valueString": "YYYYMMDDHHMMSS.UUUU[+|-ZZzz]" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-rules", "valueString": "year-valid:tz-for-time" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.value", "base": { "max": "1", "min": 0, "path": "TS.value" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.operator", "min": 0, "definition": "A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.", "defaultValueCode": "I", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-SetOperator" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.operator", "base": { "max": "1", "min": 0, "path": "SXCM_TS.operator" } }, { "constraint": [ { "key": "ts-shall-day", "human": "**SHALL** be precise to at least the day", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "error", "expression": "nullFlavor.exists() or value.toString().length() >= 10" }, { "key": "ts-should-minute", "human": "**SHOULD** be precise to at least the minute", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "warning", "expression": "nullFlavor.exists() or value.toString().length() > 10" } ], "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.low", "min": 1, "definition": "This is the low limit of the interval.", "short": "The admission date is recorded in the componentOf/encompassingEncounter/effectiveTime/low.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVXB-TS" } ], "max": "1", "label": "Low Boundary", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.low", "comment": "This effectiveTime SHALL contain exactly one [1..1] low (CONF:1198-8473).", "base": { "max": "1", "min": 0, "path": "IVL_TS.low" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.low.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.low.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.low.value", "min": 0, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "type": [ { "code": "dateTime", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/ts-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-format", "valueString": "YYYYMMDDHHMMSS.UUUU[+|-ZZzz]" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-rules", "valueString": "year-valid:tz-for-time" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.low.value", "base": { "max": "1", "min": 0, "path": "TS.value" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.low.inclusive", "min": 0, "definition": "Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "defaultValueBoolean": true, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.low.inclusive", "base": { "max": "1", "min": 0, "path": "IVXB_TS.inclusive" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.center", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "IVL_TS.center" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.center", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS" } ], "label": "Central Value", "definition": "The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values." }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.width", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "IVL_TS.width" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.width", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/PQ" } ], "label": "Width", "definition": "The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived." }, { "constraint": [ { "key": "ts-shall-day", "human": "**SHALL** be precise to at least the day", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "error", "expression": "nullFlavor.exists() or value.toString().length() >= 10" }, { "key": "ts-should-minute", "human": "**SHOULD** be precise to at least the minute", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmDateTimeInterval", "severity": "warning", "expression": "nullFlavor.exists() or value.toString().length() > 10" } ], "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.high", "min": 1, "definition": "This is the high limit of the interval.", "short": "The discharge date is recorded in the componentOf/encompassingEncounter/effectiveTime/high.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVXB-TS" } ], "max": "1", "label": "High Boundary", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.high", "comment": "This effectiveTime SHALL contain exactly one [1..1] high (CONF:1198-8475).", "base": { "max": "1", "min": 0, "path": "IVL_TS.high" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.high.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.high.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.high.value", "min": 0, "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.", "type": [ { "code": "dateTime", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/ts-simple" ] } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-format", "valueString": "YYYYMMDDHHMMSS.UUUU[+|-ZZzz]" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-rules", "valueString": "year-valid:tz-for-time" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.high.value", "base": { "max": "1", "min": 0, "path": "TS.value" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.high.inclusive", "min": 0, "definition": "Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "defaultValueBoolean": true, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.high.inclusive", "base": { "max": "1", "min": 0, "path": "IVXB_TS.inclusive" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.sdtcAdmissionReferralSourceCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "EncompassingEncounter.sdtcAdmissionReferralSourceCode" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.sdtcAdmissionReferralSourceCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace", "valueUri": "urn:hl7-org:sdtc" }, { "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name", "valueString": "admissionReferralSourceCode" } ], "definition": "This element is a coded concept that represents the type of referral. Its RIM source class is PatientEncounter." }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.dischargeDispositionCode", "min": 1, "short": "The dischargeDispositionCode records the disposition of the patient at time of discharge. Access to the National Uniform Billing Committee (NUBC) code system requires a membership. The following conformance statement aligns with HITSP C80 requirements. \n\nThe dischargeDispositionCode, @displayName, or NUBC UB-04 Print Name, must be displayed when the document is rendered.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ], "binding": { "strength": "preferred", "valueSet": "http://hl7.org/cda/us/ccda/ValueSet/2.16.840.1.113883.3.88.12.80.33" }, "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.dischargeDispositionCode", "comment": "This encompassingEncounter SHALL contain exactly one [1..1] dischargeDispositionCode, which SHOULD be selected from ValueSet NUBC UB-04 FL17 Patient Status urn:oid:2.16.840.1.113883.3.88.12.80.33 DYNAMIC (CONF:1198-8476).", "base": { "max": "1", "min": 0, "path": "EncompassingEncounter.dischargeDispositionCode" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty", "min": 0, "definition": "The responsibleParty participant represents the participant having primary legal responsibility for the encounter. This differs from the legalAuthenticator participant in that the legalAuthenticator may or may not be the responsible party, and is serving a medical records function by signing off on the document, moving it into a completed state.", "short": "The responsibleParty element represents only the party responsible for the encounter, not necessarily the entire episode of care.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty", "comment": "This encompassingEncounter MAY contain zero or one [0..1] responsibleParty (CONF:1198-8479).", "base": { "max": "1", "min": 0, "path": "EncompassingEncounter.responsibleParty" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeCode", "fixedCode": "RESP", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationType" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.typeCode", "base": { "max": "1", "min": 0, "path": "EncompassingEncounter.responsibleParty.typeCode" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.assignedEntity", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "EncompassingEncounter.responsibleParty.assignedEntity" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.assignedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AssignedEntity" } ], "comment": "The responsibleParty, if present, SHALL contain exactly one [1..1] assignedEntity (CONF:1198-32613).", "constraint": [ { "key": "1198-32905", "human": "This assignedEntity SHALL contain an assignedPerson or a representedOrganization or both (CONF:1198-32905).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader", "severity": "error", "expression": "assignedPerson.exists() or representedOrganization.exists()" }, { "key": "1198-32898", "human": "This assignedEntity **SHALL** contain an assignedPerson or a representedOrganization or both (CONF:1198-32898).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeSummary", "severity": "error", "expression": "assignedPerson.exists() or representedOrganization.exists()" } ] }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "EncompassingEncounter.encounterParticipant" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/EncounterParticipant" } ], "short": "The encounterParticipant element represents persons who participated in the encounter and not necessarily the entire episode of care.", "comment": "This encompassingEncounter MAY contain zero or more [0..*] encounterParticipant (CONF:1198-8478)." }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeCode", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "EncounterParticipant.typeCode" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-xEncounterParticipant|2.0.0" }, "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.time", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "EncounterParticipant.time" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.time", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS" } ] }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.assignedEntity", "max": "1", "min": 1, "base": { "max": "1", "min": 0, "path": "EncounterParticipant.assignedEntity" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.assignedEntity", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/AssignedEntity" } ], "comment": "The encounterParticipant, if present, SHALL contain exactly one [1..1] assignedEntity (CONF:1198-32615).", "constraint": [ { "key": "1198-32899", "human": "This assignedEntity **SHALL** contain an assignedPerson or a representedOrganization or both (CONF:1198-32899).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeSummary", "severity": "error", "expression": "assignedPerson.exists() or representedOrganization.exists()" } ] }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.location", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "EncompassingEncounter.location" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.location", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "definition": "The location participant (location class) relates a healthcare facility (HealthCareFacility class) to the encounter to indicate where the encounter took place. The entity playing the role of HealthCareFacility is a place (Place class). The entity scoping the HealthCareFacility role is an organization (Organization class).\n\nThe setting of an encounter (e.g. cardiology clinic, primary care clinic, rehabilitation hospital, skilled nursing facility) can be expressed in HealthCareFacility.code. Note that setting and physical location are not the same. There is a many-to-many relationship between setting and the physical location where care is delivered. Thus, a particular room can provide the location for cardiology clinic one day, and for primary care clinic another day; and cardiology clinic today might be held in one physical location, but in another physical location tomorrow.\n\nWhen the location is an organization, this is indicated by the presence of a scoping Organization, without a playing Place." }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.location.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.encompassingEncounter.location.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.location.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.location.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.componentOf.encompassingEncounter.location.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.location.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.location.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.componentOf.encompassingEncounter.location.typeCode", "fixedCode": "LOC", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationTargetLocation" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.componentOf.encompassingEncounter.location.typeCode", "base": { "max": "1", "min": 0, "path": "EncompassingEncounter.location.typeCode" } }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "EncompassingEncounter.location.healthCareFacility" }, "path": "ClinicalDocument.componentOf.encompassingEncounter.location.healthCareFacility", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/HealthCareFacility" } ] }, { "id": "ClinicalDocument.component", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "ClinicalDocument.component" }, "path": "ClinicalDocument.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Component" } ], "comment": "SHALL contain exactly one [1..1] component (CONF:1198-9539)." }, { "path": "ClinicalDocument.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.component.typeCode", "fixedCode": "COMP", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipHasComponent" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.component.typeCode", "base": { "max": "1", "min": 0, "path": "Component.typeCode" } }, { "id": "ClinicalDocument.component.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Component.contextConductionInd" }, "path": "ClinicalDocument.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.nonXMLBody", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "Component.nonXMLBody" }, "path": "ClinicalDocument.component.nonXMLBody", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/NonXMLBody" } ] }, { "constraint": [ { "key": "cc-rfv-combo", "human": "This structuredBody **SHALL NOT** contain a Chief Complaint and Reason for Visit Section (2.16.840.1.113883.10.20.22.2.13) when either a Chief Complaint Section (1.3.6.1.4.1.19376.1.5.3.1.1.13.2.1) or a Reason for Visit Section (2.16.840.1.113883.10.20.22.2.12) is present.", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeSummary", "severity": "error", "expression": "component.where(section.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ChiefComplaintandReasonforVisitSection')).exists() implies component.where(section.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ChiefComplaintSection') or section.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ReasonforVisitSection')).empty()" }, { "key": "should-section-discharge-meds", "human": "SHOULD contain a Discharge Medications Section", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeSummary", "severity": "warning", "expression": "component.where(section.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/DischargeMedicationsSection'))" } ], "path": "ClinicalDocument.component.structuredBody", "min": 1, "short": "In this template (templateId 2.16.840.1.113883.10.20.22.1.8.2), coded entries are optional.", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/StructuredBody" } ], "max": "1", "id": "ClinicalDocument.component.structuredBody", "comment": "This component SHALL contain exactly one [1..1] structuredBody (CONF:1198-30518).", "base": { "max": "1", "min": 0, "path": "Component.structuredBody" } }, { "path": "ClinicalDocument.component.structuredBody.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "path": "ClinicalDocument.component.structuredBody.classCode", "fixedCode": "DOCBODY", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActClassRecordOrganizer" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.component.structuredBody.classCode", "base": { "max": "1", "min": 0, "path": "StructuredBody.classCode" } }, { "path": "ClinicalDocument.component.structuredBody.moodCode", "fixedCode": "EVN", "min": 0, "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActMood" }, "representation": [ "xmlAttr" ], "max": "1", "id": "ClinicalDocument.component.structuredBody.moodCode", "base": { "max": "1", "min": 0, "path": "StructuredBody.moodCode" } }, { "id": "ClinicalDocument.component.structuredBody.confidentialityCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.confidentialityCode" }, "path": "ClinicalDocument.component.structuredBody.confidentialityCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CE" } ] }, { "id": "ClinicalDocument.component.structuredBody.languageCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.languageCode" }, "path": "ClinicalDocument.component.structuredBody.languageCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" } }, { "id": "ClinicalDocument.component.structuredBody.component", "max": "*", "min": 7, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "slicing": { "rules": "open", "discriminator": [ { "path": "section", "type": "profile" } ] } }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component.section", "max": "1", "min": 1, "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" }, "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section" } ] }, { "id": "ClinicalDocument.component.structuredBody.component:component1", "max": "1", "min": 1, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30519).", "sliceName": "component1" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component1.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component1.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component1.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component1.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component1.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component1.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component1.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component1.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component1.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component1.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component1.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "shall-allergy-concern", "human": "SHALL contain at least one Allergy Concern Act", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/AllergiesAndIntolerancesSection", "severity": "error", "expression": "nullFlavor.exists() or entry.where(act.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/AllergyConcernAct'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/AllergiesAndIntolerancesSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component1.section", "comment": "This component SHALL contain exactly one [1..1] Allergies and Intolerances Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.6.1:2024-05-01) (CONF:1198-30520).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component2", "max": "1", "min": 1, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30521) such that it", "sliceName": "component2" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component2.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component2.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component2.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component2.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component2.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component2.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component2.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component2.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component2.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component2.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component2.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HospitalCourseSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component2.section", "comment": "SHALL contain exactly one [1..1] Hospital Course Section (identifier: urn:oid:1.3.6.1.4.1.19376.1.5.3.1.3.5) (CONF:1198-30522).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component3", "max": "1", "min": 1, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30523) such that it", "sliceName": "component3" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component3.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component3.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component3.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component3.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component3.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component3.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component3.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component3.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component3.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component3.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component3.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "should-entry", "human": "SHOULD contain entry", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeDiagnosisSection", "severity": "warning", "expression": "entry.exists()" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeDiagnosisSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component3.section", "comment": "SHALL contain exactly one [1..1] Discharge Diagnosis Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.24:2024-05-01) (CONF:1198-30524).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component4", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody SHOULD contain zero or one [0..1] component (CONF:1198-30525) such that it", "sliceName": "component4" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component4.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component4.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component4.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component4.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component4.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component4.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component4.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component4.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component4.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component4.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component4.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "shall-discharge-med", "human": "SHALL contain at least one Discharge Medication", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeMedicationsSection", "severity": "error", "expression": "nullFlavor.exists() or entry.where(act.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/DischargeMedication'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeMedicationsSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component4.section", "comment": "SHALL contain exactly one [1..1] Discharge Medications Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.11.1:2024-05-01) (CONF:1198-30526).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component5", "max": "1", "min": 1, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30527) such that it", "sliceName": "component5" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component5.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component5.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component5.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component5.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component5.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component5.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component5.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component5.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component5.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component5.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component5.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/PlanofTreatmentSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component5.section", "comment": "SHALL contain exactly one [1..1] Plan of Treatment Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.10:2014-06-09) (CONF:1198-30528).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component6", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30529) such that it", "sliceName": "component6" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component6.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component6.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component6.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component6.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component6.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component6.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component6.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component6.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component6.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component6.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component6.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ChiefComplaintSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component6.section", "comment": "SHALL contain exactly one [1..1] Chief Complaint Section (identifier: urn:oid:1.3.6.1.4.1.19376.1.5.3.1.1.13.2.1) (CONF:1198-30530).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component7", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30531) such that it", "sliceName": "component7" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component7.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component7.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component7.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component7.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component7.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component7.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component7.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component7.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component7.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component7.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component7.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "no-cc-rfv", "human": "When using this section, the Chief Complaint Section and the Reason for Visit Section SHALL NOT be used.", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/ChiefComplaintandReasonforVisitSection", "severity": "error", "expression": "%resource.component.structuredBody.component.where(section.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ChiefComplaintSection') or section.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ReasonforVisitSection')).empty()" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ChiefComplaintandReasonforVisitSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component7.section", "comment": "SHALL contain exactly one [1..1] Chief Complaint and Reason for Visit Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.13) (CONF:1198-30532).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component8", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30533) such that it", "sliceName": "component8" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component8.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component8.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component8.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component8.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component8.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component8.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component8.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component8.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component8.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component8.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component8.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "should-nutritional-status-obs", "human": "SHOULD contain Nutritional Status Observation", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/NutritionSection", "severity": "warning", "expression": "entry.where(observation.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/NutritionalStatusObservation'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/NutritionSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component8.section", "comment": "SHALL contain exactly one [1..1] Nutrition Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.57) (CONF:1198-30534).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component9", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30535) such that it", "sliceName": "component9" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component9.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component9.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component9.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component9.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component9.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component9.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component9.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component9.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component9.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component9.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component9.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/FamilyHistorySection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component9.section", "comment": "SHALL contain exactly one [1..1] Family History Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.15:2024-05-01) (CONF:1198-30536).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component10", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30537) such that it", "sliceName": "component10" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component10.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component10.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component10.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component10.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component10.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component10.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component10.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component10.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component10.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component10.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component10.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/FunctionalStatusSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component10.section", "comment": "SHALL contain exactly one [1..1] Functional Status Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.14:2014-06-09) (CONF:1198-30538).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component11", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30539) such that it", "sliceName": "component11" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component11.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component11.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component11.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component11.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component11.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component11.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component11.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component11.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component11.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component11.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component11.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/PastMedicalHistory" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component11.section", "comment": "SHALL contain exactly one [1..1] Past Medical History (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.20:2024-05-01) (CONF:1198-30540).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component12", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30541) such that it", "sliceName": "component12" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component12.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component12.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component12.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component12.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component12.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component12.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component12.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component12.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component12.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component12.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component12.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HistoryofPresentIllnessSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component12.section", "comment": "SHALL contain exactly one [1..1] History of Present Illness Section (identifier: urn:oid:1.3.6.1.4.1.19376.1.5.3.1.3.4) (CONF:1198-30542).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component13", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30543) such that it", "sliceName": "component13" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component13.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component13.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component13.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component13.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component13.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component13.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component13.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component13.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component13.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component13.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component13.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "should-entry", "human": "SHOULD contain entry", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/AdmissionDiagnosisSection", "severity": "warning", "expression": "entry.exists()" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/AdmissionDiagnosisSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component13.section", "comment": "SHALL contain exactly one [1..1] Admission Diagnosis Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.43:2024-05-01) (CONF:1198-30544).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component14", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30545) such that it", "sliceName": "component14" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component14.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component14.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component14.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component14.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component14.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component14.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component14.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component14.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component14.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component14.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component14.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "should-admission-medication", "human": "SHOULD contain Admission Medication", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/AdmissionMedicationsSectionEntriesOptional", "severity": "warning", "expression": "entry.where(act.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/AdmissionMedication'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/AdmissionMedicationsSectionEntriesOptional" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component14.section", "comment": "SHALL contain exactly one [1..1] Admission Medications Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.44.1:2024-05-01) (CONF:1198-30546).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component15", "max": "1", "min": 1, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30523) such that it", "sliceName": "component15" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component15.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component15.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component15.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component15.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component15.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component15.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component15.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component15.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component15.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component15.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component15.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HospitalConsultationsSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component15.section", "comment": "SHALL contain exactly one [1..1] Hospital Consultations Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.42) (CONF:1198-30548).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component16", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30549) such that it", "sliceName": "component16" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component16.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component16.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component16.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component16.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component16.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component16.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component16.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component16.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component16.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component16.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component16.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HospitalDischargeInstructionsSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component16.section", "comment": "SHALL contain exactly one [1..1] Hospital Discharge Instructions Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.41) (CONF:1198-30550).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component17", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30551) such that it", "sliceName": "component17" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component17.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component17.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component17.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component17.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component17.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component17.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component17.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component17.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component17.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component17.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component17.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HospitalDischargePhysicalSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component17.section", "comment": "SHALL contain exactly one [1..1] Hospital Discharge Physical Section (identifier: urn:oid:1.3.6.1.4.1.19376.1.5.3.1.3.26) (CONF:1198-30552).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component18", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30553) such that it", "sliceName": "component18" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component18.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component18.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component18.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component18.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component18.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component18.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component18.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component18.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component18.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component18.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component18.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HospitalDischargeStudiesSummarySection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component18.section", "comment": "SHALL contain exactly one [1..1] Hospital Discharge Studies Summary Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.16) (CONF:1198-30554).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component19", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30555) such that it", "sliceName": "component19" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component19.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component19.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component19.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component19.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component19.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component19.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component19.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component19.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component19.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component19.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component19.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "shall-immunization-activity", "human": "SHALL contain at least one Immunization Activity", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/ImmunizationsSection", "severity": "error", "expression": "nullFlavor.exists() or entry.where(substanceAdministration.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ImmunizationActivity'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ImmunizationsSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component19.section", "comment": "SHALL contain exactly one [1..1] Immunizations Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.2.1:2024-05-01) (CONF:1198-30556).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component20", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30557) such that it", "sliceName": "component20" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component20.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component20.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component20.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component20.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component20.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component20.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component20.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component20.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component20.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component20.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component20.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "shall-problem-concern-act", "human": "SHALL contain at least one Problem Concern Act", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/ProblemSection", "severity": "error", "expression": "nullFlavor.exists() or entry.where(act.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ProblemConcernAct'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ProblemSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component20.section", "comment": "SHALL contain exactly one [1..1] Problem Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.5.1:2024-05-01) (CONF:1198-30558).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component21", "max": "1", "min": 1, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30523) such that it", "sliceName": "component21" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component21.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component21.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component21.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component21.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component21.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component21.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component21.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component21.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component21.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component21.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component21.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "shall-procedure-act-procedure", "human": "SHALL contain at least one Procedure Activity Procedure", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/ProceduresSection", "severity": "error", "expression": "nullFlavor.exists() or entry.where(procedure.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ProcedureActivityProcedure'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ProceduresSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component21.section", "comment": "SHALL contain exactly one [1..1] Procedures Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.7.1:2014-06-09) (CONF:1198-30560).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component22", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30561) such that it", "sliceName": "component22" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component22.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component22.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component22.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component22.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component22.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component22.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component22.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component22.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component22.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component22.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component22.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ReasonforVisitSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component22.section", "comment": "SHALL contain exactly one [1..1] Reason for Visit Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.12) (CONF:1198-30562).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component23", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30563) such that it", "sliceName": "component23" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component23.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component23.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component23.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component23.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component23.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component23.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component23.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component23.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component23.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component23.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component23.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ReviewofSystemsSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component23.section", "comment": "SHALL contain exactly one [1..1] Review of Systems Section (identifier: urn:oid:1.3.6.1.4.1.19376.1.5.3.1.3.18) (CONF:1198-30564).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component24", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30565) such that it", "sliceName": "component24" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component24.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component24.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component24.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component24.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component24.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component24.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component24.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component24.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component24.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component24.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component24.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "should-smoking-status", "human": "SHOULD contain Smoking Status - Meaningful Use", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/SocialHistorySection", "severity": "warning", "expression": "entry.where(observation.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/SmokingStatusMeaningfulUse'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/SocialHistorySection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component24.section", "comment": "SHALL contain exactly one [1..1] Social History Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.17:2024-05-01) (CONF:1198-30566).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component25", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30567) such that it", "sliceName": "component25" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component25.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component25.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component25.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component25.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component25.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component25.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component25.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component25.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component25.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component25.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component25.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "shall-vital-signs-org", "human": "SHALL contain at least one Vital Signs Organizer", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/VitalSignsSection", "severity": "error", "expression": "nullFlavor.exists() or entry.where(organizer.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/VitalSignsOrganizer'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/VitalSignsSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component25.section", "comment": "SHALL contain exactly one [1..1] Vital Signs Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.4.1:2024-05-01) (CONF:1198-30568).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component26", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-31586) such that it", "sliceName": "component26" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component26.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component26.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component26.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component26.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component26.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component26.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component26.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component26.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component26.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component26.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component26.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "shall-discharge-med", "human": "SHALL contain at least one Discharge Medication", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeMedicationsSection", "severity": "error", "expression": "nullFlavor.exists() or entry.where(act.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/DischargeMedication'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeMedicationsSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component26.section", "comment": "SHALL contain exactly one [1..1] Discharge Medications Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.11.1:2024-05-01) (CONF:1198-31587).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component27", "max": "1", "min": 1, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30559) such that it", "sliceName": "component27" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component27.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component27.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component27.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component27.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component27.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component27.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component27.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component27.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component27.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component27.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component27.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "shall-result-org", "human": "SHALL contain at least one Result Organizer", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/ResultsSection", "severity": "error", "expression": "nullFlavor.exists() or entry.where(organizer.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ResultOrganizer'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ResultsSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component27.section", "comment": "SHALL contain exactly one [1..1] Results Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.3.1:2014-06-09) (CONF:1198-30560).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } }, { "id": "ClinicalDocument.component.structuredBody.component:component28", "max": "1", "min": 0, "base": { "max": "*", "min": 1, "path": "StructuredBody.component" }, "path": "ClinicalDocument.component.structuredBody.component", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot" } ], "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-28942) such that it", "sliceName": "component28" }, { "path": "ClinicalDocument.component.structuredBody.component.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component28.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "id": "ClinicalDocument.component.structuredBody.component:component28.realmCode", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.realmCode" }, "path": "ClinicalDocument.component.structuredBody.component.realmCode", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/CS" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component28.typeId", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "InfrastructureRoot.typeId" }, "path": "ClinicalDocument.component.structuredBody.component.typeId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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." }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.nullFlavor", "min": 0, "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor" }, "representation": [ "xmlAttr" ], "max": "1", "label": "Exceptional Value Detail", "id": "ClinicalDocument.component.structuredBody.component:component28.typeId.nullFlavor", "base": { "max": "1", "min": 0, "path": "ANY.nullFlavor" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.assigningAuthorityName", "min": 0, "definition": "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Assigning Authority Name", "id": "ClinicalDocument.component.structuredBody.component:component28.typeId.assigningAuthorityName", "base": { "max": "1", "min": 0, "path": "II.assigningAuthorityName" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.displayable", "min": 0, "definition": "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Displayable", "id": "ClinicalDocument.component.structuredBody.component:component28.typeId.displayable", "base": { "max": "1", "min": 0, "path": "II.displayable" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.root", "min": 1, "definition": "Identifies the type as an HL7 Registered model", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/oid", "http://hl7.org/cda/stds/core/StructureDefinition/uuid", "http://hl7.org/cda/stds/core/StructureDefinition/ruid" ] } ], "representation": [ "xmlAttr" ], "max": "1", "fixedString": "2.16.840.1.113883.1.3", "label": "Root", "id": "ClinicalDocument.component.structuredBody.component:component28.typeId.root", "base": { "max": "1", "min": 0, "path": "II.root" } }, { "path": "ClinicalDocument.component.structuredBody.component.typeId.extension", "min": 1, "definition": "A character string as a unique identifier within the scope of the identifier root.", "type": [ { "code": "string", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/st-simple" ] } ], "representation": [ "xmlAttr" ], "max": "1", "label": "Extension", "id": "ClinicalDocument.component.structuredBody.component:component28.typeId.extension", "base": { "max": "1", "min": 0, "path": "II.extension" } }, { "id": "ClinicalDocument.component.structuredBody.component:component28.templateId", "max": "*", "min": 0, "base": { "max": "*", "min": 0, "path": "InfrastructureRoot.templateId" }, "path": "ClinicalDocument.component.structuredBody.component.templateId", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/II" } ], "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" }, { "id": "ClinicalDocument.component.structuredBody.component:component28.typeCode", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.typeCode" }, "path": "ClinicalDocument.component.structuredBody.component.typeCode", "type": [ { "code": "code", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ] } ], "fixedCode": "COMP", "representation": [ "xmlAttr" ] }, { "id": "ClinicalDocument.component.structuredBody.component:component28.contextConductionInd", "max": "1", "min": 0, "base": { "max": "1", "min": 0, "path": "StructuredBody.component.contextConductionInd" }, "path": "ClinicalDocument.component.structuredBody.component.contextConductionInd", "type": [ { "code": "boolean", "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple" ] } ], "fixedBoolean": true, "representation": [ "xmlAttr" ] }, { "constraint": [ { "key": "shall-adv-directive-organizer", "human": "SHALL contain at least one Advance Directive Organizer", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/AdvanceDirectivesSection", "severity": "error", "expression": "nullFlavor.exists() or entry.where(organizer.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/AdvanceDirectiveOrganizer'))" } ], "path": "ClinicalDocument.component.structuredBody.component.section", "min": 1, "definition": "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type.", "isModifier": false, "short": "Base for all types and resources", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/AdvanceDirectivesSection" ] } ], "max": "1", "id": "ClinicalDocument.component.structuredBody.component:component28.section", "comment": "SHALL contain exactly one [1..1] Advance Directives Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.21.1:2024-05-01).", "base": { "max": "1", "min": 1, "path": "StructuredBody.component.section" } } ] }, "status": "active", "id": "043fa93a-b54d-4a06-b956-1d954112805e", "kind": "logical", "url": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeSummary", "identifier": [ { "value": "urn:hl7ii:2.16.840.1.113883.10.20.22.1.8:2024-05-01" } ], "version": "3.0.0-ballot", "differential": { "element": [ { "id": "ClinicalDocument", "path": "ClinicalDocument" }, { "id": "ClinicalDocument.templateId", "min": 2, "path": "ClinicalDocument.templateId" }, { "id": "ClinicalDocument.templateId:discharge-summary", "max": "1", "min": 1, "path": "ClinicalDocument.templateId", "sliceName": "discharge-summary" }, { "id": "ClinicalDocument.templateId:discharge-summary.root", "min": 1, "path": "ClinicalDocument.templateId.root", "patternString": "2.16.840.1.113883.10.20.22.1.8" }, { "id": "ClinicalDocument.templateId:discharge-summary.extension", "min": 1, "path": "ClinicalDocument.templateId.extension", "patternString": "2024-05-01" }, { "id": "ClinicalDocument.code", "path": "ClinicalDocument.code", "short": "The Discharge Summary recommends use of a single document type code, 18842-5 \"Discharge summary\", with further specification provided by author or performer, setting, or specialty. When pre-coordinated codes are used, any coded values describing the author or performer of the service act or the practice setting must be consistent with the LOINC document type.", "comment": "SHALL contain exactly one [1..1] code (CONF:1198-17178)." }, { "id": "ClinicalDocument.code.code", "min": 1, "path": "ClinicalDocument.code.code", "binding": { "strength": "required", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.4.1" }, "comment": "This code SHALL contain exactly one [1..1] @code, which SHALL be selected from ValueSet DischargeSummaryDocumentTypeCode http://hl7.org/fhir/ccda/ValueSet/2.16.840.1.113883.11.20.4.1 DYNAMIC (CONF:1198-17179)." }, { "id": "ClinicalDocument.participant", "path": "ClinicalDocument.participant", "short": "The participant element in the Discharge Summary header follows the General Header Constraints for participants. Discharge Summary does not specify any use for functionCode for participants. Local policies will determine how this element should be used in implementations.", "comment": "MAY contain zero or more [0..*] participant (CONF:1198-8467).", "constraint": [ { "key": "1198-8469", "human": "When participant/@typeCode is IND, associatedEntity/@classCode **SHALL** be selected from ValueSet 2.16.840.1.113883.11.20.9.33 INDRoleclassCodes STATIC 2011-09-30 (CONF:1198-8469).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeSummary", "severity": "error", "expression": "typeCode = 'IND' implies associatedEntity.classCode.memberOf('http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.33')" } ] }, { "id": "ClinicalDocument.participant.associatedEntity.classCode", "path": "ClinicalDocument.participant.associatedEntity.classCode", "binding": { "strength": "required", "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassAssociative", "additional": [ { "purpose": "preferred", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.33", "shortDoco": "When typeCode=IND", "documentation": "When participant/@typeCode is IND, associatedEntity/@classCode **SHALL** be selected from ValueSet 2.16.840.1.113883.11.20.9.33 INDRoleclassCodes STATIC 2011-09-30 (CONF:1198-8469)." } ], "description": "See additional bindings" } }, { "id": "ClinicalDocument.componentOf", "min": 1, "path": "ClinicalDocument.componentOf", "short": "The Discharge Summary is always associated with a Hospital Admission using the encompassingEncounter element in the header.", "comment": "SHALL contain exactly one [1..1] componentOf (CONF:1198-8471)." }, { "id": "ClinicalDocument.componentOf.encompassingEncounter", "path": "ClinicalDocument.componentOf.encompassingEncounter", "comment": "This componentOf SHALL contain exactly one [1..1] encompassingEncounter (CONF:1198-8472)." }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime", "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime", "comment": "This encompassingEncounter SHALL contain exactly one [1..1] effectiveTime (CONF:1198-32611)." }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.low", "min": 1, "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.low", "short": "The admission date is recorded in the componentOf/encompassingEncounter/effectiveTime/low.", "comment": "This effectiveTime SHALL contain exactly one [1..1] low (CONF:1198-8473)." }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.high", "min": 1, "path": "ClinicalDocument.componentOf.encompassingEncounter.effectiveTime.high", "short": "The discharge date is recorded in the componentOf/encompassingEncounter/effectiveTime/high.", "comment": "This effectiveTime SHALL contain exactly one [1..1] high (CONF:1198-8475)." }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.dischargeDispositionCode", "min": 1, "path": "ClinicalDocument.componentOf.encompassingEncounter.dischargeDispositionCode", "short": "The dischargeDispositionCode records the disposition of the patient at time of discharge. Access to the National Uniform Billing Committee (NUBC) code system requires a membership. The following conformance statement aligns with HITSP C80 requirements. \n\nThe dischargeDispositionCode, @displayName, or NUBC UB-04 Print Name, must be displayed when the document is rendered.", "binding": { "strength": "preferred", "valueSet": "http://hl7.org/cda/us/ccda/ValueSet/2.16.840.1.113883.3.88.12.80.33" }, "comment": "This encompassingEncounter SHALL contain exactly one [1..1] dischargeDispositionCode, which SHOULD be selected from ValueSet NUBC UB-04 FL17 Patient Status urn:oid:2.16.840.1.113883.3.88.12.80.33 DYNAMIC (CONF:1198-8476)." }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty", "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty", "short": "The responsibleParty element represents only the party responsible for the encounter, not necessarily the entire episode of care.", "comment": "This encompassingEncounter MAY contain zero or one [0..1] responsibleParty (CONF:1198-8479)." }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.assignedEntity", "path": "ClinicalDocument.componentOf.encompassingEncounter.responsibleParty.assignedEntity", "comment": "The responsibleParty, if present, SHALL contain exactly one [1..1] assignedEntity (CONF:1198-32613).", "constraint": [ { "key": "1198-32898", "human": "This assignedEntity **SHALL** contain an assignedPerson or a representedOrganization or both (CONF:1198-32898).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeSummary", "severity": "error", "expression": "assignedPerson.exists() or representedOrganization.exists()" } ] }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant", "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant", "short": "The encounterParticipant element represents persons who participated in the encounter and not necessarily the entire episode of care.", "comment": "This encompassingEncounter MAY contain zero or more [0..*] encounterParticipant (CONF:1198-8478)." }, { "id": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.assignedEntity", "min": 1, "path": "ClinicalDocument.componentOf.encompassingEncounter.encounterParticipant.assignedEntity", "comment": "The encounterParticipant, if present, SHALL contain exactly one [1..1] assignedEntity (CONF:1198-32615).", "constraint": [ { "key": "1198-32899", "human": "This assignedEntity **SHALL** contain an assignedPerson or a representedOrganization or both (CONF:1198-32899).", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeSummary", "severity": "error", "expression": "assignedPerson.exists() or representedOrganization.exists()" } ] }, { "id": "ClinicalDocument.component", "path": "ClinicalDocument.component", "comment": "SHALL contain exactly one [1..1] component (CONF:1198-9539)." }, { "id": "ClinicalDocument.component.structuredBody", "min": 1, "path": "ClinicalDocument.component.structuredBody", "short": "In this template (templateId 2.16.840.1.113883.10.20.22.1.8.2), coded entries are optional.", "comment": "This component SHALL contain exactly one [1..1] structuredBody (CONF:1198-30518).", "constraint": [ { "key": "cc-rfv-combo", "human": "This structuredBody **SHALL NOT** contain a Chief Complaint and Reason for Visit Section (2.16.840.1.113883.10.20.22.2.13) when either a Chief Complaint Section (1.3.6.1.4.1.19376.1.5.3.1.1.13.2.1) or a Reason for Visit Section (2.16.840.1.113883.10.20.22.2.12) is present.", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeSummary", "severity": "error", "expression": "component.where(section.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ChiefComplaintandReasonforVisitSection')).exists() implies component.where(section.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ChiefComplaintSection') or section.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/ReasonforVisitSection')).empty()" }, { "key": "should-section-discharge-meds", "human": "SHOULD contain a Discharge Medications Section", "source": "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeSummary", "severity": "warning", "expression": "component.where(section.hasTemplateIdOf('http://hl7.org/cda/us/ccda/StructureDefinition/DischargeMedicationsSection'))" } ] }, { "id": "ClinicalDocument.component.structuredBody.component", "min": 7, "path": "ClinicalDocument.component.structuredBody.component", "slicing": { "rules": "open", "discriminator": [ { "path": "section", "type": "profile" } ] } }, { "id": "ClinicalDocument.component.structuredBody.component:component1", "max": "1", "min": 1, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30519).", "sliceName": "component1" }, { "id": "ClinicalDocument.component.structuredBody.component:component1.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/AllergiesAndIntolerancesSection" ] } ], "comment": "This component SHALL contain exactly one [1..1] Allergies and Intolerances Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.6.1:2024-05-01) (CONF:1198-30520)." }, { "id": "ClinicalDocument.component.structuredBody.component:component2", "max": "1", "min": 1, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30521) such that it", "sliceName": "component2" }, { "id": "ClinicalDocument.component.structuredBody.component:component2.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HospitalCourseSection" ] } ], "comment": "SHALL contain exactly one [1..1] Hospital Course Section (identifier: urn:oid:1.3.6.1.4.1.19376.1.5.3.1.3.5) (CONF:1198-30522)." }, { "id": "ClinicalDocument.component.structuredBody.component:component3", "max": "1", "min": 1, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30523) such that it", "sliceName": "component3" }, { "id": "ClinicalDocument.component.structuredBody.component:component3.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeDiagnosisSection" ] } ], "comment": "SHALL contain exactly one [1..1] Discharge Diagnosis Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.24:2024-05-01) (CONF:1198-30524)." }, { "id": "ClinicalDocument.component.structuredBody.component:component4", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody SHOULD contain zero or one [0..1] component (CONF:1198-30525) such that it", "sliceName": "component4" }, { "id": "ClinicalDocument.component.structuredBody.component:component4.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeMedicationsSection" ] } ], "comment": "SHALL contain exactly one [1..1] Discharge Medications Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.11.1:2024-05-01) (CONF:1198-30526)." }, { "id": "ClinicalDocument.component.structuredBody.component:component5", "max": "1", "min": 1, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30527) such that it", "sliceName": "component5" }, { "id": "ClinicalDocument.component.structuredBody.component:component5.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/PlanofTreatmentSection" ] } ], "comment": "SHALL contain exactly one [1..1] Plan of Treatment Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.10:2014-06-09) (CONF:1198-30528)." }, { "id": "ClinicalDocument.component.structuredBody.component:component6", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30529) such that it", "sliceName": "component6" }, { "id": "ClinicalDocument.component.structuredBody.component:component6.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ChiefComplaintSection" ] } ], "comment": "SHALL contain exactly one [1..1] Chief Complaint Section (identifier: urn:oid:1.3.6.1.4.1.19376.1.5.3.1.1.13.2.1) (CONF:1198-30530)." }, { "id": "ClinicalDocument.component.structuredBody.component:component7", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30531) such that it", "sliceName": "component7" }, { "id": "ClinicalDocument.component.structuredBody.component:component7.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ChiefComplaintandReasonforVisitSection" ] } ], "comment": "SHALL contain exactly one [1..1] Chief Complaint and Reason for Visit Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.13) (CONF:1198-30532)." }, { "id": "ClinicalDocument.component.structuredBody.component:component8", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30533) such that it", "sliceName": "component8" }, { "id": "ClinicalDocument.component.structuredBody.component:component8.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/NutritionSection" ] } ], "comment": "SHALL contain exactly one [1..1] Nutrition Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.57) (CONF:1198-30534)." }, { "id": "ClinicalDocument.component.structuredBody.component:component9", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30535) such that it", "sliceName": "component9" }, { "id": "ClinicalDocument.component.structuredBody.component:component9.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/FamilyHistorySection" ] } ], "comment": "SHALL contain exactly one [1..1] Family History Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.15:2024-05-01) (CONF:1198-30536)." }, { "id": "ClinicalDocument.component.structuredBody.component:component10", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30537) such that it", "sliceName": "component10" }, { "id": "ClinicalDocument.component.structuredBody.component:component10.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/FunctionalStatusSection" ] } ], "comment": "SHALL contain exactly one [1..1] Functional Status Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.14:2014-06-09) (CONF:1198-30538)." }, { "id": "ClinicalDocument.component.structuredBody.component:component11", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30539) such that it", "sliceName": "component11" }, { "id": "ClinicalDocument.component.structuredBody.component:component11.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/PastMedicalHistory" ] } ], "comment": "SHALL contain exactly one [1..1] Past Medical History (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.20:2024-05-01) (CONF:1198-30540)." }, { "id": "ClinicalDocument.component.structuredBody.component:component12", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30541) such that it", "sliceName": "component12" }, { "id": "ClinicalDocument.component.structuredBody.component:component12.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HistoryofPresentIllnessSection" ] } ], "comment": "SHALL contain exactly one [1..1] History of Present Illness Section (identifier: urn:oid:1.3.6.1.4.1.19376.1.5.3.1.3.4) (CONF:1198-30542)." }, { "id": "ClinicalDocument.component.structuredBody.component:component13", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30543) such that it", "sliceName": "component13" }, { "id": "ClinicalDocument.component.structuredBody.component:component13.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/AdmissionDiagnosisSection" ] } ], "comment": "SHALL contain exactly one [1..1] Admission Diagnosis Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.43:2024-05-01) (CONF:1198-30544)." }, { "id": "ClinicalDocument.component.structuredBody.component:component14", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30545) such that it", "sliceName": "component14" }, { "id": "ClinicalDocument.component.structuredBody.component:component14.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/AdmissionMedicationsSectionEntriesOptional" ] } ], "comment": "SHALL contain exactly one [1..1] Admission Medications Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.44.1:2024-05-01) (CONF:1198-30546)." }, { "id": "ClinicalDocument.component.structuredBody.component:component15", "max": "1", "min": 1, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30523) such that it", "sliceName": "component15" }, { "id": "ClinicalDocument.component.structuredBody.component:component15.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HospitalConsultationsSection" ] } ], "comment": "SHALL contain exactly one [1..1] Hospital Consultations Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.42) (CONF:1198-30548)." }, { "id": "ClinicalDocument.component.structuredBody.component:component16", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30549) such that it", "sliceName": "component16" }, { "id": "ClinicalDocument.component.structuredBody.component:component16.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HospitalDischargeInstructionsSection" ] } ], "comment": "SHALL contain exactly one [1..1] Hospital Discharge Instructions Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.41) (CONF:1198-30550)." }, { "id": "ClinicalDocument.component.structuredBody.component:component17", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30551) such that it", "sliceName": "component17" }, { "id": "ClinicalDocument.component.structuredBody.component:component17.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HospitalDischargePhysicalSection" ] } ], "comment": "SHALL contain exactly one [1..1] Hospital Discharge Physical Section (identifier: urn:oid:1.3.6.1.4.1.19376.1.5.3.1.3.26) (CONF:1198-30552)." }, { "id": "ClinicalDocument.component.structuredBody.component:component18", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30553) such that it", "sliceName": "component18" }, { "id": "ClinicalDocument.component.structuredBody.component:component18.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/HospitalDischargeStudiesSummarySection" ] } ], "comment": "SHALL contain exactly one [1..1] Hospital Discharge Studies Summary Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.16) (CONF:1198-30554)." }, { "id": "ClinicalDocument.component.structuredBody.component:component19", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30555) such that it", "sliceName": "component19" }, { "id": "ClinicalDocument.component.structuredBody.component:component19.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ImmunizationsSection" ] } ], "comment": "SHALL contain exactly one [1..1] Immunizations Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.2.1:2024-05-01) (CONF:1198-30556)." }, { "id": "ClinicalDocument.component.structuredBody.component:component20", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30557) such that it", "sliceName": "component20" }, { "id": "ClinicalDocument.component.structuredBody.component:component20.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ProblemSection" ] } ], "comment": "SHALL contain exactly one [1..1] Problem Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.5.1:2024-05-01) (CONF:1198-30558)." }, { "id": "ClinicalDocument.component.structuredBody.component:component21", "max": "1", "min": 1, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30523) such that it", "sliceName": "component21" }, { "id": "ClinicalDocument.component.structuredBody.component:component21.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ProceduresSection" ] } ], "comment": "SHALL contain exactly one [1..1] Procedures Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.7.1:2014-06-09) (CONF:1198-30560)." }, { "id": "ClinicalDocument.component.structuredBody.component:component22", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30561) such that it", "sliceName": "component22" }, { "id": "ClinicalDocument.component.structuredBody.component:component22.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ReasonforVisitSection" ] } ], "comment": "SHALL contain exactly one [1..1] Reason for Visit Section (identifier: urn:oid:2.16.840.1.113883.10.20.22.2.12) (CONF:1198-30562)." }, { "id": "ClinicalDocument.component.structuredBody.component:component23", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30563) such that it", "sliceName": "component23" }, { "id": "ClinicalDocument.component.structuredBody.component:component23.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ReviewofSystemsSection" ] } ], "comment": "SHALL contain exactly one [1..1] Review of Systems Section (identifier: urn:oid:1.3.6.1.4.1.19376.1.5.3.1.3.18) (CONF:1198-30564)." }, { "id": "ClinicalDocument.component.structuredBody.component:component24", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30565) such that it", "sliceName": "component24" }, { "id": "ClinicalDocument.component.structuredBody.component:component24.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/SocialHistorySection" ] } ], "comment": "SHALL contain exactly one [1..1] Social History Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.17:2024-05-01) (CONF:1198-30566)." }, { "id": "ClinicalDocument.component.structuredBody.component:component25", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-30567) such that it", "sliceName": "component25" }, { "id": "ClinicalDocument.component.structuredBody.component:component25.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/VitalSignsSection" ] } ], "comment": "SHALL contain exactly one [1..1] Vital Signs Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.4.1:2024-05-01) (CONF:1198-30568)." }, { "id": "ClinicalDocument.component.structuredBody.component:component26", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-31586) such that it", "sliceName": "component26" }, { "id": "ClinicalDocument.component.structuredBody.component:component26.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/DischargeMedicationsSection" ] } ], "comment": "SHALL contain exactly one [1..1] Discharge Medications Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.11.1:2024-05-01) (CONF:1198-31587)." }, { "id": "ClinicalDocument.component.structuredBody.component:component27", "max": "1", "min": 1, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody SHALL contain exactly one [1..1] component (CONF:1198-30559) such that it", "sliceName": "component27" }, { "id": "ClinicalDocument.component.structuredBody.component:component27.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/ResultsSection" ] } ], "comment": "SHALL contain exactly one [1..1] Results Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.3.1:2014-06-09) (CONF:1198-30560)." }, { "id": "ClinicalDocument.component.structuredBody.component:component28", "max": "1", "min": 0, "path": "ClinicalDocument.component.structuredBody.component", "comment": "This structuredBody MAY contain zero or one [0..1] component (CONF:1198-28942) such that it", "sliceName": "component28" }, { "id": "ClinicalDocument.component.structuredBody.component:component28.section", "path": "ClinicalDocument.component.structuredBody.component.section", "type": [ { "code": "http://hl7.org/cda/stds/core/StructureDefinition/Section", "profile": [ "http://hl7.org/cda/us/ccda/StructureDefinition/AdvanceDirectivesSection" ] } ], "comment": "SHALL contain exactly one [1..1] Advance Directives Section (identifier: urn:hl7ii:2.16.840.1.113883.10.20.22.2.21.1:2024-05-01)." } ] }, "contact": [ { "name": "HL7 International - Structured Documents", "telecom": [ { "value": "http://www.hl7.org/Special/committees/structure", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/cda/us/ccda/StructureDefinition/USRealmHeader" }