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

FHIR IG analytics

Packagefhir.ph.core
Resource TypePatient
IdPatient-MiddleNameExample.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

Official name: Juan Jane Macalalad Buenaventura (born 1980). Commonly shown as 'Juan Jane M. Buenaventura'.

Maiden name: Juan Jane Dela Cruz Macalalad, often shown as 'Juan Jane D. Macalalad'.


Source1

{
  "resourceType": "Patient",
  "id": "MiddleNameExample",
  "meta": {
    "profile": [
      "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "use": "official",
      "family": "Buenaventura",
      "given": [
        "Juan Jane"
      ]
    },
    {
      "use": "maiden",
      "family": "Macalalad",
      "given": [
        "Juan Jane"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1980-01-01"
}