@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "specimen-hepatitis-b-serology"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-pathologyresult"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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:Observation.basedOn [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "ServiceRequest/hepatitis-b-antibody" ] ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ]; fhir:Coding.code [ fhir:value "laboratory" ] ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "SR" ]; fhir:Coding.display [ fhir:value "Serology" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:16935-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "16935-9" ] ]; fhir:CodeableConcept.text [ fhir:value "Hepatitis B surface Ab" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example0" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2019-09-25T08:20:00Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example6" ] ]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ]; fhir:Quantity.comparator [ fhir:value ">" ]; fhir:Quantity.unit [ fhir:value "IU/L" ] ]; fhir:Observation.specimen [ fhir:link ; fhir:Reference.reference [ fhir:value "Specimen/serum" ] ]; fhir:Observation.referenceRange [ fhir:index 0; fhir:Observation.referenceRange.low [ fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "IU/L" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------