AU eRequesting Implementation Guide
0.2.0-ci-build - CI Build
AU eRequesting Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-erequesting/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Encounter",
"id" : "consultation",
"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 consultation</b></p><a name=\"consultation\"> </a><a name=\"hcconsultation\"> </a><a name=\"consultation-en-AU\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 788007007}\">General practice service</span></p><p><b>subject</b>: <a href=\"Patient-fred-roberts.html\">Fred Roberts Male, DoB: 1961-06-16 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608500314661)</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=\"PractitionerRole-guthridge-jarred-gp.html\">PractitionerRole Family medicine specialist</a></td></tr></table><p><b>period</b>: 2024-05-11 10:15:00+1000 --> 2024-05-11 10:30:00+1000</p><p><b>serviceProvider</b>: <a href=\"Organization-elimbah-medical-center.html\">Organization Elimbah Medical Center</a></p></div>"
},
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"serviceType" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "788007007",
"display" : "General practice service"
}
]
},
"subject" : {
🔗 "reference" : "Patient/fred-roberts"
},
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PPRF",
"display" : "primary performer"
}
]
}
],
"individual" : {
🔗 "reference" : "PractitionerRole/guthridge-jarred-gp"
}
}
],
"period" : {
"start" : "2024-05-11T10:15:00+10:00",
"end" : "2024-05-11T10:30:00+10:00"
},
"serviceProvider" : {
🔗 "reference" : "Organization/elimbah-medical-center"
}
}