@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Condition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "uti-es-02"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-condition-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Condition uti-es-02

clinicalStatus: Active

verificationStatus: Confirmed

category: Problem List Item

code: Urinary tract infection

subject: Wei Zhang Male, DoB: 1972-05-03 ( IHI: Austalian Healthcare Identifier - Individual#8003608000228437)

encounter: Encounter: extension = Patient presented for follow-up with urinary tract infection on 30 May. Complaining of frequent and painful urinating. Midstream urine test was done and revealed urinary infection. Culture and sensitivity test discovered escherichia coli sensitive to Bactrim. Patient was prescribed Bactrim 2 tablets twice a day, and Panadol one tablet 4 times a day. Patient has no allergies.; status = finished; class = ambulatory (ActCode#AMB); type = Follow-up encounter; serviceType = General medical service; period = 2020-05-30 09:00:00+1000 --> 2020-05-30 09:30:00+1000

onset: 2020-05-10

recorder: PractitionerRole General practitioner

asserter: PractitionerRole General practitioner

" ] ; # fhir:clinicalStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; # fhir:verificationStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "problem-list-item" ] ; fhir:display [ fhir:v "Problem List Item" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:68566005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "68566005" ] ; fhir:display [ fhir:v "Urinary tract infection" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/mhr-zhang-wei" ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NI" ] ; fhir:display [ fhir:v "National unique individual identifier" ] ] ) ; fhir:text [ fhir:v "IHI" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608000228437" ] ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/es-02" ] ] ; # fhir:onset [ fhir:v "2020-05-10"^^xsd:date] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/algrester-greg-gp" ] ] ; # fhir:asserter [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/algrester-greg-gp" ] ] . # # -------------------------------------------------------------------------------------