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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex
Resource TypePatient
IdPatient-PatientMemberMatchExample1.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

Robert Michael Johnson - DOB: 1965-08-15, Male


Source1

{
  "resourceType": "Patient",
  "id": "PatientMemberMatchExample1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MB"
          }
        ]
      },
      "system": "http://example.org/provider-org/patient-ids",
      "value": "PAT-001",
      "assigner": {
        "display": "Provider Organization"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Johnson",
      "given": [
        "Robert",
        "Michael"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-123-4567"
    }
  ],
  "gender": "male",
  "birthDate": "1965-08-15",
  "address": [
    {
      "use": "home",
      "line": [
        "123 Main Street"
      ],
      "city": "Springfield",
      "state": "IL",
      "postalCode": "62701"
    }
  ]
}