ResMed Core Implementation Guide
0.37.0 - ci-build
ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "0da6f814-8696-4474-bded-e204d281e209",
"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>Harry Jones </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:0da6f814-8696-4474-bded-e204d281e209\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> "SleepyLabs Sleep Clinic"</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:0da6f814-8696-4474-bded-e204d281e209",
"assigner" : {
"display" : "ResMed Corp."
}
}
],
"name" : [
{
"family" : "Jones",
"given" : [
"Harry"
]
}
],
"birthDate" : "1990-10-25",
"managingOrganization" : {
🔗 "reference" : "Organization/airview-organization"
}
}