Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: Observation-sex-at-birth-intersex

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "Observation",
  "id" : "sex-at-birth-intersex",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p><b>IHI:</b> 8003608833357361 </p>\n            <p><b>Status</b>: Final</p>\n            <p><b>Biological sex at birth</b>: Intersex</p>\n        </div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1515311000168102",
        "display" : "Biological sex at birth"
      },
      {
        "system" : "http://loinc.org",
        "code" : "76689-9",
        "display" : "Sex assigned at birth"
      }
    ]
  },
  "subject" : {
    "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" : "8003608833357361"
    }
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "32570691000036108",
        "display" : "Intersex"
      }
    ]
  }
}
Issues & Feedback