{
  "resourceType" : "Patient",
  "id" : "airview-patient",
  "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>John Smith </b> (no stated gender), DoB: 1990-10-25 ( EasyCare Number:\u00a0<a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-uri.html\">#</a>urn:uuid:3b268924-cf70-11eb-b8bc-0242ac130003\u00a0(use:\u00a0OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">Medical record number:\u00a0387875\u00a0(use:\u00a0OFFICIAL)</td></tr><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:3b268924-cf70-11eb-b8bc-0242ac130003",
    "assigner" : {
      "display" : "ResMed Corp."
    }
  },
  {
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR"
      }]
    },
    "value" : "387875"
  }],
  "name" : [{
    "family" : "Smith",
    "given" : ["John"]
  }],
  "birthDate" : "1990-10-25",
  "managingOrganization" : {
    "reference" : "Organization/airview-organization"
  }
}