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
: Staff Number - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "StaffNumber"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:url [ fhir:v "https://fhir.virtually.healthcare/CodeSystem/StaffNumber"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0-current"] ; #
fhir:name [ fhir:v "StaffNumber"] ; #
fhir:title [ fhir:v "Staff Number"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-06T08:30:37+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Virtually Healthcare"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Virtually Healthcare" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://virtually.healthcare" ] ] )
] ) ; #
fhir:description [ fhir:v "UK Staff Numbers"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ] ] )
] ) ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "https://emis.com/Id/PractitionerRole/GUID" ] ;
fhir:display [ fhir:v "EMIS PFS PractitionerRole Identifier" ]
] [
fhir:code [ fhir:v "https://emis.com/Id/Practitioner/GUID" ] ;
fhir:display [ fhir:v "EMIS PFS Practitioner Identifier" ]
] [
fhir:code [ fhir:v "$sds-user-id" ] ;
fhir:display [ fhir:v "NHS England SDS User Identifier" ]
] ) . #