Virtually Healthcare HL7 FHIR R4 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/HL7-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
: Practitioner-EMIS-IM1-Pauline-Steele - 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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "dee9fec7-118b-4cb2-bcd7-55e79fa8e599"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.virtually.healthcare/StructureDefinition/Practitioner"^^xsd:anyURI ;
fhir:link <https://fhir.virtually.healthcare/StructureDefinition/Practitioner> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner dee9fec7-118b-4cb2-bcd7-55e79fa8e599</b></p><a name=\"dee9fec7-118b-4cb2-bcd7-55e79fa8e599\"> </a><a name=\"hcdee9fec7-118b-4cb2-bcd7-55e79fa8e599\"> </a><a name=\"dee9fec7-118b-4cb2-bcd7-55e79fa8e599-en-GB\"> </a><blockquote><p><b>EMIS Practitioner Role</b></p><ul><li>url: <a href=\"Location-4882.html\">Location Main Building</a></li><li>role: 10</li></ul></blockquote><p><b>identifier</b>: Person number/243 (use: old, ), <code>https://emis.com/Id/Practitioner/REFID</code>/243 (use: old, ), Staff Enterprise Number/dee9fec7-118b-4cb2-bcd7-55e79fa8e599 (use: usual, ), License number/G2435868 (use: official, ), <code>https://fhir.nhs.uk/Id/gmc-reference-number</code>/2672376 (use: secondary, )</p><p><b>active</b>: true</p><p><b>name</b>: Emis Test </p></div>"
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "url"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Location/4882" ] ] ] [
fhir:url [ fhir:v "role"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10"^^xsd:integer ] ] ) ;
fhir:url [ fhir:v "https://fhir.virtually.healthcare/StructureDefinition/Role"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "old" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PN" ] ] ) ] ;
fhir:system [ fhir:v "https://emis.com/Id/Practitioner/DBID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "243" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F83004" ] ] ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "https://emis.com/Id/Practitioner/REFID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "243" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ESN" ] ] ) ] ;
fhir:system [ fhir:v "https://emis.com/Id/Practitioner/GUID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "dee9fec7-118b-4cb2-bcd7-55e79fa8e599" ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LN" ] ] ) ] ;
fhir:system [ fhir:v "https://fhir.hl7.org.uk/Id/gmp-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G2435868" ]
] [
fhir:use [ fhir:v "secondary" ] ;
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/gmc-reference-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2672376" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Test" ] ;
( fhir:given [ fhir:v "Emis" ] ) ;
( fhir:prefix [ fhir:v "DR" ] )
] ) . #