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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypePractitioner
IdPractitioner-rs-practitioner-receivedby.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 Cristina Santos received the patient at the DOH Central ER.

Source1

{
  "resourceType": "Practitioner",
  "id": "rs-practitioner-receivedby",
  "meta": {
    "profile": [
      "urn://example.com/ph-core/fhir/StructureDefinition/ph-core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "use": "official",
      "family": "Santos",
      "given": [
        "Maria Cristina"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+63-917-555-0101"
    }
  ]
}