AU Base Implementation Guide
4.2.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.1-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-base/ and changes regularly. See the Directory of published versions

: Observation - active participation in 12 step alcohol program - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "healthprogramparticipation-example0"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-healthprogramparticipation"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-healthprogramparticipation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"healthprogramparticipation-example0\"> </a><a name=\"hchealthprogramparticipation-example0\"> </a></p><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\">Resource Observation &quot;healthprogramparticipation-example0&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-healthprogramparticipation.html\">AU Health Program Participation Summary</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Substance use therapy program <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-au-observation-category.html\">Observation Category Codes AU</a>#program &quot;Program&quot;)</span></p><p><b>code</b>: 12 step Alcohol program participation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1602131000168109 &quot;Substance use therapy program participation&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-example4.html\">Patient/example4</a> &quot; SIMMONS&quot;</p><p><b>encounter</b>: <a href=\"Encounter-example2.html\">Encounter/example2</a></p><p><b>effective</b>: 2022-02-10</p><p><b>performer</b>: <span>Employee Number/8223TAS</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Program participation status <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1603781000168102)</span></p><p><b>value</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1602001000168101 &quot;Active participation&quot;)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Program participation status validity period <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1603791000168104 &quot;Program participation status period&quot;)</span></p><p><b>value</b>: 2021-08-19 --&gt; (ongoing)</p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 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 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "program" ] ;
fhir:display [ fhir:v "Program" ]     ] ) ;
fhir:text [ fhir:v "Substance use therapy program" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:1602131000168109 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1602131000168109" ] ;
fhir:display [ fhir:v "Substance use therapy program participation" ]     ] ) ;
fhir:text [ fhir:v "12 step Alcohol program participation" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example4" ] ;
fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]         ] )       ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824754455"^^xsd:anyURI ] ;
fhir:value [ fhir:v "22446688" ] ;
fhir:assigner [
fhir:display [ fhir:v "TAS GP Medical Center TAS" ]       ]     ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/example2" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-02-10"^^xsd:date] ; # 
  fhir:performer ( [
fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EI" ] ;
fhir:display [ fhir:v "Employee number" ]         ] ) ;
fhir:text [ fhir:v "Employee Number" ]       ] ;
fhir:system [ fhir:v "http://tasmedicalcenter.example.com/providers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8223TAS" ] ;
fhir:assigner [
fhir:display [ fhir:v "TAS GP Medical Center TAS" ]       ]     ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a sct:1603781000168102 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1603781000168102" ] ;
fhir:display [ fhir:v "Program participation status" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:1602001000168101 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1602001000168101" ] ;
fhir:display [ fhir:v "Active participation" ]       ] ) ;
fhir:text [ fhir:v "Active" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:1603791000168104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1603791000168104" ] ;
fhir:display [ fhir:v "Program participation status period" ]       ] ) ;
fhir:text [ fhir:v "Program participation status validity period" ]     ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2021-08-19"^^xsd:date ]     ]
  ] ) . #