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

: Nail wound of sole of foot for Billy Tjakamarra (2017) - 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-01"] ; # 
  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><b>Encounter description</b>: Patient presented with open injury to sole\n                of left foot caused by stepping on rusty nail yesterday. Wound red and\n                swollen, no calf muscle tenderness, no coughing nor chest pain which\n                excludes pulmonary embolism. Patient has an existing allergy to adhesive\n                tape, which manifests as urticaria. Patient was given booster dose of\n                anti tetanus and prescribed amoxicillin 500mg 3 times a day. Wound was\n                attended. Advised to present in 2 days to the usual GPs clinic for a\n                change of dressings.</p>\n            <p><b>Encounter status</b>: finished</p>\n            <p><b>Encounter subject</b>: Billy Tjakamarra; Pensioner Concession Card\n                Number: 307111942H; gender = male; birth date = 23/04/1954; indigenous status = Aboriginal but\n                not Torres Strait Islander origin</p>\n            <p><b>Encounter start</b>: 31/03/2017 15:20</p>\n            <p><b>Encounter end</b>: 31/03/2017 15:40</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 with open injury to sole of left foot caused by stepping on rusty nail yesterday.              Wound red and swollen, no calf muscle tenderness, no coughing nor chest pain which excludes pulmonary embolism.              Patient has an existing allergy to adhesive tape, which manifests as urticaria.              Patient was given booster dose of anti tetanus and prescribed amoxicillin 500mg 3 times a day.              Wound was attended. Advised to present in 2 days to the usual GPs clinic for a change of dressings." ]
  ] ) ; # 
  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:270427003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "270427003" ] ;
fhir:display [ fhir:v "Patient-initiated encounter" ]     ] )
  ] ) ; # 
  fhir:serviceType [
    ( fhir:coding [
a sct:788007007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "788007007" ] ;
fhir:display [ fhir:v "General practice service" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/mhr-tjakamarra-billy" ] ;
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 "8003608833564735" ]     ]
  ] ; # 
  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/strempel-sonia-gp" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2017-03-31T15:20:00+10:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2017-03-31T15:40:00+10:00"^^xsd:dateTime ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:283680004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "283680004" ] ;
fhir:display [ fhir:v "Nail wound of sole of foot" ]     ] )
  ] ) ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/wound-es-01" ]
  ] ) . #