@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "smokingceasedate-1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-smokingceasedate"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-observation"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "smokingceasedate-1"

Profiles: AU Core Smoking Cease Date, AU Core Observation

status: final

category: Social History (Observation Category Codes#social-history)

code: Quit date (SNOMED CT#160625004)

subject: Patient/bennelong-anne " BENNELONG"

effective: 2020-10-02

value: 2001-10

" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "social-history" ] ; fhir:display [ fhir:v "Social History" ] ] ) ; fhir:text [ fhir:v "Social History" ] ] ) ; # fhir:code [ fhir:coding ( [ a sct:160625004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "160625004" ] ] ) ; fhir:text [ fhir:v "Quit date" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/bennelong-anne" ] ] ; # fhir:effective [ fhir:v "2020-10-02"^^xsd:date] ; # fhir:value [ fhir:v "2001-10"^^xsd:gYearMonth] . # # -------------------------------------------------------------------------------------