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

Generated Narrative: Practitioner 9bf0832786e2293848942167532e0a91

active: true

name: Alex Api (Official)

"^^rdf:XMLLiteral ] ; # fhir:active [ fhir:v true] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Api" ] ; fhir:given ( [ fhir:v "Alex" ] ) ] ) . # # -------------------------------------------------------------------------------------