HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build
HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.2.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "jp-practitioner-example-male-2",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner jp-practitioner-example-male-2</b></p><a name=\"jp-practitioner-example-male-2\"> </a><a name=\"hcjp-practitioner-example-male-2\"> </a><a name=\"jp-practitioner-example-male-2-ja\"> </a><p><b>name</b>: 愛知 太郎, アイチ タロウ</p><p><b>gender</b>: Male</p></div>"
},
"name" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
"valueCode" : "IDE"
}
],
"text" : "愛知 太郎",
"family" : "愛知",
"given" : [
"太郎"
]
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
"valueCode" : "SYL"
}
],
"text" : "アイチ タロウ",
"family" : "チバ",
"given" : [
"タロウ"
]
}
],
"gender" : "male"
}