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 - Nail wound of sole of foot encounter (2017) - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "wound-es-01",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-condition-core-1"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n            <p><b>Condition</b>: Nail wound of sole of foot</p>\n            <p><b>Condition clinical status</b>: active</p>\n            <p><b>Condition verification status</b>: confirmed</p>\n            <p><b>Subject</b>: Billy Tjakamarra; Pensioner Concession Card Number:\n                307111942H; gender = male; birthDate = 23/04/1954; indigenous status = Aboriginal but not\n                Torres Strait Islander origin</p>\n            <p><b>Condition onset date</b>: 30/03/2017</p>\n            <p><b>Condition note</b>: Puncture wound to sole of left foot from stepping\n                on a rusty nail. Wound red and swollen, no calf muscle tenderness, no\n                coughing nor chest pain which excludes pulmonary embolism.</p>\n        </div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "283680004",
        "display" : "Nail wound of sole of foot"
      }
    ]
  },
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "57999000",
          "display" : "Structure of sole of foot"
        }
      ]
    }
  ],
  "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"
    }
  },
  "encounter" : {
    🔗 "reference" : "Encounter/es-01"
  },
  "onsetDateTime" : "2017-03-30",
  "recorder" : {
    🔗 "reference" : "PractitionerRole/strempel-sonia-gp"
  },
  "note" : [
    {
      "text" : "Puncture wound to sole of left foot from stepping on a rusty nail.              Wound red and swollen, no calf muscle tenderness, no coughing nor chest pain              which excludes pulmonary embolism."
    }
  ]
}