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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypePractitioner
IdPractitioner-ExampleSGHIPractitioner.json
FHIR VersionR5

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 ExampleSGHIPractitioner

identifier: Medical Record Number/12345

active: true

name: James Pond(Official)

telecom: +254-722-123456

gender: Male

birthDate: 1990-07-15

Qualifications

-IdentifierCodePeriodIssuer
*Medical Record Number/Q-12345Nurse Practitioner2010-07-15 --> 2030-07-15Organization SGHI Healthcare Organization

Source1

{
  "resourceType": "Practitioner",
  "id": "ExampleSGHIPractitioner",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "12345",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "James Pond",
      "family": "Pond",
      "given": [
        "James"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+254-722-123456"
    }
  ],
  "gender": "male",
  "birthDate": "1990-07-15",
  "qualification": [
    {
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "MR",
                "display": "Medical Record Number"
              }
            ]
          },
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
          "value": "Q-12345",
          "assigner": {
            "reference": "Organization/ExampleSGHIOrganization"
          }
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "NP",
            "display": "Nurse Practitioner"
          }
        ]
      },
      "period": {
        "start": "2010-07-15",
        "end": "2030-07-15"
      },
      "issuer": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ]
}