@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "hearing-threshold-1"] ; # Example adapted from PACIO Speech Language Swallowing Cognitive Communication and Hearing (SPLASCH) Implementation Guide # BSJ-ObservationSPLASCH-013 fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-observation"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-diagnosticresult"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "hearing-threshold-1"

Profiles: AU Core Diagnostic Result Observation, AU Core Observation, AU Base Diagnostic Result

status: final

category: Audiology (diagnosticServiceSectionId#AU)

code: Hearing threshold Ear - left --500 Hz (LOINC#89024-4)

subject: Patient/dan-harry " DAN"

effective: 2020-11-06 10:45:00-0500

performer:

value: 45 dB (Details: UCUM code dB = 'dB')

" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ; fhir:code [ fhir:v "AU" ] ; fhir:display [ fhir:v "Audiology" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a loinc:89024-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "89024-4" ] ; fhir:display [ fhir:v "Hearing threshold Ear - left --500 Hz" ] ] ) ; fhir:text [ fhir:v "Hearing threshold Ear - left --500 Hz" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/dan-harry" ] ] ; # fhir:effective [ fhir:v "2020-11-06T10:45:00-05:00"^^xsd:dateTime] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/audiologist-bradley-jill" ] ] [ fhir:link ; fhir:reference [ fhir:v "Organization/adv-hearing-care" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "45"^^xsd:decimal ] ; fhir:unit [ fhir:v "dB" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "dB" ] ] . # # -------------------------------------------------------------------------------------