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

FHIR IG analytics

Packagehl7.fhir.us.identity-matching
Resource TypeOrganization
IdOrganization-xyz-payer.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization xyz-payer

identifier: HL7PersonIdentifier/666666

name: XYZ Insurance

alias: XYZ

contact

telecom: +1 555 234 3523, info@xyz-payer.org


Source1

{
  "resourceType": "Organization",
  "id": "xyz-payer",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
      "value": "666666"
    }
  ],
  "name": "XYZ Insurance",
  "alias": [
    "XYZ"
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "+1 555 234 3523",
          "use": "work"
        },
        {
          "system": "email",
          "value": "info@xyz-payer.org",
          "use": "work"
        }
      ]
    }
  ]
}