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

FHIR IG analytics

Packageimplementation.guide.nhdr
Resource TypePatient
IdPatient--duplicate-14.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "meta": {
    "lastUpdated": "2024-07-18T06:01:58.757+00:00"
  },
  "identifier": [
    {
      "use": "PhilhealthID",
      "value": "12345"
    },
    {
      "use": "PhilsysID",
      "value": "678910"
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "https://example.org/fhir/StructureDefinition/MiddleName",
          "valueString": "Rizal"
        }
      ],
      "use": "official",
      "family": "Dela Cruz",
      "given": [
        "Juan",
        "Pedro",
        "Santos"
      ]
    }
  ],
  "birthDate": "2020-01-01"
}