Generated Narrative: Practitioner
active: true
name: Jill Bradley
telecom: ph: 0491 570 006(MOBILE)
gender: female
"
] ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:text [ fhir:v "Jill Bradley" ] ;
fhir:family [ fhir:v "Bradley" ] ;
fhir:given ( [ fhir:v "Jill" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0491 570 006" ] ;
fhir:use [ fhir:v "mobile" ]
] ) ; #
fhir:gender [ fhir:v "female"] . #
# -------------------------------------------------------------------------------------