FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | Patient |
| Id | Patient-jp-patient-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "jp-patient-example-1",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_Patient"
]
},
"identifier": [
{
"system": "urn:oid:1.2.392.100495.20.3.51.11311234567",
"value": "00000010"
}
],
"name": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
"valueCode": "IDE"
}
],
"use": "usual",
"text": "山田 太郎",
"family": "山田",
"given": [
"太郎"
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
"valueCode": "SYL"
}
],
"use": "usual",
"text": "ヤマダ タロウ",
"family": "ヤマダ",
"given": [
"タロウ"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0312345678",
"use": "home"
}
],
"gender": "male",
"birthDate": "1970-01-01",
"address": [
{
"postalCode": "1600023",
"text": "東京都新宿区"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
"valueCodeableConcept": {
"coding": [
{
"code": "1046",
"system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
"display": "Shinto"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"state": "東京"
}
},
{
"url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Patient_Race",
"valueCodeableConcept": {
"coding": [
{
"code": "2039-6",
"system": "http://terminology.hl7.org/CodeSystem/v3-Race",
"display": "Japanese"
}
]
}
}
]
}