@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "practitioner-min-example"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-practitioner"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: Practitioner practitioner-min-example Profile: Practitioner Profileactive: truename: Api "^^rdf:XMLLiteral ] ; # fhir:active [ fhir:v true] ; # fhir:name ( [ fhir:family [ fhir:v "Api" ] ] ) . # # -------------------------------------------------------------------------------------
Generated Narrative: Practitioner practitioner-min-example
Profile: Practitioner Profile
active: true
name: Api