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 xml



<Observation xmlns="http://hl7.org/fhir">
  <id value="sex-at-birth-intersex"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p><b>IHI:</b> 8003608833357361 </p>
            <p><b>Status</b>: Final</p>
            <p><b>Biological sex at birth</b>: Intersex</p>
        </div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1515311000168102"/>
      <display value="Biological sex at birth"/>
    </coding>
    <coding>
      <system value="http://loinc.org"/>
      <code value="76689-9"/>
      <display value="Sex assigned at birth"/>
    </coding>
  </code>
  <subject>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="NI"/>
          <display value="National unique individual identifier"/>
        </coding>
        <text value="IHI"/>
      </type>
      <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
      <value value="8003608833357361"/>
    </identifier>
  </subject>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="32570691000036108"/>
      <display value="Intersex"/>
    </coding>
  </valueCodeableConcept>
</Observation>
Issues & Feedback