Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Follow-Up Encounter for Mr Zhang Wei (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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "es-02"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-encounter-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-encounter-core-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n            <p>ZHANG Wei; MC = 29533070311; IHI = 8003608000228437; gender = male</p>\n            <p>Patient presented for follow-up with urinary tract infection on 30\n                May.</p>\n            <p>Complaining of frequent and painful urinating. Midstream urine test was\n                done and revealed urinary infection.</p>\n            <p>Culture and sensitivity test discovered escherichia coli sensitive to\n                Bactrim.</p>\n            <p>Patient was prescribed Bactrim 2 tablets twice a day, and Panadol one\n                tablet 4 times a day.</p>\n            <p>Patient has no allergies.</p>\n        </div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/encounter-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "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." ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:390906007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "390906007" ] ;
fhir:display [ fhir:v "Follow-up encounter" ]     ] )
  ] ) ; # 
  fhir:serviceType [
    ( fhir:coding [
a sct:700232004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "700232004" ] ;
fhir:display [ fhir:v "General medical service" ]     ] )
  ] ; # 
  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:participant ( [
    ( fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPRF" ] ;
fhir:display [ fhir:v "primary performer" ]       ] )     ] ) ;
fhir:individual [
fhir:reference [ fhir:v "PractitionerRole/algrester-greg-gp" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2020-05-30T09:00:00+10:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2020-05-30T09:30:00+10:00"^^xsd:dateTime ]
  ] . #