Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build
Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "243",
"meta" : {
"profile" : [
🔗 "https://fhir.virtually.healthcare/StructureDefinition/Practitioner"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner 243</b></p><a name=\"243\"> </a><a name=\"hc243\"> </a><a name=\"243-en-GB\"> </a><blockquote><p><b>uk/Role</b></p><ul><li>url: <a href=\"Location-4882.html\">Location Main Building</a></li><li>role: 10</li></ul></blockquote><p><b>identifier</b>: <code>https://emis.com/Id/Practitioner/DBID</code>/243, <code>https://emis.com/Id/Practitioner/REFID</code>/243, <code>https://emis.com/Id/Practitioner/GUID</code>/dee9fec7-118b-4cb2-bcd7-55e79fa8e599, <code>https://fhir.hl7.org.uk/Id/gmp-number</code>/G2435868, <code>https://fhir.nhs.uk/Id/gmc-reference-number</code>/2672376</p><p><b>active</b>: true</p><p><b>name</b>: Emis Test </p></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "url",
"valueReference" : {
🔗 "reference" : "Location/4882"
}
},
{
"url" : "role",
"valueInteger" : 10
}
],
"url" : "http://fhir.virtuallyhealthcare.co.uk/Role"
}
],
"identifier" : [
{
"system" : "https://emis.com/Id/Practitioner/DBID",
"value" : "243"
},
{
"system" : "https://emis.com/Id/Practitioner/REFID",
"value" : "243"
},
{
"system" : "https://emis.com/Id/Practitioner/GUID",
"value" : "dee9fec7-118b-4cb2-bcd7-55e79fa8e599"
},
{
"system" : "https://fhir.hl7.org.uk/Id/gmp-number",
"value" : "G2435868"
},
{
"system" : "https://fhir.nhs.uk/Id/gmc-reference-number",
"value" : "2672376"
}
],
"active" : true,
"name" : [
{
"family" : "Test",
"given" : [
"Emis"
],
"prefix" : [
"DR"
]
}
]
}