Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build
Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2019-07-29 |
TTL representation of the IHE.MHD.DocumentManifest resource profile.
@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 "IHE.MHD.DocumentManifest"] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n StructureDefinition for DocumentManifest as represented in the Provide and Query interactions in the \n IHE IT Infrastructure Technical Framework Supplement <a href=\"http://wiki.ihe.net/index.php/Mobile_access_to_Health_Documents_(MHD)\">Mobile access to Health Documents (MHD) Rev. 2.3</a>.\n The IHE MHD Profile text is Normative, this conformance resource is Informative.</div>" ] ; # fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/IHE.MHD.DocumentManifest"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.3.15"] ; # fhir:name [ fhir:v "Nictiz.IHE.MHD.DocumentManifest"] ; # fhir:title [ fhir:v "Nictiz IHE MHD Profile on DocumentManifest (SubmissionSet)"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-07-29"^^xsd:date] ; # fhir:publisher [ fhir:v "HL7 Netherlands"] ; # fhir:contact ( [ fhir:name [ fhir:v "Nictiz" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@nictiz.nl" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:description [ fhir:v "Profile on DocumentManifest based on IHE IT Infrastructure Technical Framework Supplement - Mobile access to Health Documents (MHD) Rev. 2.3. - revised by Nictiz to add a correct slicing on .content.p[x] and replaces incorrect references.\r\n\r\nSee http://wiki.ihe.net/index.php/Mobile_access_to_Health_Documents_(MHD) The IHE MHD Profile text is Normative, this conformance resource is Informative."] ; # fhir:purpose [ fhir:v "Copied profile from IHE MHD - revised by Nictiz to add a correct slicing on .content.p[x] and replaces incorrect references."] ; # fhir:fhirVersion [ fhir:v "3.0.2"] ; # fhir:mapping ( [ fhir:identity [ fhir:v "rim" ] ; fhir:uri [ fhir:v "http://hl7.org/v3"^^xsd:anyURI ] ; fhir:name [ fhir:v "RIM Mapping" ] ] [ fhir:identity [ fhir:v "w5" ] ; fhir:uri [ fhir:v "http://hl7.org/fhir/w5"^^xsd:anyURI ] ; fhir:name [ fhir:v "W5 Mapping" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:uri [ fhir:v "http://ihe.net/xds"^^xsd:anyURI ] ; fhir:name [ fhir:v "XDS metadata equivalent" ] ] [ fhir:identity [ fhir:v "v2" ] ; fhir:uri [ fhir:v "http://hl7.org/v2"^^xsd:anyURI ] ; fhir:name [ fhir:v "HL7 v2 Mapping" ] ] ) ; # fhir:kind [ fhir:v "resource"] ; # fhir:abstract [ fhir:v "false"^^xsd:boolean] ; # fhir:type [ fhir:v "DocumentManifest"] ; # fhir:baseDefinition [ fhir:v "http://hl7.org/fhir/StructureDefinition/DocumentManifest"^^xsd:anyURI] ; # fhir:derivation [ fhir:v "constraint"] ; # fhir:snapshot [ ( fhir:element [ fhir:id [ fhir:v "DocumentManifest" ] ; fhir:path [ fhir:v "DocumentManifest" ] ; fhir:short [ fhir:v "A list that defines a set of documents" ] ; fhir:definition [ fhir:v "A collection of documents compiled for a purpose together with metadata that applies to the collection." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:constraint [ fhir:key [ fhir:v "dom-2" ] ; fhir:severity [ fhir:v "error" ] ; fhir:human [ fhir:v "If the resource is contained in another resource, it SHALL NOT contain nested Resources" ] ; fhir:expression [ fhir:v "contained.contained.empty()" ] ; fhir:xpath [ fhir:v "not(parent::f:contained and f:contained)" ] ; fhir:source [ fhir:v "http://hl7.org/fhir/StructureDefinition/DomainResource"^^xsd:anyURI ] ] [ fhir:key [ fhir:v "dom-1" ] ; fhir:severity [ fhir:v "error" ] ; fhir:human [ fhir:v "If the resource is contained in another resource, it SHALL NOT contain any narrative" ] ; fhir:expression [ fhir:v "contained.text.empty()" ] ; fhir:xpath [ fhir:v "not(parent::f:contained and f:text)" ] ; fhir:source [ fhir:v "http://hl7.org/fhir/StructureDefinition/DomainResource"^^xsd:anyURI ] ] [ fhir:key [ fhir:v "dom-4" ] ; fhir:severity [ fhir:v "error" ] ; fhir:human [ fhir:v "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated" ] ; fhir:expression [ fhir:v "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" ] ; fhir:xpath [ fhir:v "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))" ] ; fhir:source [ fhir:v "http://hl7.org/fhir/StructureDefinition/DomainResource"^^xsd:anyURI ] ] [ fhir:key [ fhir:v "dom-3" ] ; fhir:severity [ fhir:v "error" ] ; fhir:human [ fhir:v "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource" ] ; fhir:expression [ fhir:v "contained.where(('#'+id in %resource.descendants().reference).not()).empty()" ] ; fhir:xpath [ fhir:v "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))" ] ; fhir:source [ fhir:v "http://hl7.org/fhir/StructureDefinition/DomainResource"^^xsd:anyURI ] ] ) ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "Entity. Role, or Act" ] ] [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "Act[classCode=FOLDER, moodCode=EVN]" ] ] [ fhir:identity [ fhir:v "w5" ] ; fhir:map [ fhir:v "infrastructure.documents" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.id" ] ; fhir:path [ fhir:v "DocumentManifest.id" ] ; fhir:short [ fhir:v "Logical id of this artifact" ] ; fhir:definition [ fhir:v "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes." ] ; fhir:comment [ fhir:v "The only time that a resource does not have an id is when it is being submitted to the server using a create operation." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "Resource.id" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "id"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ] [ fhir:id [ fhir:v "DocumentManifest.meta" ] ; fhir:path [ fhir:v "DocumentManifest.meta" ] ; fhir:short [ fhir:v "Metadata about the resource" ] ; fhir:definition [ fhir:v "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "Resource.meta" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Meta"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ] [ fhir:id [ fhir:v "DocumentManifest.implicitRules" ] ; fhir:path [ fhir:v "DocumentManifest.implicitRules" ] ; fhir:short [ fhir:v "A set of rules under which this content was created" ] ; fhir:definition [ fhir:v "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content." ] ; fhir:comment [ fhir:v "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "Resource.implicitRules" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "uri"^^xsd:anyURI ] ] ) ; fhir:isModifier [ fhir:v "true"^^xsd:boolean ] ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ] [ fhir:id [ fhir:v "DocumentManifest.language" ] ; fhir:path [ fhir:v "DocumentManifest.language" ] ; fhir:short [ fhir:v "Language of the resource content" ] ; fhir:definition [ fhir:v "The base language in which the resource is written." ] ; fhir:comment [ fhir:v "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "Resource.language" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "code"^^xsd:anyURI ] ] ) ; fhir:binding [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link <http://hl7.org/fhir/ValueSet/all-languages> ; fhir:reference [ fhir:v "http://hl7.org/fhir/ValueSet/all-languages" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"^^xsd:anyURI ] ; fhir:value [ fhir:v "Language" ] ] ) ; fhir:strength [ fhir:v "extensible" ] ; fhir:description [ fhir:v "A human language." ] ; fhir:valueSet [ a fhir:Reference ; fhir:link <http://hl7.org/fhir/ValueSet/languages> ; fhir:reference [ fhir:v "http://hl7.org/fhir/ValueSet/languages" ] ] ] ] [ fhir:id [ fhir:v "DocumentManifest.text" ] ; fhir:path [ fhir:v "DocumentManifest.text" ] ; fhir:short [ fhir:v "Text summary of the resource, for human interpretation" ] ; fhir:definition [ fhir:v "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety." ] ; fhir:comment [ fhir:v "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later." ] ; ( fhir:alias [ fhir:v "narrative" ] [ fhir:v "html" ] [ fhir:v "xhtml" ] [ fhir:v "display" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DomainResource.text" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Narrative"^^xsd:anyURI ] ] ) ; ( fhir:condition [ fhir:v "dom-1" ] ) ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "Act.text?" ] ] [ fhir:identity [ fhir:v "XDS" ] ; fhir:map [ fhir:v "SubmissionSet.comment" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.contained" ] ; fhir:path [ fhir:v "DocumentManifest.contained" ] ; fhir:short [ fhir:v "Contained, inline Resources" ] ; fhir:definition [ fhir:v "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope." ] ; fhir:comment [ fhir:v "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again." ] ; ( fhir:alias [ fhir:v "inline resources" ] [ fhir:v "anonymous resources" ] [ fhir:v "contained resources" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "DomainResource.contained" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Resource"^^xsd:anyURI ] ] ) ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "N/A" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.extension" ] ; fhir:path [ fhir:v "DocumentManifest.extension" ] ; fhir:short [ fhir:v "Additional Content defined by implementations" ] ; fhir:definition [ fhir:v "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ] ; fhir:comment [ fhir:v "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ] ; ( fhir:alias [ fhir:v "extensions" ] [ fhir:v "user content" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "DomainResource.extension" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Extension"^^xsd:anyURI ] ] ) ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "N/A" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.modifierExtension" ] ; fhir:path [ fhir:v "DocumentManifest.modifierExtension" ] ; fhir:short [ fhir:v "Extensions that cannot be ignored" ] ; fhir:definition [ fhir:v "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions." ] ; fhir:comment [ fhir:v "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ] ; ( fhir:alias [ fhir:v "extensions" ] [ fhir:v "user content" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "DomainResource.modifierExtension" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Extension"^^xsd:anyURI ] ] ) ; fhir:isModifier [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "N/A" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.masterIdentifier" ] ; fhir:path [ fhir:v "DocumentManifest.masterIdentifier" ] ; fhir:short [ fhir:v "Unique Identifier for the set of documents" ] ; fhir:definition [ fhir:v "A single identifier that uniquely identifies this manifest. Principally used to refer to the manifest in non-FHIR contexts." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.masterIdentifier" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Identifier"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "id [need a list semantic to indicate order matters]" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet.uniqueId" ] ] [ fhir:identity [ fhir:v "w5" ] ; fhir:map [ fhir:v "id" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.identifier" ] ; fhir:path [ fhir:v "DocumentManifest.identifier" ] ; fhir:short [ fhir:v "Other identifiers for the manifest" ] ; fhir:definition [ fhir:v "Other identifiers associated with the document manifest, including version independent identifiers." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.identifier" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Identifier"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "v2" ] ; fhir:map [ fhir:v "TXA-16-Unique Document File Name?" ] ] [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v ".id / .setId" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet.entryUUID" ] ] [ fhir:identity [ fhir:v "w5" ] ; fhir:map [ fhir:v "id" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.status" ] ; fhir:path [ fhir:v "DocumentManifest.status" ] ; fhir:short [ fhir:v "current | superseded | entered-in-error" ] ; fhir:definition [ fhir:v "The status of this document manifest." ] ; fhir:comment [ fhir:v "approved -> status=current" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.status" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "code"^^xsd:anyURI ] ] ) ; fhir:isModifier [ fhir:v "true"^^xsd:boolean ] ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; fhir:binding [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"^^xsd:anyURI ] ; fhir:value [ fhir:v "DocumentReferenceStatus" ] ] ) ; fhir:strength [ fhir:v "required" ] ; fhir:description [ fhir:v "The status of the document reference." ] ; fhir:valueSet [ a fhir:Reference ; fhir:link <http://hl7.org/fhir/ValueSet/document-reference-status> ; fhir:reference [ fhir:v "http://hl7.org/fhir/ValueSet/document-reference-status" ] ] ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v ".statusCode" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet status" ] ] [ fhir:identity [ fhir:v "w5" ] ; fhir:map [ fhir:v "status" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.type" ] ; fhir:path [ fhir:v "DocumentManifest.type" ] ; fhir:short [ fhir:v "Kind of document set" ] ; fhir:definition [ fhir:v "Specifies the kind of this set of documents (e.g. Patient Summary, Discharge Summary, Prescription, etc.). The type of a set of documents may be the same as one of the documents in it - especially if there is only one - but it may be wider." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.type" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "CodeableConcept"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; fhir:binding [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"^^xsd:anyURI ] ; fhir:value [ fhir:v "DocumentC80Type" ] ] ) ; fhir:strength [ fhir:v "preferred" ] ; fhir:description [ fhir:v "Precise type of clinical document." ] ; fhir:valueSet [ a fhir:Reference ; fhir:link <http://hl7.org/fhir/ValueSet/c80-doc-typecodes> ; fhir:reference [ fhir:v "http://hl7.org/fhir/ValueSet/c80-doc-typecodes" ] ] ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v ".code" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet.contentTypeCode" ] ] [ fhir:identity [ fhir:v "w5" ] ; fhir:map [ fhir:v "class" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.subject" ] ; fhir:path [ fhir:v "DocumentManifest.subject" ] ; fhir:short [ fhir:v "The subject of the set of documents" ] ; fhir:definition [ fhir:v "Who or what the set of documents is about. The documents can be about a person, (patient or healthcare practitioner), a device (i.e. machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure). If the documents cross more than one subject, then more than one subject is allowed here (unusual use case)." ] ; fhir:comment [ fhir:v "Not a contained resource. URL Points to an existing Patient resource representing Affinity Domain Patient" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.subject" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Patient"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v ".participation[typeCode=SBJ].role" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet.patientId" ] ] [ fhir:identity [ fhir:v "w5" ] ; fhir:map [ fhir:v "who.focus" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.created" ] ; fhir:path [ fhir:v "DocumentManifest.created" ] ; fhir:short [ fhir:v "When this document manifest created" ] ; fhir:definition [ fhir:v "When the document manifest was created for submission to the server (not necessarily the same thing as the actual resource last modified time, since it may be modified, replicated, etc.)." ] ; fhir:comment [ fhir:v "Creation time is used for tracking, organizing versions and searching. This is the creation time of the document set, not the documents on which it is based." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.created" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "dateTime"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v ".participation[typeCode=AUT].time" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet.submissionTime" ] ] [ fhir:identity [ fhir:v "w5" ] ; fhir:map [ fhir:v "when.done" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.author" ] ; fhir:path [ fhir:v "DocumentManifest.author" ] ; fhir:short [ fhir:v "Who and/or what authored the manifest" ] ; fhir:definition [ fhir:v "Identifies who is responsible for creating the manifest, and adding documents to it." ] ; fhir:comment [ fhir:v "Contained resource of type Practitioner or Organization with:\r\n* authorInstitution: Organization\r\nFor Practionioner, also with:\r\n* authorPerson: Practitioner.identifier and Practitioner.name\r\n* authorRole:—Not supported in STU3\r\n* authorSpecialty: Practitioner.qualification\r\n* authorTelecommunication: Practitioner.telecom" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.author" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Practitioner"^^xsd:anyURI ] ] [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Organization"^^xsd:anyURI ] ] ) ; fhir:mustSupport [ fhir:v "true"^^xsd:boolean ] ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v ".participation[typeCode=AUT].role" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet.author" ] ] [ fhir:identity [ fhir:v "w5" ] ; fhir:map [ fhir:v "who.author" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.recipient" ] ; fhir:path [ fhir:v "DocumentManifest.recipient" ] ; fhir:short [ fhir:v "Intended to get notified about this set of documents" ] ; fhir:definition [ fhir:v "A patient, practitioner, or organization for which this set of documents is intended." ] ; fhir:comment [ fhir:v "How the recipient receives the document set or is notified of it is up to the implementation. This element is just a statement of intent. If the recipient is a person, and it is not known whether the person is a patient or a practitioner, RelatedPerson would be the default choice." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.recipient" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Patient"^^xsd:anyURI ] ] [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Practitioner"^^xsd:anyURI ] ] [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/RelatedPerson"^^xsd:anyURI ] ] [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Organization"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v ".participation[typeCode=IRCP].role" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet.intendedRecipient" ] ] [ fhir:identity [ fhir:v "w5" ] ; fhir:map [ fhir:v "who.cause" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.source" ] ; fhir:path [ fhir:v "DocumentManifest.source" ] ; fhir:short [ fhir:v "The source system/application/software" ] ; fhir:definition [ fhir:v "Identifies the source system, application, or software that produced the document manifest." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.source" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "uri"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v ".participation[typeCode=PFM].time" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet.sourceId" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.description" ] ; fhir:path [ fhir:v "DocumentManifest.description" ] ; fhir:short [ fhir:v "Human-readable description (title)" ] ; fhir:definition [ fhir:v "Human-readable description of the source document. This is sometimes known as the \"title\"." ] ; fhir:comment [ fhir:v "What the document is about, rather than a terse summary of the document. It is commonly the case that records do not have a title and are collectively referred to by the display name of Record code (e.g. a \"consultation\" or \"progress note\")." ] ; fhir:requirements [ fhir:v "Helps humans to assess whether the document is of interest." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.description" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v ".title" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet.title" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.content" ] ; fhir:path [ fhir:v "DocumentManifest.content" ] ; fhir:short [ fhir:v "The items included" ] ; fhir:definition [ fhir:v "The list of Documents included in the manifest." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.content" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "BackboneElement"^^xsd:anyURI ] ] ) ; ( 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() | (children().count() > id.count())" ] ; fhir:xpath [ fhir:v "@value|f:*|h:div" ] ; fhir:source [ fhir:v "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "n/a" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.content.id" ] ; fhir:path [ fhir:v "DocumentManifest.content.id" ] ; ( fhir:representation [ fhir:v "xmlAttr" ] ) ; fhir:short [ fhir:v "xml:id (or equivalent in JSON)" ] ; fhir:definition [ fhir:v "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "Element.id" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "n/a" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.content.extension" ] ; fhir:path [ fhir:v "DocumentManifest.content.extension" ] ; fhir:short [ fhir:v "Additional Content defined by implementations" ] ; fhir:definition [ fhir:v "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ] ; fhir:comment [ fhir:v "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ] ; ( fhir:alias [ fhir:v "extensions" ] [ fhir:v "user content" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "Element.extension" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Extension"^^xsd:anyURI ] ] ) ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "n/a" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.content.modifierExtension" ] ; fhir:path [ fhir:v "DocumentManifest.content.modifierExtension" ] ; fhir:short [ fhir:v "Extensions that cannot be ignored" ] ; fhir:definition [ fhir:v "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions." ] ; fhir:comment [ fhir:v "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ] ; ( fhir:alias [ fhir:v "extensions" ] [ fhir:v "user content" ] [ fhir:v "modifiers" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "BackboneElement.modifierExtension" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Extension"^^xsd:anyURI ] ] ) ; fhir:isModifier [ fhir:v "true"^^xsd:boolean ] ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "N/A" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.content.p[x]" ] ; fhir:path [ fhir:v "DocumentManifest.content.p[x]" ] ; fhir:slicing [ ( fhir:discriminator [ fhir:type [ fhir:v "type" ] ; fhir:path [ fhir:v "$this" ] ] ) ; fhir:ordered [ fhir:v "false"^^xsd:boolean ] ; fhir:rules [ fhir:v "open" ] ] ; fhir:short [ fhir:v "Contents of this set of documents" ] ; fhir:definition [ fhir:v "The list of references to document content, or Attachment that consist of the parts of this document manifest. Usually, these would be document references, but direct references to Media or Attachments are also allowed." ] ; fhir:comment [ fhir:v "DocumentManifest.content.pAttachment is not used in XDS, therefore would not be present. Document Consumers should be robust to these elements holding values. Added a type slice and set the rules to closed to enforce constraining of pAttachment." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.content.p[x]" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Attachment"^^xsd:anyURI ] ] [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Resource"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v ".outboundRelationship[typeCode=COMP].target" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet DocumentEntry(s)" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.content.p[x]:pReference" ] ; fhir:path [ fhir:v "DocumentManifest.content.p[x]" ] ; fhir:sliceName [ fhir:v "pReference" ] ; fhir:short [ fhir:v "Contents of this set of documents" ] ; fhir:definition [ fhir:v "The list of references to document content, or Attachment that consist of the parts of this document manifest. Usually, these would be document references, but direct references to Media or Attachments are also allowed." ] ; fhir:comment [ fhir:v "The intended focus of the DocumentManifest is for the reference to target either DocumentReference or Media Resources, and most implementation guides will restrict to these resources. The reference is to \"Any\" to support EN 13606 usage, where an extract is DocumentManifest that references List and Composition resources." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.content.p[x]" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/IHE.MHD.Provide.Minimal.DocumentReference"^^xsd:anyURI ] ] [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/DocumentReference"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v ".outboundRelationship[typeCode=COMP].target" ] ] [ fhir:identity [ fhir:v "xds" ] ; fhir:map [ fhir:v "SubmissionSet DocumentEntry(s)" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.related" ] ; fhir:path [ fhir:v "DocumentManifest.related" ] ; fhir:short [ fhir:v "Related things" ] ; fhir:definition [ fhir:v "Related identifiers or resources associated with the DocumentManifest." ] ; fhir:comment [ fhir:v "These HL7 FHIR STU3 elements are not used in XDS, therefore would not be present. Document Consumers should be robust to these elements holding values." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "0" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.related" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "BackboneElement"^^xsd:anyURI ] ] ) ; ( 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() | (children().count() > id.count())" ] ; fhir:xpath [ fhir:v "@value|f:*|h:div" ] ; fhir:source [ fhir:v "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "n/a" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.related.id" ] ; fhir:path [ fhir:v "DocumentManifest.related.id" ] ; ( fhir:representation [ fhir:v "xmlAttr" ] ) ; fhir:short [ fhir:v "xml:id (or equivalent in JSON)" ] ; fhir:definition [ fhir:v "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "Element.id" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "n/a" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.related.extension" ] ; fhir:path [ fhir:v "DocumentManifest.related.extension" ] ; fhir:short [ fhir:v "Additional Content defined by implementations" ] ; fhir:definition [ fhir:v "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ] ; fhir:comment [ fhir:v "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ] ; ( fhir:alias [ fhir:v "extensions" ] [ fhir:v "user content" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "Element.extension" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Extension"^^xsd:anyURI ] ] ) ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "n/a" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.related.modifierExtension" ] ; fhir:path [ fhir:v "DocumentManifest.related.modifierExtension" ] ; fhir:short [ fhir:v "Extensions that cannot be ignored" ] ; fhir:definition [ fhir:v "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions." ] ; fhir:comment [ fhir:v "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ] ; ( fhir:alias [ fhir:v "extensions" ] [ fhir:v "user content" ] [ fhir:v "modifiers" ] ) ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "BackboneElement.modifierExtension" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Extension"^^xsd:anyURI ] ] ) ; fhir:isModifier [ fhir:v "true"^^xsd:boolean ] ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ; ( fhir:mapping [ fhir:identity [ fhir:v "rim" ] ; fhir:map [ fhir:v "N/A" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.related.identifier" ] ; fhir:path [ fhir:v "DocumentManifest.related.identifier" ] ; fhir:short [ fhir:v "Identifiers of things that are related" ] ; fhir:definition [ fhir:v "Related identifier to this DocumentManifest. For example, Order numbers, accession numbers, XDW workflow numbers." ] ; fhir:comment [ fhir:v "If both identifier and ref elements are present they shall refer to the same thing." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.related.identifier" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Identifier"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ] [ fhir:id [ fhir:v "DocumentManifest.related.ref" ] ; fhir:path [ fhir:v "DocumentManifest.related.ref" ] ; fhir:short [ fhir:v "Related Resource" ] ; fhir:definition [ fhir:v "Related Resource to this DocumentManifest. For example, Order, ProcedureRequest, Procedure, EligibilityRequest, etc." ] ; fhir:comment [ fhir:v "If both identifier and ref elements are present they shall refer to the same thing." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "DocumentManifest.related.ref" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; ( fhir:type [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Resource"^^xsd:anyURI ] ] ) ; fhir:isSummary [ fhir:v "true"^^xsd:boolean ] ] ) ] ; # fhir:differential [ ( fhir:element [ fhir:id [ fhir:v "DocumentManifest" ] ; fhir:path [ fhir:v "DocumentManifest" ] ] [ fhir:id [ fhir:v "DocumentManifest.text" ] ; fhir:path [ fhir:v "DocumentManifest.text" ] ; ( fhir:mapping [ fhir:identity [ fhir:v "XDS" ] ; fhir:map [ fhir:v "SubmissionSet.comment" ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.masterIdentifier" ] ; fhir:path [ fhir:v "DocumentManifest.masterIdentifier" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ] [ fhir:id [ fhir:v "DocumentManifest.identifier" ] ; fhir:path [ fhir:v "DocumentManifest.identifier" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ] [ fhir:id [ fhir:v "DocumentManifest.status" ] ; fhir:path [ fhir:v "DocumentManifest.status" ] ; fhir:comment [ fhir:v "approved -> status=current" ] ] [ fhir:id [ fhir:v "DocumentManifest.type" ] ; fhir:path [ fhir:v "DocumentManifest.type" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ] [ fhir:id [ fhir:v "DocumentManifest.subject" ] ; fhir:path [ fhir:v "DocumentManifest.subject" ] ; fhir:comment [ fhir:v "Not a contained resource. URL Points to an existing Patient resource representing Affinity Domain Patient" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; ( fhir:type [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Patient"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.created" ] ; fhir:path [ fhir:v "DocumentManifest.created" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ] [ fhir:id [ fhir:v "DocumentManifest.author" ] ; fhir:path [ fhir:v "DocumentManifest.author" ] ; fhir:comment [ fhir:v "Contained resource of type Practitioner or Organization with:\r\n* authorInstitution: Organization\r\nFor Practionioner, also with:\r\n* authorPerson: Practitioner.identifier and Practitioner.name\r\n* authorRole:—Not supported in STU3\r\n* authorSpecialty: Practitioner.qualification\r\n* authorTelecommunication: Practitioner.telecom" ] ; ( fhir:type [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Practitioner"^^xsd:anyURI ] ] [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Organization"^^xsd:anyURI ] ] ) ; fhir:mustSupport [ fhir:v "true"^^xsd:boolean ] ] [ fhir:id [ fhir:v "DocumentManifest.source" ] ; fhir:path [ fhir:v "DocumentManifest.source" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ] [ fhir:id [ fhir:v "DocumentManifest.content.p[x]" ] ; fhir:path [ fhir:v "DocumentManifest.content.p[x]" ] ; fhir:slicing [ ( fhir:discriminator [ fhir:type [ fhir:v "type" ] ; fhir:path [ fhir:v "$this" ] ] ) ; fhir:rules [ fhir:v "closed" ] ] ; fhir:comment [ fhir:v "DocumentManifest.content.pAttachment is not used in XDS, therefore would not be present. Document Consumers should be robust to these elements holding values. Added a type slice and set the rules to closed to enforce constraining of pAttachment." ] ] [ fhir:id [ fhir:v "DocumentManifest.content.p[x]:pReference" ] ; fhir:path [ fhir:v "DocumentManifest.content.p[x]" ] ; fhir:sliceName [ fhir:v "pReference" ] ; ( fhir:type [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/IHE.MHD.Provide.Minimal.DocumentReference"^^xsd:anyURI ] ] [ fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ; fhir:targetProfile [ fhir:v "http://hl7.org/fhir/StructureDefinition/DocumentReference"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "DocumentManifest.related" ] ; fhir:path [ fhir:v "DocumentManifest.related" ] ; fhir:comment [ fhir:v "These HL7 FHIR STU3 elements are not used in XDS, therefore would not be present. Document Consumers should be robust to these elements holding values." ] ; fhir:max [ fhir:v "0" ] ] ) ] . # <http://hl7.org/fhir/ValueSet/all-languages> a fhir:ValueSet . <http://hl7.org/fhir/ValueSet/languages> a fhir:ValueSet . <http://hl7.org/fhir/ValueSet/document-reference-status> a fhir:ValueSet . <http://hl7.org/fhir/ValueSet/c80-doc-typecodes> a fhir:ValueSet .
IG © 2023+ HL7 Netherlands. Package zibs2017#1.3.15 based on FHIR 3.0.2. Generated 2024-04-09
Links: Table of Contents |
QA Report