North West Genomics Testing Workflow (GTW) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: PractitionerRole C3456789 Example - 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:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8"] ; #
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: PractitionerRole ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8</b></p><a name=\"ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8\"> </a><a name=\"hcee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8\"> </a><a name=\"ee9b8fcc-c233-43e1-b7fb-b58ce4cf1db8-en-GB\"> </a><p><b>practitioner</b>: Dr Samuel Darwin (Identifier: <code>https://fhir.hl7.org.uk/Id/gmc-number</code>/C3456789)</p><p><b>organization</b>: Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/R0A</p><p><b>specialty</b>: <span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode 100}\">General Surgery</span></p></div>"^^rdf:XMLLiteral
] ; #
fhir:practitioner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/Id/gmc-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "C3456789" ] ] ;
fhir:display [ fhir:v "Dr Samuel Darwin" ]
] ; #
fhir:organization [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "R0A" ] ]
] ; #
fhir:specialty ( [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100" ] ] )
] ) . #