FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejp-core.r4
Resource TypeOrganization
IdOrganization-jp-organization-example-payer.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}