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

FHIR IG analytics

Packagehl7.fhir.us.identity-matching
Resource TypePatient
IdPatient-patient-multi-digital-identifier.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: Patient patient-multi-digital-identifier

Honk Huberdeau Male, DoB: 1980-01-10 ( http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier#HL7PersonIdentifier#a5c2498f-9b62-4c97-8dc3-03a20b0f5412)


Active:true
Other Ids:
Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "patient-multi-digital-identifier",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
      "value": "a5c2498f-9b62-4c97-8dc3-03a20b0f5412",
      "assigner": {
        "reference": "Organization/abc-hospital"
      }
    },
    {
      "system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
      "value": "40e31ed2-4d16-4416-a66d-c3e84f8a4812",
      "assigner": {
        "reference": "Organization/xyz-payer"
      }
    },
    {
      "system": "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
      "value": "db0cfc86-58e4-467c-b1d7-78571598ee15",
      "assigner": {
        "reference": "Organization/def-idp"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Huberdeau",
      "given": [
        "Honk"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "home"
    },
    {
      "system": "email",
      "value": "honk.huberdeau@example.com"
    }
  ],
  "gender": "male",
  "birthDate": "1980-01-10",
  "address": [
    {
      "line": [
        "999 Not Real Street"
      ],
      "city": "Columbus",
      "state": "OH",
      "postalCode": "43210",
      "country": "US"
    }
  ]
}