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
{
"resourceType" : "Encounter",
"id" : "au-core-encounter-conformant",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"serviceType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/service-type",
"code" : "124",
"display" : "General Practice"
}
]
},
"subject" : {
"reference" : "Patient/patient-fixture",
"display" : "Sample Frog"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PPRF",
"display" : "primary performer"
}
]
}
],
"individual" : {
"reference" : "Practitioner/frog-participant",
"display" : "Perry Frog"
}
}
],
"period" : {
"start" : "2024-03-01T09:00:00+10:00",
"end" : "2024-03-01T09:30:00+10:00"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "185349003",
"display" : "Encounter for check up"
}
]
}
],
"reasonReference" : [
{
"reference" : "Condition/frog-reason-condition",
"display" : "Synthetic reason for encounter (Frog test data)"
}
],
"location" : [
{
"location" : {
"reference" : "Location/frog-location",
"display" : "Frog Medical Centre"
}
}
],
"serviceProvider" : {
"reference" : "Organization/frog-service-provider",
"display" : "Frog Health Service"
}
}