@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "fe5a9cfb-4f2a-2e8b-bcd5-360eb30c7c78"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.medtechglobal.com/StructureDefinition/pathology-observation"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ; fhir:code [ fhir:v "U" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Observation fe5a9cfb-4f2a-2e8b-bcd5-360eb30c7c78

Profile: Medtech Pathology Observation

Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')

Medtech Pathology Observation Extension

  • external-observation-setid: 0001

status: Final

code: Microalbumin [Mass/volume] in Urine

subject: Abnormal Patient (official) Female, DoB: 1968-01-27 ( https://standards.digital.health.nz/ns/nhi-id#NHI#ZXP7823 (use: official, ))

value: Many

interpretation: Critical abnormal

ReferenceRanges

-Text
*( < 30 )
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:extension ( [ fhir:url [ fhir:v "external-observation-setid"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "0001" ] ] ) ; fhir:url [ fhir:v "http://alexapi.medtechglobal.com/fhir/StructureDefinition/pathology-observation-extension"^^xsd:anyURI ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ a loinc:14957-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "14957-5" ] ; fhir:display [ fhir:v "Microalbumin [Mass/volume] in Urine" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/AlexPatientExample" ] ] ; # fhir:value [ a fhir:string ; fhir:v "Many" ] ; # fhir:interpretation ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ; fhir:code [ fhir:v "AA" ] ] ) ] ) ; # fhir:referenceRange ( [ fhir:text [ fhir:v "( < 30 )" ] ] ) . # # -------------------------------------------------------------------------------------