0.1.0 - ci-build

kenyaClaimsIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Practitioner - 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 "PractitionerExample"] ; # 
  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 PractitionerExample</b></p><a name=\"PractitionerExample\"> </a><a name=\"hcPractitionerExample\"> </a><a name=\"PractitionerExample-en-US\"> </a><p><b>Professional Cadre</b>: <span title=\"Codes:\">general-practitioner</span></p><p><b>Practitioner Specialty</b>: <span title=\"Codes:\">internal-medicine</span></p><p><b>identifier</b>: <code>http://example.org/fhir/systems/practitioner-identifier</code>/123456</p><p><b>name</b>: John Doe </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1970-01-01</p><blockquote><p><b>qualification</b></p><p><b>Qualification type</b>: licence</p><p><b>Qulaification Institution</b>: HarvardMedicalSchool&quot;</p><p><b>Qualification</b>: Doctor of Medicine</p><p><b>Operational Status</b>: active</p><p><b>Board Registration Number</b>: BRN12345</p><p><b>License Renewal Duration</b>: annual</p><p><b>Current License Number</b>: PLN12345</p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360|2.7 MD}\">Doctor of Medicine</span></p><p><b>period</b>: 2000-01-01 --&gt; 2025-01-01</p></blockquote></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/StructureDefinition/professional-cadre"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:code [ fhir:v "general-practitioner" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/StructureDefinition/specialty"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:code [ fhir:v "internal-medicine" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/fhir/systems/practitioner-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Doe" ] ;
    ( fhir:given [ fhir:v "John" ] ) ;
    ( fhir:prefix [ fhir:v "Dr." ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1970-01-01"^^xsd:date] ; # 
  fhir:qualification ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/StructureDefinition/qualification-type"^^xsd:anyURI ] ;
fhir:value [ fhir:v "licence" ]     ] [
fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/StructureDefinition/qualification-institution"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HarvardMedicalSchool\"" ]     ] [
fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/StructureDefinition/qualification"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Doctor of Medicine" ]     ] [
fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/StructureDefinition/operational-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "active" ]     ] [
fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/StructureDefinition/board-registration-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "BRN12345" ]     ] [
fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/StructureDefinition/license-renewal-duration"^^xsd:anyURI ] ;
fhir:value [ fhir:v "annual" ]     ] [
fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/StructureDefinition/practitioner-license-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PLN12345" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360|2.7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MD" ]       ] )     ] ;
fhir:period [
fhir:start [ fhir:v "2000-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2025-01-01"^^xsd:date ]     ]
  ] ) . #