Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.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/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Breast cancer screening program participation information for Mrs. Bonny Goodwin - Opted Out (2017) - TTL Representation

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 "bcsp-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-core-1>     ] )
  ] ; # 
  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=\"bcsp-01\"> </a><a name=\"hcbcsp-01\"> </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\">ResourceObservation &quot;bcsp-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-observation-core-1.html\">ADHA Core Observation</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Cancer screening program <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/hl7au/au-fhir-base/CodeSystem-au-observation-category.html\">Observation Category Codes AU</a>#program &quot;Program&quot;)</span></p><p><b>code</b>: BreastScreen Australia Program Participation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1602091000168107 &quot;National breast cancer screening program participation&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-hi-testdata-goodwin-bonny.html\">Patient/hi-testdata-goodwin-bonny</a> &quot; GOODWIN&quot;</p><p><b>effective</b>: 2019-12-12 06:54:00+1000</p><p><b>performer</b>: <a href=\"Organization-tas-family-clinic.html\">Organization/tas-family-clinic</a> &quot;Tasmanian Family Medicine Clinic&quot;</p><blockquote><p><b>component</b></p><p><b>code</b>: Participation status <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1603781000168102 &quot;Program participation status&quot;)</span></p><p><b>value</b>: Never participated <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1602041000168104 &quot;Opted out of participation&quot;)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Participation status 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>: 2017-09-22 --&gt; (ongoing)</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Reason for opting off <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1603991000168102 &quot;Reason for program non participation&quot;)</span></p><p><b>value</b>: Uncomfortable with process <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # Scenario: Opted Out (2017)
#    Scenario Description: Participant was invited to screen, opted off in first round in 2017. 
#    Patient reported reason as not comfortable with the process. 
#    This information was recorded during a GP visit in 2019. 
  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 "Cancer screening program" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:1602091000168107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1602091000168107" ] ;
fhir:display [ fhir:v "National breast cancer screening program participation" ]     ] ) ;
fhir:text [ fhir:v "BreastScreen Australia Program Participation" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/hi-testdata-goodwin-bonny" ] ;
fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ]         ] ) ;
fhir:text [ fhir:v "IHI" ]       ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608000228445" ]     ]
  ] ; # 
  fhir:effective [ fhir:v "2019-12-12T06:54:00+10:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/tas-family-clinic" ]
  ] ) ; # 
  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:text [ fhir:v "Participation status" ]     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:1602041000168104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1602041000168104" ] ;
fhir:display [ fhir:v "Opted out of participation" ]       ] ) ;
fhir:text [ fhir:v "Never participated" ]     ]
  ] [
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 "Participation status period" ]     ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-09-22"^^xsd:date ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:1603991000168102 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1603991000168102" ] ;
fhir:display [ fhir:v "Reason for program non participation" ]       ] ) ;
fhir:text [ fhir:v "Reason for opting off" ]     ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Uncomfortable with process" ]     ]
  ] ) . #