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
Draft as of 2024-11-06 |
{
"resourceType" : "CodeSystem",
"id" : "StaffNumber",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem StaffNumber</b></p><a name=\"StaffNumber\"> </a><a name=\"hcStaffNumber\"> </a><a name=\"StaffNumber-en-GB\"> </a><p>This code system <code>https://fhir.virtually.healthcare/CodeSystem/StaffNumber</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">https://emis.com/Id/PractitionerRole/GUID<a name=\"StaffNumber-https.58.47.47emis.46com.47Id.47PractitionerRole.47GUID\"> </a></td><td>EMIS PFS PractitionerRole Identifier</td></tr><tr><td style=\"white-space:nowrap\">https://emis.com/Id/Practitioner/GUID<a name=\"StaffNumber-https.58.47.47emis.46com.47Id.47Practitioner.47GUID\"> </a></td><td>EMIS PFS Practitioner Identifier</td></tr><tr><td style=\"white-space:nowrap\">$sds-user-id<a name=\"StaffNumber-.36sds-user-id\"> </a></td><td>NHS England SDS User Identifier</td></tr></table></div>"
},
"url" : "https://fhir.virtually.healthcare/CodeSystem/StaffNumber",
"version" : "0.1.0-current",
"name" : "StaffNumber",
"title" : "Staff Number",
"status" : "draft",
"experimental" : false,
"date" : "2024-11-06T08:30:37+00:00",
"publisher" : "Virtually Healthcare",
"contact" : [
{
"name" : "Virtually Healthcare",
"telecom" : [
{
"system" : "url",
"value" : "https://virtually.healthcare"
}
]
}
],
"description" : "UK Staff Numbers",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "GB",
"display" : "United Kingdom of Great Britain and Northern Ireland"
}
]
}
],
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "https://emis.com/Id/PractitionerRole/GUID",
"display" : "EMIS PFS PractitionerRole Identifier"
},
{
"code" : "https://emis.com/Id/Practitioner/GUID",
"display" : "EMIS PFS Practitioner Identifier"
},
{
"code" : "$sds-user-id",
"display" : "NHS England SDS User Identifier"
}
]
}