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

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypePractitioner
IdPractitioner-ExampleERefPractitionerMinimal.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: Practitioner ExampleERefPractitionerMinimal

identifier: urn:oid:2.16.840.1.113883.2.9.4.3.3/MD-98765

name: Maria Santos

gender: Female


Source1

{
  "resourceType": "Practitioner",
  "id": "ExampleERefPractitionerMinimal",
  "meta": {
    "profile": [
      "https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.9.4.3.3",
      "value": "MD-98765"
    }
  ],
  "name": [
    {
      "family": "Santos",
      "given": [
        "Maria"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "gender": "female"
}