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

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypePatient
IdPatient-ExampleERefPatient.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 ExampleERefPatient

Juan Miguel Dela Cruz Male, DoB: 1965-07-20 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#PH-123456789)


Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "ExampleERefPatient",
  "meta": {
    "profile": [
      "https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.9.4.3.2",
      "value": "PH-123456789"
    }
  ],
  "name": [
    {
      "family": "Dela Cruz",
      "given": [
        "Juan",
        "Miguel"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+63 912 345 6789",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "juan.delacruz@email.com"
    }
  ],
  "gender": "male",
  "birthDate": "1965-07-20",
  "address": [
    {
      "use": "home",
      "line": [
        "123 Mabini St"
      ],
      "city": "Quezon City",
      "state": "Metro Manila",
      "postalCode": "1100",
      "country": "PH"
    }
  ]
}