Australian Digital Health Agency FHIR Implementation Guide 1.0.0

Australian Digital Health Agency FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available versions.

Example: Encounter-es-01

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "Encounter",
  "id" : "es-01",
  "meta" : {
    "profile" : [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-encounter-core-1"
    ]
  },
  "text" : {
    "status" : "additional",
    "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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/encounter-description",
      "valueString" : "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."
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "270427003",
          "display" : "Patient-initiated encounter"
        }
      ]
    }
  ],
  "serviceType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "788007007",
        "display" : "General practice service"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/mhr-tjakamarra-billy",
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI",
            "display" : "National unique individual identifier"
          }
        ],
        "text" : "IHI"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608833564735"
    }
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF",
              "display" : "primary performer"
            }
          ]
        }
      ],
      "individual" : {
        "reference" : "PractitionerRole/strempel-sonia-gp"
      }
    }
  ],
  "period" : {
    "start" : "2017-03-31T15:20:00+10:00",
    "end" : "2017-03-31T15:40:00+10:00"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "283680004",
          "display" : "Nail wound of sole of foot"
        }
      ]
    }
  ],
  "reasonReference" : [
    {
      "reference" : "Condition/wound-es-01"
    }
  ]
}