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
: UK Professional License - 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 "ProfessionalLicense"] ; #
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 ProfessionalLicense</b></p><a name=\"ProfessionalLicense\"> </a><a name=\"hcProfessionalLicense\"> </a><a name=\"ProfessionalLicense-en-GB\"> </a><p>This code system <code>https://fhir.virtually.healthcare/CodeSystem/ProfessionalLicense</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">https://fhir.hl7.org.uk/Id/gmp-number<a name=\"ProfessionalLicense-https.58.47.47fhir.46hl7.46org.46uk.47Id.47gmp-number\"> </a></td><td>General Medical Practitioner</td><td>General Medical Practitioner Code GENERAL MEDICAL PRACTITIONER PPD CODE. Formerly called GP General National Code (GNC).</td></tr><tr><td style=\"white-space:nowrap\">https://fhir.hl7.org.uk/Id/gmc-number<a name=\"ProfessionalLicense-https.58.47.47fhir.46hl7.46org.46uk.47Id.47gmc-number\"> </a></td><td>General Medical Council Code</td><td/></tr><tr><td style=\"white-space:nowrap\">https://fhir.hl7.org.uk/Id/nmc-number<a name=\"ProfessionalLicense-https.58.47.47fhir.46hl7.46org.46uk.47Id.47nmc-number\"> </a></td><td>Nursing and Midwifery Council Code</td><td/></tr><tr><td style=\"white-space:nowrap\">https://fhir.hl7.org.uk/Id/gphc-number<a name=\"ProfessionalLicense-https.58.47.47fhir.46hl7.46org.46uk.47Id.47gphc-number\"> </a></td><td>General Pharmaceutical Council Code</td><td/></tr><tr><td style=\"white-space:nowrap\">https://fhir.hl7.org.uk/Id/hcpc-number<a name=\"ProfessionalLicense-https.58.47.47fhir.46hl7.46org.46uk.47Id.47hcpc-number\"> </a></td><td>Health and Care Professional Council Code</td><td/></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://fhir.virtually.healthcare/CodeSystem/ProfessionalLicense"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0-current"] ; #
fhir:name [ fhir:v "ProfessionalLicense"] ; #
fhir:title [ fhir:v "UK Professional License"] ; #
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 Professional License"] ; #
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 "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "https://fhir.hl7.org.uk/Id/gmp-number" ] ;
fhir:display [ fhir:v "General Medical Practitioner" ] ;
fhir:definition [ fhir:v "General Medical Practitioner Code GENERAL MEDICAL PRACTITIONER PPD CODE. Formerly called GP General National Code (GNC)." ]
] [
fhir:code [ fhir:v "https://fhir.hl7.org.uk/Id/gmc-number" ] ;
fhir:display [ fhir:v "General Medical Council Code" ]
] [
fhir:code [ fhir:v "https://fhir.hl7.org.uk/Id/nmc-number" ] ;
fhir:display [ fhir:v "Nursing and Midwifery Council Code" ]
] [
fhir:code [ fhir:v "https://fhir.hl7.org.uk/Id/gphc-number" ] ;
fhir:display [ fhir:v "General Pharmaceutical Council Code" ]
] [
fhir:code [ fhir:v "https://fhir.hl7.org.uk/Id/hcpc-number" ] ;
fhir:display [ fhir:v "Health and Care Professional Council Code" ]
] ) . #