@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "specimen-hepatitis-b-serology"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-pathologyresult"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "specimen-hepatitis-b-serology"

Profile: AU Base Pathology Result

basedOn: ServiceRequest/hepatitis-b-antibody

status: final

category: Laboratory (Observation Category Codes#laboratory), Serology (diagnosticServiceSectionId#SR)

code: Hepatitis B surface Ab (LOINC#16935-9)

subject: Patient/example0 " FRANKLIN"

effective: 2019-09-25 08:20:00+0000

performer: Organization/example6 "ACME Pathology"

value: >10 IU/L

specimen: Specimen/serum

ReferenceRanges

-Low
*10 IU/L
" ] ; # fhir:basedOn ( [ fhir:link ; fhir:reference [ fhir:v "ServiceRequest/hepatitis-b-antibody" ] ] ) ; # 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 "laboratory" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ; fhir:code [ fhir:v "SR" ] ; fhir:display [ fhir:v "Serology" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a loinc:16935-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "16935-9" ] ] ) ; fhir:text [ fhir:v "Hepatitis B surface Ab" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example0" ] ] ; # fhir:effective [ fhir:v "2019-09-25T08:20:00Z"^^xsd:dateTime] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Organization/example6" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "10"^^xsd:decimal ] ; fhir:comparator [ fhir:v ">" ] ; fhir:unit [ fhir:v "IU/L" ] ] ; # fhir:specimen [ fhir:link ; fhir:reference [ fhir:v "Specimen/serum" ] ] ; # fhir:referenceRange ( [ fhir:low [ fhir:value [ fhir:v "10"^^xsd:decimal ] ; fhir:unit [ fhir:v "IU/L" ] ] ] ) . # # -------------------------------------------------------------------------------------