@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "practitioner-additional-authorisation"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner

Resource Practitioner "practitioner-additional-authorisation"

name: John Doe

gender: male

birthDate: 1998-01-01

Qualifications

-ExtensionCode
*Bachelor of Science (degreeLicenseCertificate#BS)
" ] ; # 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 "code"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://standards.digital.health.nz/ns/practitioner-additional-authorisation-code"^^xsd:anyURI ] ; fhir:code [ fhir:v "IMMU" ] ; fhir:display [ fhir:v "Immunisation" ] ] ) ] ] [ fhir:url [ fhir:v "period"^^xsd:anyURI ] ; fhir:value [ a fhir:Period ; fhir:start [ fhir:v "2022-01-01"^^xsd:date ] ] ] ) ; fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/additional-authorisation"^^xsd:anyURI ] ] ) ; fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360"^^xsd:anyURI ] ; fhir:code [ fhir:v "BS" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------