Sha256: b35892b52e8bb1b37c0fa654bef1100053985dfe753d69b34aecc49ca075e782

Contents?: true

Size: 1.66 KB

Versions: 10

Compression:

Stored size: 1.66 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<DocumentManifest xmlns="http://hl7.org/fhir">
	<id value="example"/>
	<meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  
	<!--  Many XDS systems do not track any id for the author. When systems don't do this, 
    the only option is for the author information to be contained in the Document Reference  -->
	<contained>
		<Practitioner>
			<id value="a1"/>
			<name>
				<family value="Dopplemeyer"/>
				<given value="Sherry"/>
			</name>
			<telecom>
				<system value="email"/>
				<value value="john.doe@healthcare.example.org"/>
			</telecom>
		</Practitioner>
	</contained>
	<masterIdentifier>
		<system value="http://example.org/documents"/>
		<value value="23425234234-2346"/>
	</masterIdentifier>
	<identifier>
		<system value="http://example.org/documents"/>
		<value value="23425234234-2347"/>
	</identifier>
	<status value="current"/>
	<type>
		<text value="History and Physical"/>
	</type>
	<subject>
		<reference value="Patient/xcda"/>
	</subject>
	<created value="2004-12-25T23:50:50-05:00"/>
	<author>
		<reference value="#a1"/>
	</author>
	<recipient>
		<reference value="Practitioner/xcda1"/>
	</recipient>
	<source value="urn:oid:1.3.6.1.4.1.21367.2009.1.2.1"/>
	<description value="Physical"/>
	<content>

			<reference value="DocumentReference/example"/>

	</content>
	<related>
		<identifier>
			<system value="http://example.org/documents"/>
			<value value="23425234234-9999"/>
		</identifier>
		<ref>
			<reference value="DocumentReference/example"/>
		</ref>
	</related>
</DocumentManifest>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/xml/documentmanifest-example.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/documentmanifest-example.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/documentmanifest-example.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/documentmanifest-example.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/documentmanifest-example.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/documentmanifest-example.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/documentmanifest-example.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/documentmanifest-example.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/documentmanifest-example.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/documentmanifest-example.xml