AU Base Implementation Guide
4.2.2-ballot - Ballot
This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "healthprogramparticipation-example0",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/StructureDefinition/au-healthprogramparticipation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation healthprogramparticipation-example0</b></p><a name=\"healthprogramparticipation-example0\"> </a><a name=\"hchealthprogramparticipation-example0\"> </a><a name=\"healthprogramparticipation-example0-en-AU\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/observation-category program}\">Substance use therapy program</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1602131000168109}\">12 step Alcohol program participation</span></p><p><b>subject</b>: <a href=\"Patient-example4.html\">Suzanne Simmons Female, DoB: 2008-08-08 ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-example2.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Annual visit; serviceType = General practice service; period = 2022-02-10 09:20:00+1000 --> 2022-02-10 09:35:00+1000</a></p><p><b>effective</b>: 2022-02-10</p><p><b>performer</b>: Identifier: Employee Number/8223TAS</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1603781000168102}\">Program participation status</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 1602001000168101}\">Active</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1603791000168104}\">Program participation status validity period</span></p><p><b>value</b>: 2021-08-19 --> (ongoing)</p></blockquote></div>"
},
"status" : "final",
"category" : [
// Scenario: Active participation in 12 step alcohol program
Scenario Description: Patient continues to actively participate in ongoing program since first enrolled 19 AUG 2021
Discussed during annual GP checkup
{
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/observation-category",
"code" : "program",
"display" : "Program"
}
],
"text" : "Substance use therapy program"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1602131000168109",
"display" : "Substance use therapy program participation"
}
],
"text" : "12 step Alcohol program participation"
},
"subject" : {
🔗 "reference" : "Patient/example4",
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "http://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824754455",
"value" : "22446688",
"assigner" : {
"display" : "TAS GP Medical Center TAS"
}
}
},
"encounter" : {
🔗 "reference" : "Encounter/example2"
},
"effectiveDateTime" : "2022-02-10",
"performer" : [
{
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "EI",
"display" : "Employee number"
}
],
"text" : "Employee Number"
},
"system" : "http://tasmedicalcenter.example.com/providers",
"value" : "8223TAS",
"assigner" : {
"display" : "TAS GP Medical Center TAS"
}
}
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1603781000168102",
"display" : "Program participation status"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1602001000168101",
"display" : "Active participation"
}
],
"text" : "Active"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1603791000168104",
"display" : "Program participation status period"
}
],
"text" : "Program participation status validity period"
},
"valuePeriod" : {
"start" : "2021-08-19"
}
}
]
}