Clinical Document Architecture, published by Health Level 7. This is not an authorized publication; it is the continuous build for version 2.0.1). This version is based on the current content of https://github.com/HL7/CDA-core-2.0/ and changes regularly. See the Directory of published versions
Active as of 2023-10-03 |
TTL representation of the ClinicalDocument logical model.
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:StructureDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ClinicalDocument"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>The ClinicalDocument class is the entry point into the CDA R-MIM, and corresponds to the <ClinicalDocument> XML element that is the root element of a CDA document.</p>\n <p>A CDA document is logically broken up into a CDA Header and a CDA Body. The CDA Header is comprised of ClinicalDocument attributes, participants, and act relationships. The CDA Body is the target of the ClinicalDocument component act relationship.</p>\n <p>The ClinicalDocument class inherits various attributes from the InfrastructureRoot class of the RIM, including ClinicalDocument.templateId and ClinicalDocument.typeId. When ClinicalDocument.templateId is valued in an instance, it signals the imposition of a set of template-defined constraints. In addition, the templateId attribute is available in all other CDA classes, thus enabling the imposition of a set of template-defined constraints at any level of granularity. The value of this attribute provides a unique identifier for the template(s) in question.</p>\n <p>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).</p>\n </div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/tools/StructureDefinition/logical-target"^^xsd:anyURI ] ; fhir:value [ a fhir:boolean ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ; fhir:value [ fhir:v "not-applicable" ] ] ) ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:hl7-org:v3"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/elementdefinition-xml-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "ClinicalDocument"^^xsd:anyURI ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.1"] ; # fhir:name [ fhir:v "CDAR2.ClinicalDocument"] ; # fhir:title [ fhir:v "ClinicalDocument (CDA Class)"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-10-03T20:44:04+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Health Level 7"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 International - Structured Documents" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/structdoc" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "structdog@lists.HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "This is a generated StructureDefinition that describes CDA - that is, CDA as it actually is for R2. The intent of this StructureDefinition is to enable CDA to be a FHIR resource. That enables the FHIR infrastructure - API, conformance, query - to be used directly against CDA"] ; # fhir:fhirVersion [ fhir:v "5.0.0"] ; # fhir:mapping ( [ fhir:identity [ fhir:v "rim" ] ; fhir:uri [ fhir:v "http://hl7.org/v3"^^xsd:anyURI ] ; fhir:name [ fhir:v "RIM Mapping" ] ] ) ; # fhir:kind [ fhir:v "logical"] ; # fhir:abstract [ fhir:v "false"^^xsd:boolean] ; # fhir:type [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument"^^xsd:anyURI] ; # fhir:baseDefinition [ fhir:v "http://hl7.org/fhir/StructureDefinition/Base"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/Base> ] ; # fhir:derivation [ fhir:v "specialization"] ; # fhir:snapshot [ ( fhir:element [ fhir:id [ fhir:v "ClinicalDocument" ] ; fhir:path [ fhir:v "ClinicalDocument" ] ; fhir:short [ fhir:v "Base for all types and resources" ] ; fhir:definition [ fhir:v "Base definition for all types defined in FHIR type system." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "Base" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:constraint [ fhir:key [ fhir:v "ele-1" ] ; fhir:severity [ fhir:v "error" ] ; fhir:human [ fhir:v "All FHIR elements must have a @value or children" ] ; fhir:expression [ fhir:v "hasValue() or (children().count() > id.count())" ] ; fhir:source [ fhir:v "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/Element> ] ] ) ; fhir:isModifier [ fhir:v "false"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "n/a" ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.classCode" ] ; fhir:path [ fhir:v "ClinicalDocument.classCode" ] ; ( fhir:representation [ fhir:v "xmlAttr" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.classCode" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "code"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"^^xsd:anyURI ; fhir:link <http://hl7.org/cda/stds/core/StructureDefinition/cs-simple> ] ) ] ) ; fhir:fixed [ fhir:v "DOCCLIN" ] ; fhir:binding [ fhir:strength [ fhir:v "extensible" ] ; fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/v3-ActClass"^^xsd:anyURI ; fhir:link <http://terminology.hl7.org/ValueSet/v3-ActClass> ] ] ] [ fhir:id [ fhir:v "ClinicalDocument.moodCode" ] ; fhir:path [ fhir:v "ClinicalDocument.moodCode" ] ; ( fhir:representation [ fhir:v "xmlAttr" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.moodCode" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "code"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"^^xsd:anyURI ; fhir:link <http://hl7.org/cda/stds/core/StructureDefinition/cs-simple> ] ) ] ) ; fhir:fixed [ fhir:v "EVN" ] ; fhir:binding [ fhir:strength [ fhir:v "required" ] ; fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/v3-ActMood"^^xsd:anyURI ; fhir:link <http://terminology.hl7.org/ValueSet/v3-ActMood> ] ] ] [ fhir:id [ fhir:v "ClinicalDocument.realmCode" ] ; fhir:path [ fhir:v "ClinicalDocument.realmCode" ] ; fhir:definition [ fhir:v "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.realmCode" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/CS"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.typeId" ] ; fhir:path [ fhir:v "ClinicalDocument.typeId" ] ; fhir:definition [ fhir:v "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." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.typeId" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.typeId.root" ] ; fhir:path [ fhir:v "ClinicalDocument.typeId.root" ] ; ( fhir:representation [ fhir:v "xmlAttr" ] ) ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.typeId.root" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/st-simple"^^xsd:anyURI ; fhir:link <http://hl7.org/cda/stds/core/StructureDefinition/st-simple> ] ) ] ) ; fhir:fixed [ fhir:v "2.16.840.1.113883.1.3" ] ] [ fhir:id [ fhir:v "ClinicalDocument.typeId.extension" ] ; fhir:path [ fhir:v "ClinicalDocument.typeId.extension" ] ; ( fhir:representation [ fhir:v "xmlAttr" ] ) ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.typeId.extension" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/st-simple"^^xsd:anyURI ; fhir:link <http://hl7.org/cda/stds/core/StructureDefinition/st-simple> ] ) ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.templateId" ] ; fhir:path [ fhir:v "ClinicalDocument.templateId" ] ; fhir:definition [ fhir:v "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" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.templateId" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.id" ] ; fhir:path [ fhir:v "ClinicalDocument.id" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.id" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.code" ] ; fhir:path [ fhir:v "ClinicalDocument.code" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.code" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/CE"^^xsd:anyURI ] ] ) ; fhir:binding [ fhir:strength [ fhir:v "extensible" ] ; fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/doc-typecodes"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/ValueSet/doc-typecodes> ] ] ] [ fhir:id [ fhir:v "ClinicalDocument.title" ] ; fhir:path [ fhir:v "ClinicalDocument.title" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.title" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/ST"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.effectiveTime" ] ; fhir:path [ fhir:v "ClinicalDocument.effectiveTime" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.effectiveTime" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/TS"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.confidentialityCode" ] ; fhir:path [ fhir:v "ClinicalDocument.confidentialityCode" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.confidentialityCode" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/CE"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.languageCode" ] ; fhir:path [ fhir:v "ClinicalDocument.languageCode" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.languageCode" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/CS"^^xsd:anyURI ] ] ) ; fhir:binding [ fhir:strength [ fhir:v "required" ] ; fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/v3-HumanLanguage"^^xsd:anyURI ; fhir:link <http://terminology.hl7.org/ValueSet/v3-HumanLanguage> ] ] ] [ fhir:id [ fhir:v "ClinicalDocument.setId" ] ; fhir:path [ fhir:v "ClinicalDocument.setId" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.setId" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.versionNumber" ] ; fhir:path [ fhir:v "ClinicalDocument.versionNumber" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.versionNumber" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/INT"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.copyTime" ] ; fhir:path [ fhir:v "ClinicalDocument.copyTime" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.copyTime" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/TS"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.recordTarget" ] ; fhir:path [ fhir:v "ClinicalDocument.recordTarget" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.recordTarget" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/RecordTarget"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.author" ] ; fhir:path [ fhir:v "ClinicalDocument.author" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.author" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Author"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.dataEnterer" ] ; fhir:path [ fhir:v "ClinicalDocument.dataEnterer" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.dataEnterer" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/DataEnterer"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.informant" ] ; fhir:path [ fhir:v "ClinicalDocument.informant" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.informant" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Informant"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.custodian" ] ; fhir:path [ fhir:v "ClinicalDocument.custodian" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.custodian" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Custodian"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.informationRecipient" ] ; fhir:path [ fhir:v "ClinicalDocument.informationRecipient" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.informationRecipient" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/InformationRecipient"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.legalAuthenticator" ] ; fhir:path [ fhir:v "ClinicalDocument.legalAuthenticator" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.legalAuthenticator" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/LegalAuthenticator"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.authenticator" ] ; fhir:path [ fhir:v "ClinicalDocument.authenticator" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.authenticator" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Authenticator"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.participant" ] ; fhir:path [ fhir:v "ClinicalDocument.participant" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.participant" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Participant1"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.inFulfillmentOf" ] ; fhir:path [ fhir:v "ClinicalDocument.inFulfillmentOf" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.inFulfillmentOf" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/InFulfillmentOf"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.documentationOf" ] ; fhir:path [ fhir:v "ClinicalDocument.documentationOf" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.documentationOf" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/DocumentationOf"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.relatedDocument" ] ; fhir:path [ fhir:v "ClinicalDocument.relatedDocument" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.relatedDocument" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/RelatedDocument"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.authorization" ] ; fhir:path [ fhir:v "ClinicalDocument.authorization" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.authorization" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Authorization"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.componentOf" ] ; fhir:path [ fhir:v "ClinicalDocument.componentOf" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.componentOf" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/ComponentOf"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.component" ] ; fhir:path [ fhir:v "ClinicalDocument.component" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "ClinicalDocument.component" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Component"^^xsd:anyURI ] ] ) ] ) ] ; # fhir:differential [ ( fhir:element [ fhir:id [ fhir:v "ClinicalDocument" ] ; fhir:path [ fhir:v "ClinicalDocument" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] [ fhir:id [ fhir:v "ClinicalDocument.classCode" ] ; fhir:path [ fhir:v "ClinicalDocument.classCode" ] ; ( fhir:representation [ fhir:v "xmlAttr" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "code"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"^^xsd:anyURI ; fhir:link <http://hl7.org/cda/stds/core/StructureDefinition/cs-simple> ] ) ] ) ; fhir:fixed [ fhir:v "DOCCLIN" ] ; fhir:binding [ fhir:strength [ fhir:v "extensible" ] ; fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/v3-ActClass"^^xsd:anyURI ; fhir:link <http://terminology.hl7.org/ValueSet/v3-ActClass> ] ] ] [ fhir:id [ fhir:v "ClinicalDocument.moodCode" ] ; fhir:path [ fhir:v "ClinicalDocument.moodCode" ] ; ( fhir:representation [ fhir:v "xmlAttr" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "code"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"^^xsd:anyURI ; fhir:link <http://hl7.org/cda/stds/core/StructureDefinition/cs-simple> ] ) ] ) ; fhir:fixed [ fhir:v "EVN" ] ; fhir:binding [ fhir:strength [ fhir:v "required" ] ; fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/v3-ActMood"^^xsd:anyURI ; fhir:link <http://terminology.hl7.org/ValueSet/v3-ActMood> ] ] ] [ fhir:id [ fhir:v "ClinicalDocument.realmCode" ] ; fhir:path [ fhir:v "ClinicalDocument.realmCode" ] ; fhir:definition [ fhir:v "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/CS"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.typeId" ] ; fhir:path [ fhir:v "ClinicalDocument.typeId" ] ; fhir:definition [ fhir:v "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." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.typeId.root" ] ; fhir:path [ fhir:v "ClinicalDocument.typeId.root" ] ; ( fhir:representation [ fhir:v "xmlAttr" ] ) ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/st-simple"^^xsd:anyURI ; fhir:link <http://hl7.org/cda/stds/core/StructureDefinition/st-simple> ] ) ] ) ; fhir:fixed [ fhir:v "2.16.840.1.113883.1.3" ] ] [ fhir:id [ fhir:v "ClinicalDocument.typeId.extension" ] ; fhir:path [ fhir:v "ClinicalDocument.typeId.extension" ] ; ( fhir:representation [ fhir:v "xmlAttr" ] ) ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/st-simple"^^xsd:anyURI ; fhir:link <http://hl7.org/cda/stds/core/StructureDefinition/st-simple> ] ) ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.templateId" ] ; fhir:path [ fhir:v "ClinicalDocument.templateId" ] ; fhir:definition [ fhir:v "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" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.id" ] ; fhir:path [ fhir:v "ClinicalDocument.id" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.code" ] ; fhir:path [ fhir:v "ClinicalDocument.code" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/CE"^^xsd:anyURI ] ] ) ; fhir:binding [ fhir:strength [ fhir:v "extensible" ] ; fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/doc-typecodes"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/ValueSet/doc-typecodes> ] ] ] [ fhir:id [ fhir:v "ClinicalDocument.title" ] ; fhir:path [ fhir:v "ClinicalDocument.title" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/ST"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.effectiveTime" ] ; fhir:path [ fhir:v "ClinicalDocument.effectiveTime" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/TS"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.confidentialityCode" ] ; fhir:path [ fhir:v "ClinicalDocument.confidentialityCode" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/CE"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.languageCode" ] ; fhir:path [ fhir:v "ClinicalDocument.languageCode" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/CS"^^xsd:anyURI ] ] ) ; fhir:binding [ fhir:strength [ fhir:v "required" ] ; fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/v3-HumanLanguage"^^xsd:anyURI ; fhir:link <http://terminology.hl7.org/ValueSet/v3-HumanLanguage> ] ] ] [ fhir:id [ fhir:v "ClinicalDocument.setId" ] ; fhir:path [ fhir:v "ClinicalDocument.setId" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.versionNumber" ] ; fhir:path [ fhir:v "ClinicalDocument.versionNumber" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/INT"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.copyTime" ] ; fhir:path [ fhir:v "ClinicalDocument.copyTime" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/TS"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.recordTarget" ] ; fhir:path [ fhir:v "ClinicalDocument.recordTarget" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/RecordTarget"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.author" ] ; fhir:path [ fhir:v "ClinicalDocument.author" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Author"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.dataEnterer" ] ; fhir:path [ fhir:v "ClinicalDocument.dataEnterer" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/DataEnterer"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.informant" ] ; fhir:path [ fhir:v "ClinicalDocument.informant" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Informant"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.custodian" ] ; fhir:path [ fhir:v "ClinicalDocument.custodian" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Custodian"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.informationRecipient" ] ; fhir:path [ fhir:v "ClinicalDocument.informationRecipient" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/InformationRecipient"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.legalAuthenticator" ] ; fhir:path [ fhir:v "ClinicalDocument.legalAuthenticator" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/LegalAuthenticator"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.authenticator" ] ; fhir:path [ fhir:v "ClinicalDocument.authenticator" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Authenticator"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.participant" ] ; fhir:path [ fhir:v "ClinicalDocument.participant" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Participant1"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.inFulfillmentOf" ] ; fhir:path [ fhir:v "ClinicalDocument.inFulfillmentOf" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/InFulfillmentOf"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.documentationOf" ] ; fhir:path [ fhir:v "ClinicalDocument.documentationOf" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/DocumentationOf"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.relatedDocument" ] ; fhir:path [ fhir:v "ClinicalDocument.relatedDocument" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/RelatedDocument"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.authorization" ] ; fhir:path [ fhir:v "ClinicalDocument.authorization" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Authorization"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.componentOf" ] ; fhir:path [ fhir:v "ClinicalDocument.componentOf" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/ComponentOf"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "ClinicalDocument.component" ] ; fhir:path [ fhir:v "ClinicalDocument.component" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; ( fhir:type [ fhir:code [ fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Component"^^xsd:anyURI ] ] ) ] ) ] . #
IG © 2019+ Health Level 7. Package hl7.cda.uv.core#2.0.1 based on FHIR 5.0.0. Generated 2023-10-03
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change