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

FHIR IG analytics

Packagefhir.ph.core
Resource TypePractitioner
IdPractitioner-example-practitioner.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

Dr. Maria Clara Santos is a female practitioner born on May 15, 1985. She resides at 1234 Mabini Street, Manila, NCR, 1000, Philippines. She can be contacted via mobile at +63-912-345-6789 or by email at maria.santos@example.ph.

Source1

{
  "resourceType": "Practitioner",
  "id": "example-practitioner",
  "meta": {
    "profile": [
      "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "family": "Santos",
      "given": [
        "Maria",
        "Clara"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+63-912-345-6789",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "maria.santos@example.ph",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "1234 Mabini Street"
      ],
      "city": "Manila",
      "state": "NCR",
      "postalCode": "1000",
      "country": "PH"
    }
  ],
  "gender": "female",
  "birthDate": "1985-05-15"
}