HL7® FHIR® New Zealand Base Implementation Guide, published by HL7 New Zealand. This guide is not an authorized publication; it is the continuous build for version 3.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/nzbase/ and changes regularly. See the Directory of published versions
: practitioner-condition-on-practice - 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 "practitioner-condition-on-practice"] ; #
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: Practitioner practitioner-condition-on-practice</b></p><a name=\"practitioner-condition-on-practice\"> </a><a name=\"hcpractitioner-condition-on-practice\"> </a><a name=\"practitioner-condition-on-practice-en-US\"> </a><p><b>name</b>: John Doe</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1998-01-01</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 BS}\">Bachelor of Science</span></td></tr></table></div>"
] ; #
fhir:name ( [
fhir:text [ fhir:v "John Doe" ] ;
fhir:family [ fhir:v "Doe" ] ;
( fhir:given [ fhir:v "John" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1998-01-01"^^xsd:date] ; #
fhir:qualification ( [
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Must be supervised" ] ] [
fhir:url [ fhir:v "period"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2020-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2020-12-31"^^xsd:date ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/condition-on-practice"^^xsd:anyURI ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BS" ] ] ) ]
] ) . #