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
<Encounter xmlns="http://hl7.org/fhir">
<id value="au-core-encounter-conformant"/>
<meta>
<profile
value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter au-core-encounter-conformant</b></p><a name="au-core-encounter-conformant"> </a><a name="hcau-core-encounter-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-encounter.html">AU Core Encounter</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (ambulatory)</p><p><b>serviceType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-type 124}">General Practice</span></p><p><b>subject</b>: <a href="Patient/patient-fixture">Sample Frog</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}">primary performer</span></td><td><a href="Practitioner/frog-participant">Perry Frog</a></td></tr></table><p><b>period</b>: 2024-03-01 09:00:00+1000 --> 2024-03-01 09:30:00+1000</p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 185349003}">Encounter for check up</span></p><p><b>reasonReference</b>: <a href="Condition/frog-reason-condition">Synthetic reason for encounter (Frog test data)</a></p><h3>Locations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Location</b></td></tr><tr><td style="display: none">*</td><td><a href="Location/frog-location">Frog Medical Centre</a></td></tr></table><p><b>serviceProvider</b>: <a href="Organization/frog-service-provider">Frog Health Service</a></p></div>
</text>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
<display value="ambulatory"/>
</class>
<serviceType>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/service-type"/>
<code value="124"/>
<display value="General Practice"/>
</coding>
</serviceType>
<subject>
<reference value="Patient/patient-fixture"/>
<display value="Sample Frog"/>
</subject>
<participant>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
<code value="PPRF"/>
<display value="primary performer"/>
</coding>
</type>
<individual>
<reference value="Practitioner/frog-participant"/>
<display value="Perry Frog"/>
</individual>
</participant>
<period>
<start value="2024-03-01T09:00:00+10:00"/>
<end value="2024-03-01T09:30:00+10:00"/>
</period>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="185349003"/>
<display value="Encounter for check up"/>
</coding>
</reasonCode>
<reasonReference>
<reference value="Condition/frog-reason-condition"/>
<display value="Synthetic reason for encounter (Frog test data)"/>
</reasonReference>
<location>
<location>
<reference value="Location/frog-location"/>
<display value="Frog Medical Centre"/>
</location>
</location>
<serviceProvider>
<reference value="Organization/frog-service-provider"/>
<display value="Frog Health Service"/>
</serviceProvider>
</Encounter>