Modellbiblioteket openEHR Fork
Name
Document Entry Metadata
Description
Metadata associated with the documents within the XDM message (XDSDocumentEntry) as defined in the NEHTA CDA Packaging Specification.
Keywords
metadata document entry metadata document
Purpose
Record metadata associated with the documents within the XDM message.
Use
References
Derived from: Pregnancy Summary, Draft archetype [Internet]. Australian Digital Health Agency (NEHTA), ADHA Clinical Knowledge Manager. Authored: 2012 Jan 30. Available at: http://dcm.nehta.org.au/ckm#showArchetype_1013.1.1298_1 (discontinued)
CDA Package v1.0 [Internet]. Australia: NEHTA. Available from: http://www.nehta.gov.au/implementation-resources/clinical-documents/EP-1094-2011/NEHTA-1229-2011 (accessed 2013 July 26).
Archetype Id
openEHR-EHR-CLUSTER.document_entry_metadata.v0
Copyright
© Australian Digital Health Agency, openEHR Foundation
Licencing
Original Author
Sistine Barretto-Daniels
Ocean Informatics Pty Ltd
Date Originally Authored
Record metadata associated with the documents within the XDM message.
Name Card Type Description
Document Creation Time
0..1 DV_DATE_TIME Date and/or Time the document was created in the system of origin.
DV_DATE_TIME
Encounter ID
0..1
CHOICE OF
DV_TEXT
DV_IDENTIFIER
Unique ID for this event from the CIS (note, source of info is the SEHR).
DV_IDENTIFIER
archetype (adl_version=1.4; uid=31d20406-e3c0-481e-87e5-3b80587e625a)
	openEHR-EHR-CLUSTER.document_entry_metadata.v0

concept
	[at0000]	-- Document Entry Metadata
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Sistine Barretto-Daniels">
		["organisation"] = <"Ocean Informatics Pty Ltd">
		["email"] = <"Sistine.Barretto-Daniels@oceaninformatics.com">
		["date"] = <"2012-01-30">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"Record metadata associated with the documents within the XDM message.">
			use = <"">
			keywords = <"metadata", "document entry metadata", "document">
			misuse = <"">
			copyright = <"© Australian Digital Health Agency, openEHR Foundation">
		>
	>
	lifecycle_state = <"in_development">
	other_contributors = <>
	other_details = <
		["custodian_organisation"] = <"openEHR Foundation">
		["references"] = <"Derived from: Pregnancy Summary, Draft archetype [Internet]. Australian Digital Health Agency (NEHTA), ADHA Clinical Knowledge Manager. Authored: 2012 Jan 30. Available at: http://dcm.nehta.org.au/ckm#showArchetype_1013.1.1298_1 (discontinued)
CDA Package v1.0 [Internet]. Australia: NEHTA. Available from: http://www.nehta.gov.au/implementation-resources/clinical-documents/EP-1094-2011/NEHTA-1229-2011 (accessed 2013 July 26).">
		["current_contact"] = <"Heather Leslie, Ocean Informatics, heather.leslie@oceaninformatics.com">
		["original_namespace"] = <"org.openehr">
		["original_publisher"] = <"openEHR Foundation">
		["custodian_namespace"] = <"org.openehr">
		["MD5-CAM-1.0.1"] = <"EF3D00D2B2FE8575508A761958B9F469">
		["build_uid"] = <"436a80bf-4b65-439a-91d2-e2b6dc7fa7e1">
		["revision"] = <"0.0.1-alpha">
	>

definition
	CLUSTER[at0000] matches {	-- Document Entry Metadata
		items cardinality matches {1..*; unordered} matches {
			ELEMENT[at0001] occurrences matches {0..1} matches {	-- Document Creation Time
				value matches {
					DV_DATE_TIME matches {*}
				}
			}
			ELEMENT[at0003] occurrences matches {0..1} matches {	-- Encounter ID
				value matches {
					DV_TEXT matches {*}
					DV_IDENTIFIER matches {*}
				}
			}
		}
	}



ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Document Entry Metadata">
					description = <"Metadata associated with the documents within the XDM message (XDSDocumentEntry) as defined in the NEHTA CDA Packaging Specification.">
				>
				["at0001"] = <
					text = <"Document Creation Time">
					description = <"Date and/or Time the document was created in the system of origin.">
				>
				["at0003"] = <
					text = <"Encounter ID">
					description = <"Unique ID for this event from the CIS (note, source of info is the SEHR).">
				>
			>
		>
	>