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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypePractitioner
IdPractitioner-00124455-e5f6-4789-a123-456789abcdef.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 00124455-e5f6-4789-a123-456789abcdef

identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-mdcn/MDCN-45231

active: true

name: Kehinde Adebayo

telecom: +2348030001122, kehinde.adebayo@example.org

birthDate: 1982-01-15

Qualifications

-CodePeriod
*Obstetrics & Gynaecology2016-01-01 --> (ongoing)

Source1

{
  "resourceType": "Practitioner",
  "id": "00124455-e5f6-4789-a123-456789abcdef",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-mdcn",
      "value": "MDCN-45231"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Adebayo",
      "given": [
        "Kehinde"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+2348030001122"
    },
    {
      "system": "email",
      "value": "kehinde.adebayo@example.org"
    }
  ],
  "birthDate": "1982-01-15",
  "qualification": [
    {
      "code": {
        "text": "Obstetrics & Gynaecology"
      },
      "period": {
        "start": "2016-01-01"
      }
    }
  ]
}