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

FHIR IG analytics

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

Sarah Elizabeth Williams - DOB: 1978-03-22, Female


Source1

{
  "resourceType": "Patient",
  "id": "PatientMemberMatchExample2",
  "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-002",
      "assigner": {
        "display": "Provider Organization"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Williams",
      "given": [
        "Sarah",
        "Elizabeth"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-987-6543"
    }
  ],
  "gender": "female",
  "birthDate": "1978-03-22",
  "address": [
    {
      "use": "home",
      "line": [
        "456 Oak Avenue"
      ],
      "city": "Columbus",
      "state": "OH",
      "postalCode": "43085"
    }
  ]
}