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

FHIR IG analytics

Packagehl7.fhir.us.identity-matching
Resource TypeOrganization
IdOrganization-def-idp.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 def-idp

identifier: HL7PersonIdentifier/SecureIdp

name: Secure Idp

contact

telecom: +1 555 234 3523, gastro@acme.org


Source1

{
  "resourceType": "Organization",
  "id": "def-idp",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
      "value": "SecureIdp"
    }
  ],
  "name": "Secure Idp",
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "+1 555 234 3523",
          "use": "work"
        },
        {
          "system": "email",
          "value": "gastro@acme.org",
          "use": "work"
        }
      ]
    }
  ]
}