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" : "Organization",
"id" : "airview-organization",
"meta" : {
"profile" : [
🔗 "http://resmed.com/fhir/core/StructureDefinition/resmed-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"airview-organization\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization "airview-organization" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-organization.html\">ResMed Organization</a></p></div><p><b>identifier</b>: Organization Account Number:\u00a0ABC123\u00a0(use:\u00a0OFFICIAL)</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: SleepyLabs Sleep Clinic</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>James Anderson </td><td><a href=\"mailto:james.anderson@sleepylabs.org\">james.anderson@sleepylabs.org</a>, ph: (410) 555-4321(WORK)</td><td>123 Sleep Street Baltimore MD 21234 US </td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.resmed.com/CodeSystem/resmed-org-identifier",
"code" : "AccountNumber"
}
]
},
"system" : "http://identifier.resmed.com/ecodb/<env>/account-number",
"value" : "ABC123"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "SleepyLabs Sleep Clinic",
"contact" : [
{
"name" : {
"family" : "Anderson",
"given" : [
"James"
]
},
"telecom" : [
{
"system" : "email",
"value" : "james.anderson@sleepylabs.org",
"use" : "work"
},
{
"system" : "phone",
"value" : "(410) 555-4321",
"use" : "work"
}
],
"address" : {
"line" : [
"123 Sleep Street"
],
"city" : "Baltimore",
"state" : "MD",
"postalCode" : "21234",
"country" : "US"
}
}
]
}