My Health Record FHIR Gateway Conformance Artefacts
0.0.1 - draft Australia flag

My Health Record FHIR Gateway Conformance Artefacts, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/mcv/ and changes regularly. See the Directory of published versions

: Condition (EDS) - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "condition-eds-max-01",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-condition-mcv-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-eds-max-01</b></p><a name=\"condition-eds-max-01\"> </a><a name=\"hccondition-eds-max-01\"> </a><a name=\"condition-eds-max-01-en-AU\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}\">Resolved</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span>, <span title=\"Codes:\">Principal diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 76581006}\">Cholecystitis</span></p><p><b>subject</b>: <a href=\"Patient-broadway-mike.html\">Mike Broadway  Male, DoB: 1967-04-12 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608166895854)</a></p><p><b>onset</b>: 2017-03-30</p><p><b>abatement</b>: 2017-04-05</p><p><b>recordedDate</b>: 2018-02-25 11:59:54+1000</p><p><b>note</b>: Acute cholecystitis caused by gallstones.</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "resolved",
        "display" : "Resolved"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ]
    },
    {
      "text" : "Principal diagnosis"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "76581006",
        "display" : "Cholecystitis"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/broadway-mike"
  },
  "onsetDateTime" : "2017-03-30",
  "abatementDateTime" : "2017-04-05",
  "recordedDate" : "2018-02-25T11:59:54+10:00",
  "note" : [
    {
      "text" : "Acute cholecystitis caused by gallstones."
    }
  ]
}