Australian Base Implementation Guide (AU Base 1.1.1)

This page is part of the Australian Base IG (v1.1.1: AU Base 1.1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions

Example: Observation-norelevantfinding-example3

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Observation",
  "id" : "norelevantfinding-example3",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: norelevantfinding-example3</p><p><b>status</b>: final</p><p><b>code</b>: Assertion <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/v3/ActCode code 'ASSERTION' = 'Assertion', given as 'Assertion'})</span></p><p><b>subject</b>: <a href=\"Patient-example0.html\">Generated Summary: id: example0; IHI = 8003608166690503, Medicare Number = 32788511952, Health Care Card Number = 307111942H; Stella Franklin ; sfranklin@amail.com.au(WORK); gender: female; birthDate: 1985-10-14</a></p><p><b>effective</b>: 2018-10-23</p><p><b>performer</b>: <a href=\"Practitioner-example3.html\">Generated Summary: id: example3; HPI-I = 8003619900015717; Francis Fernando </a></p><p><b>value</b>: Patient not taking any medications <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '1200661000168109' = '1200661000168109', given as 'No current medications'})</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v3/ActCode",
        "code" : "ASSERTION",
        "display" : "Assertion"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example0"
  },
  "effectiveDateTime" : "2018-10-23",
  "performer" : [
    {
      "reference" : "Practitioner/example3"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1200661000168109",
        "display" : "No current medications"
      }
    ],
    "text" : "Patient not taking any medications"
  }
}