Patient Care Coordination (PCC) Implementation Guide - Local Development build (v0.1.1-current) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ProfessionalLicense"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ProfessionalLicense</b></p><a name=\"ProfessionalLicense\"> </a><a name=\"hcProfessionalLicense\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-ProfessionalLicense.html\"><code>https://fhir.virtually.healthcare/CodeSystem/ProfessionalLicense</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.1-current</span></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://fhir.virtually.healthcare/ValueSet/ProfessionalLicense"^^xsd:anyURI ;
fhir:l <https://fhir.virtually.healthcare/ValueSet/ProfessionalLicense>
] ; #
fhir:version [ fhir:v "0.1.1-current"] ; #
fhir:name [ fhir:v "ProfessionalLicense"] ; #
fhir:title [ fhir:v "UK Professional License"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-11-05T05:34: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\n\nE.g. GMC, HCPC, GMP, etc numbers."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "https://fhir.virtually.healthcare/CodeSystem/ProfessionalLicense"^^xsd:anyURI ;
fhir:l <https://fhir.virtually.healthcare/CodeSystem/ProfessionalLicense> ] ] )
] . #