Interoperable Digital Identity and Patient Matching
2.0.0-ballot - STU2 Ballot United States of America flag

Interoperable Digital Identity and Patient Matching, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-identity-matching-ig/ and changes regularly. See the Directory of published versions

: def-idp - JSON Representation

Raw json | Download


{
  "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><a name=\"def-idp-en-US\"> </a><p><b>identifier</b>: <code>http://www.secureidp.com/units</code>/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://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"
        }
      ]
    }
  ]
}