Open Nursing Core FHIR Implementation Guide (ONC-IG)
1.0.0 - release
Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "example-nurse",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example-nurse</b></p><a name=\"example-nurse\"> </a><a name=\"hcexample-nurse\"> </a><p><b>name</b>: Alex Nurse </p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Registered Nurse (NMC)</span></td></tr></table></div>"
},
"name" : [
{
"family" : "Nurse",
"given" : [
"Alex"
]
}
],
"qualification" : [
{
"code" : {
"text" : "Registered Nurse (NMC)"
}
}
]
}