@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PractitionerExample01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/StructureDefinition/core-practitioner"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner

Resource Practitioner "PractitionerExample01"

Profile: 卫生服务人员信息结构定义

identifier: urn:oid:2.16.528.1.1007.3.1/938273695 (use: OFFICIAL)

active: true

name: 赵勇(OFFICIAL)

telecom: ph: 0105568263(WORK)

gender: male

birthDate: 1975-12-07

" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "urn:oid:2.16.528.1.1007.3.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "938273695" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:text [ fhir:v "赵勇" ] ; fhir:family [ fhir:v "赵" ] ; fhir:given ( [ fhir:v "勇" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0105568263" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:gender [ fhir:v "male" ; fhir:extension ( [ fhir:url [ fhir:v "https://hl7.org.cn/fhir/StructureDefinition/ext-person-gender"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://hl7.org.cn/fhir/CodeSystem/gb2261-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "男性" ] ] ] ) ] ; # fhir:birthDate [ fhir:v "1975-12-07"^^xsd:date] . # # -------------------------------------------------------------------------------------