{
  "resourceType" : "Patient",
  "id" : "airview-patient-with-custom-rules",
  "meta" : {
    "profile" : ["http://resmed.com/fhir/core/StructureDefinition/resmed-patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Sally McDonald </b> (no stated gender), DoB: 1976-12-11 ( EasyCare Number:\u00a0<a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-uri.html\">#</a>urn:uuid:ef8deb92-904f-41b3-9058-6e87ad35c05a\u00a0(use:\u00a0OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-airview-organization.html\">Organization/airview-organization</a> &quot;SleepyLabs Sleep Clinic&quot;</li></ul></td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.resmed.com/CodeSystem/resmed-user-identifier",
        "code" : "ECN"
      }]
    },
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:ef8deb92-904f-41b3-9058-6e87ad35c05a",
    "assigner" : {
      "display" : "ResMed Corp."
    }
  }],
  "name" : [{
    "family" : "McDonald",
    "given" : ["Sally"]
  }],
  "birthDate" : "1976-12-11",
  "managingOrganization" : {
    "reference" : "Organization/airview-organization"
  }
}