Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
@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-2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthprogramparticipation"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthprogramparticipation> ] [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-observation"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-observation> ] )
] ; #
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-2\"> </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 "healthprogramparticipation-2" </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-au-core-healthprogramparticipation.html\">AU Core Health Program Participation Summary</a>, <a href=\"StructureDefinition-au-core-observation.html\">AU 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=\"http://hl7.org.au/fhir/4.1.2-preview/CodeSystem-au-observation-category.html\">Observation Category Codes AU</a>#program "Program")</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 "Patient participation in national breast cancer screening program")</span></p><p><b>subject</b>: <a href=\"Patient-bennelong-anne.html\">Patient/bennelong-anne</a> " BENNELONG"</p><p><b>effective</b>: 2022-05-14</p><p><b>performer</b>: <span>ABN: 54505206361</span></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 "Program participation status")</span></p><p><b>value</b>: Deferred next screening <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1601981000168101 "Participation temporarily suspended")</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)</span></p><p><b>value</b>: 2022-05-14 --> 2023-03-14</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Reason for deferral <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1603991000168102 "Reason for program non participation")</span></p><p><b>value</b>: Travelling <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#420008001 "Travel")</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "final"] ; # Scenario: Deferred BreastScreen Australia Screening due to travel
# Scenario Description: Participant was invited to screen, Deferred screening for 10 months due to travel.
# Information recorded by BreastScreen VIC
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 "Patient participation in national breast cancer screening program" ] ] ) ;
fhir:text [ fhir:v "BreastScreen Australia Program Participation" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/bennelong-anne" ] ;
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MC" ] ] ) ;
fhir:text [ fhir:v "Medicare Number" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6951449677" ] ]
] ; #
fhir:effective [ fhir:v "2022-05-14"^^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 "XX" ] ] ) ;
fhir:text [ fhir:v "ABN" ] ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "54505206361" ] ]
] ) ; # BreastScreen Victoria
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:1601981000168101 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1601981000168101" ] ;
fhir:display [ fhir:v "Participation temporarily suspended" ] ] ) ;
fhir:text [ fhir:v "Deferred next screening" ] ]
] [
fhir:code [
( fhir:coding [
a sct:1603791000168104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1603791000168104" ] ] ) ;
fhir:text [ fhir:v "Participation status period" ] ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-14"^^xsd:date ] ;
fhir:end [ fhir:v "2023-03-14"^^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 deferral" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:420008001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "420008001" ] ;
fhir:display [ fhir:v "Travel" ] ] ) ;
fhir:text [ fhir:v "Travelling" ] ]
] ) . #
IG © 2022+ HL7 Australia. Package hl7.fhir.au.core#0.2.2-preview based on FHIR 4.0.1. Generated 2023-11-16
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change