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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypePractitioner
IdPractitioner-NgPractitioner-003.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 NgPractitioner-003

identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-mdcn/CHEW-12347

active: true

name: Hauwa Garba

telecom: +2348123456677, hauwa.garba@example.org

birthDate: 1995-11-09

Qualifications

-CodePeriod
*Community Health Extension Worker2020-03-01 --> (ongoing)

Source1

{
  "resourceType": "Practitioner",
  "id": "NgPractitioner-003",
  "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": "CHEW-12347"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Garba",
      "given": [
        "Hauwa"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+2348123456677"
    },
    {
      "system": "email",
      "value": "hauwa.garba@example.org"
    }
  ],
  "birthDate": "1995-11-09",
  "qualification": [
    {
      "code": {
        "text": "Community Health Extension Worker"
      },
      "period": {
        "start": "2020-03-01"
      }
    }
  ]
}