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
@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 "nbcsp-04"] ; #
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 class=\"res-header-id\"><b>Generated Narrative: Observation nbcsp-04</b></p><a name=\"nbcsp-04\"> </a><a name=\"hcnbcsp-04\"> </a><a name=\"nbcsp-04-en-AU\"> </a><p><b>identifier</b>: <code>urn:ietf:rfc:4122</code>/4732293f-40e4-45a3-81b5-9cc2ae8b2f38</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/observation-category program}\">Cancer screening program</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1602081000168109}\">National Bowel Cancer Screening Program Participation</span></p><p><b>subject</b>: <a href=\"Patient-mhr-craig-daniel.html\">Daniel CRAIG Male, DoB: 1949-04-09 ( National unique individual identifier: AustalianIHI#8003608333563104 (use: official, ))</a></p><p><b>effective</b>: 2021-07-21 07:01:00+1000</p><p><b>performer</b>: <a href=\"Organization-ncsr-operator.html\">Organization National Cancer Screening Register system operator</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1603781000168102}\">Participant status</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 1602031000168108}\">Excluded</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1603791000168104}\">Program participation status period</span></p><p><b>value</b>: 2021-07-21 --> (ongoing)</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1603871000168108}\">Defer flag</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1604041000168107}\">Next screening action</span></p><p><b>value</b>: <span title=\"Codes:\">Inactive</span></p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:4122"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4732293f-40e4-45a3-81b5-9cc2ae8b2f38" ]
] ) ; # Scenario: Excluded, inactive (2021)
# Scenario Description: NCSR receives an MBS Colectomy for participant. Person is now excluded from Bowel Program due to medical reasons. , update to id from pcehr doc registration?
fhir:status [ fhir:v "final"] ; #
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:1602081000168109 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1602081000168109" ] ;
fhir:display [ fhir:v "National bowel cancer screening program participation" ] ] ) ;
fhir:text [ fhir:v "National Bowel Cancer Screening Program Participation" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/mhr-craig-daniel" ] ;
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 "8003608333563104" ] ]
] ; #
fhir:effective [ fhir:v "2021-07-21T07:01:00+10:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/ncsr-operator" ] ;
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NOI" ] ;
fhir:display [ fhir:v "National Organisation Identifier" ] ] ) ;
fhir:text [ fhir:v "PAI-O" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/pcehr/paio/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "TBD" ] ]
] ) ; #
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 "Participant status" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:1602031000168108 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1602031000168108" ] ;
fhir:display [ fhir:v "Excluded from participation" ] ] ) ;
fhir:text [ fhir:v "Excluded" ] ]
] [
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:value [
a fhir:Period ;
fhir:start [ fhir:v "2021-07-21"^^xsd:date ] ]
] [
fhir:code [
( fhir:coding [
a sct:1603871000168108 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1603871000168108" ] ;
fhir:display [ fhir:v "Program participation suspension indicator" ] ] ) ;
fhir:text [ fhir:v "Defer flag" ] ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ] # Patient has not deferred
] [
fhir:code [
( fhir:coding [
a sct:1604041000168107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1604041000168107" ] ;
fhir:display [ fhir:v "Program forecast status" ] ] ) ;
fhir:text [ fhir:v "Next screening action" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Inactive" ] ]
] ) . #
IG © 2023+ Australian Digital Health Agency. Package au.digitalhealth.r4#1.2.0-ci-build based on FHIR 4.0.1. Generated 2024-09-12
Publisher:
Australian Digital Health Agency
ABN 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000
Links: Table of Contents |
QA Report
| Version History
| Report an issue or propose a change
Telephone 1300 901 001 or email help@digitalhealth.gov.au
https://www.digitalhealth.gov.au
Privacy policy |
Terms of Use