My Health Record FHIR IG
1.2.0 - active Australia flag

My Health Record FHIR IG - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Urinary tract infection for Mr Zhang Wei - follow up encounter (2020) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - 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 <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-condition-core-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition uti-es-02</b></p><a name=\"uti-es-02\"> </a><a name=\"hcuti-es-02\"> </a><a name=\"uti-es-02-en-AU\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 68566005}\">Urinary tract infection</span></p><p><b>subject</b>: <a href=\"Patient-mhr-zhang-wei.html\">Wei Zhang  Male, DoB: 1972-05-03 ( IHI: Austalian Healthcare Identifier - Individual#8003608000228437)</a></p><p><b>encounter</b>: <a href=\"Encounter-es-02.html\">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 --&gt; 2020-05-30 09:30:00+1000</a></p><p><b>onset</b>: 2020-05-10</p><p><b>recorder</b>: <a href=\"PractitionerRole-algrester-greg-gp.html\">PractitionerRole General practitioner</a></p><p><b>asserter</b>: <a href=\"PractitionerRole-algrester-greg-gp.html\">PractitionerRole General practitioner</a></p></div>"
  ] ; # 
  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: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:reference [ fhir:v "Encounter/es-02" ]
  ] ; # 
  fhir:onset [ fhir:v "2020-05-10"^^xsd:date] ; # 
  fhir:recorder [
fhir:reference [ fhir:v "PractitionerRole/algrester-greg-gp" ]
  ] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "PractitionerRole/algrester-greg-gp" ]
  ] . #