FHIR IG analytics| Package | hl7.fhir.us.identity-matching.r4 |
| Resource Type | Organization |
| Id | Organization-def-idp.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization def-idp
identifier: http://www.secureidp.com/units/SecureIdp
name: Secure Idp
contact
telecom: +1 555 234 3523, gastro@acme.org
{
"resourceType": "Organization",
"id": "def-idp",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.secureidp.com/units",
"value": "SecureIdp"
}
],
"name": "Secure Idp",
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "+1 555 234 3523",
"use": "work"
},
{
"system": "email",
"value": "gastro@acme.org",
"use": "work"
}
]
}
]
}