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" : "Practitioner",
"id" : "resmed-practitioner-example",
"meta" : {
"profile" : [
🔗 "http://resmed.com/fhir/core/StructureDefinition/resmed-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"resmed-practitioner-example\"> </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 Practitioner "resmed-practitioner-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-practitioner.html\">ResMed Practitioner</a></p></div><p><b>identifier</b>: Provider number:\u00a0<a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\">#</a>9876543210\u00a0(use:\u00a0OFFICIAL), Consumer Application Account Identifier:\u00a0j.smith\u00a0(use:\u00a0OFFICIAL), Person number:\u00a0343\u00a0(use:\u00a0OFFICIAL)</p><p><b>name</b>: John Smith </p><p><b>telecom</b>: <a href=\"mailto:j.smith@sleepylabs.com\">j.smith@sleepylabs.com</a></p></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PRN"
}
]
},
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "9876543210"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "CAAI"
}
]
},
"value" : "j.smith"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PN"
}
]
},
"value" : "343"
}
],
"name" : [
{
"family" : "Smith",
"given" : [
"John"
],
"prefix" : [
"Dr"
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "j.smith@sleepylabs.com"
}
]
}