FHIR Frog AU Core Conformance Tests
0.1.0 - draft
FHIR Frog AU Core Conformance Tests, published by FHIR Frog. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions
<Procedure xmlns="http://hl7.org/fhir">
<id value="au-core-procedure-conformant"/>
<meta>
<profile
value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Procedure au-core-procedure-conformant</b></p><a name="au-core-procedure-conformant"> </a><a name="hcau-core-procedure-conformant"> </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="http://hl7.org.au/fhir/core/2.0.0/StructureDefinition-au-core-procedure.html">AU Core Procedure</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 80146002}">Appendectomy</span></p><p><b>subject</b>: <a href="Patient/patient-fixture">Patient/patient-fixture</a></p><p><b>encounter</b>: Frog Pond Clinic encounter</p><p><b>performed</b>: 2020-06-15</p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 74400008}">Appendicitis</span></p><p><b>reasonReference</b>: Frog test condition</p><p><b>note</b>: </p><blockquote><div><p>Synthetic procedure fixture (Frog test data) for fhir-frog AU Core Procedure conformance testing.</p>
</div></blockquote></div>
</text>
<status value="completed"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="80146002"/>
<display value="Appendectomy"/>
</coding>
</code>
<subject>
<reference value="Patient/patient-fixture"/>
</subject>
<encounter>
<display value="Frog Pond Clinic encounter"/>
</encounter>
<performedDateTime value="2020-06-15"/>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="74400008"/>
<display value="Appendicitis"/>
</coding>
</reasonCode>
<reasonReference>
<display value="Frog test condition"/>
</reasonReference>
<note>
<text
value="Synthetic procedure fixture (Frog test data) for fhir-frog AU Core Procedure conformance testing."/>
</note>
</Procedure>