This page is part of the Interoperable Digital Identity and Patient Matching (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Organization",
"id" : "def-idp",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization def-idp</b></p><a name=\"def-idp\"> </a><a name=\"hcdef-idp\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-Identity-HL7-Person-Identifier.html\" title=\"Digital Identifier to assist in patient matching.\">HL7PersonIdentifier</a>/SecureIdp</p><p><b>name</b>: Secure Idp</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: <a href=\"tel:+15552343523\">+1 555 234 3523</a>, <a href=\"mailto:gastro@acme.org\">gastro@acme.org</a></p></blockquote></div>"
},
"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"
}
]
}
]
}