FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | Organization |
| Id | Organization-jp-organization-example-payer.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "jp-organization-example-payer",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_Organization"
]
},
"type": [
{
"coding": [
{
"code": "pay",
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"display": "Payer"
}
]
}
],
"name": "ひまわり健康保険組合",
"identifier": [
{
"system": "urn:oid:1.2.392.100495.20.3.61",
"value": "7654321"
}
]
}