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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypePractitioner
IdPractitioner-GeneralPractitionerExample.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 GeneralPractitionerExample

name: Tom Junes Smith

telecom: ph: 27537652509(Work), someone@something.org


Source1

{
  "resourceType": "Practitioner",
  "id": "GeneralPractitionerExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "family": "Smith",
      "given": [
        "Tom",
        "Junes"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "27537652509",
      "use": "work"
    },
    {
      "system": "email",
      "value": "someone@something.org",
      "use": "home"
    }
  ]
}