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

Generated Narrative: Practitioner AlexPractitionerExample

identifier: https://standards.digital.health.nz/ns/hpi-id/ZXP7823 (use: official, )

name: ALEX Practitioner (Official)

gender: Female

birthDate: 1968-01-27

"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "ZXP7823" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Practitioner" ] ; fhir:given ( [ fhir:v "ALEX" ] ) ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1968-01-27"^^xsd:date] . # # -------------------------------------------------------------------------------------