HL7中国FHIR Connectathon测试实施指南
V20230304 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "RxDoctorExample01",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>name</b>: 赵勇</p><p><b>gender</b>: male</p></div>"
},
"name" : [
{
"text" : "赵勇",
"family" : "赵",
"given" : [
"勇"
]
}
],
"gender" : "male"
}