"
] ; #
fhir:identifier ( [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EI" ]
] ) ;
fhir:text [ fhir:v "Employee number" ]
] ;
fhir:system [ fhir:v "http://bobrestermedical.example.com/id/employee-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "567845B-1" ] ;
fhir:assigner [
fhir:display [ fhir:v "Bobrester Medical Center" ]
]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Bobrester" ] ;
fhir:given ( [ fhir:v "Bob" ] ) ;
fhir:prefix ( [ fhir:v "Dr." ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "drbob@bobrestermedical.example.com" ]
] ) . #
# -------------------------------------------------------------------------------------