Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

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

: 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 "4"] ; # 
  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 4</b></p><a name=\"4\"> </a><a name=\"hc4\"> </a><a name=\"4-en-GB\"> </a><blockquote><p><b>uk/Role</b></p><ul><li>url: <a href=\"Location-4882.html\">Location Main Building</a></li><li>role: 11</li></ul></blockquote><p><b>identifier</b>: Staff Enterprise Number/4, Staff Enterprise Number/a8fec350-25cf-4d63-88d7-a3fc6bb98cc6, <code>https://fhir.hl7.org.uk/Id/gmp-number</code>/G7321704</p><p><b>active</b>: true</p><p><b>name</b>: Pauline Steele </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 "11"^^xsd:integer ]     ] ) ;
fhir:url [ fhir:v "http://fhir.virtuallyhealthcare.co.uk/Role"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
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/DBID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F83004" ]       ]     ]
  ] [
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 "a8fec350-25cf-4d63-88d7-a3fc6bb98cc6" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F83004" ]       ]     ]
  ] [
fhir:system [ fhir:v "https://fhir.hl7.org.uk/Id/gmp-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G7321704" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Steele" ] ;
    ( fhir:given [ fhir:v "Pauline" ] ) ;
    ( fhir:prefix [ fhir:v "Nurse" ] )
  ] ) . #