Difference between revisions of "Consent Statement"

From Hiasobi - FHIR
Jump to: navigation, search
(Created page with "<pre> <Consent xmlns="http://hl7.org/fhir"> <status value="active"/> <category> <coding> <system value="http://loinc.org"/> <code value="64292-6"/> <display value...")
 
Line 23: Line 23:
 
</role>
 
</role>
 
<reference>
 
<reference>
<display value="dbMotion"/>
+
<display value="ORGNAME"/>
 
</reference>
 
</reference>
 
</actor>
 
</actor>

Revision as of 21:46, 19 September 2017

<Consent xmlns="http://hl7.org/fhir">
	<status value="active"/>
	<category>
		<coding>
			<system value="http://loinc.org"/>
			<code value="64292-6"/>
			<display value="Release of information consent"/>
		</coding>
		<text value="Release of information consent"/>
	</category>
	<patient>
		<reference value="Patient/36"/>
	</patient>
	<dateTime value="2017-09-19"/>
	<actor>
		<role>
			<coding>
				<system value="http://hl7.org/fhir/v3/ParticipationType"/>
				<code value="IRCP"/>
				<display value="information recipient"/>
			</coding>
		</role>
		<reference>
			<display value="ORGNAME"/>
		</reference>
	</actor>
	<sourceReference>
		<reference value="DocumentReference/36"/>
	</sourceReference>
	<data>
		<meaning value="instance"/>
		<reference>
			<reference value="Bundle/42380faa-281d-4b06-8857-84bfe3b27b2"/>
		</reference>
	</data>
	<except>
		<type value="deny"/>
		<action>
			<coding>
				<system value="http://hl7.org/fhir/consentaction"/>
				<code value="disclose"/>
				<display value="Release / transfer of information to an entity"/>
			</coding>
			<text value="disclose"/>
		</action>
	</except>
</Consent>