Obligation Discussion
0.5.1 - Working Draft to present the Concept Ideas and Background Details (FO)
Obligation Discussion, published by . This guide is not an authorized publication; it is the continuous build for version 0.5.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/obligation/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="APatient2"/>
<meta>
<profile
value="http://obligation.oemig.de/fhir/StructureDefinition/APatientSenderProfile"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient APatient2</b></p><a name="APatient2"> </a><a name="hcAPatient2"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-APatientSenderProfile.html">A) Profile Sender Profile</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Gabriele Mustermann (official) Male, DoB: 1993-08-14 ( http://fhir.test.de/abc#PAT123)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}">Married</span></td></tr></table></div>
</text>
<identifier>
<system value="http://fhir.test.de/abc"/>
<value value="PAT123"/>
</identifier>
<name>
<use value="official"/>
<family value="Mustermann"/>
<given value="Gabriele"/>
</name>
<gender value="male">
<extension
url="http://v2.hl7.org/fhir/StructureDefinition/new-obligation">
<extension url="code">
<valueCode value="SHALL:send"/>
</extension>
<extension url="actor">
<valueReference>🔗
<reference value="ActorDefinition/ActorDefReceiverTest"/>
</valueReference>
</extension>
<extension url="documentation">
<valueString value="This is the test documentation."/>
</extension>
</extension>
</gender>
<birthDate value="1993-08-14">
<extension
url="http://v2.hl7.org/fhir/StructureDefinition/new-obligation">
<extension url="code">
<valueCode value="SHALL:print"/>
</extension>
</extension>
</birthDate>
<maritalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="M"/>
</coding>
</maritalStatus>
</Patient>