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

FHIR IG analytics

Packagefhir.mamaToto
Resource TypePractitioner
IdPractitioner-ExamplePractitioner.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 ExamplePractitioner

identifier: http://hospital.org/practitioners/PRAC-45678

active: true

name: John Doe

telecom: +1234567890

address: 123 Medical Plaza Nairobi Nairobi County 00100 Kenya

gender: Male

birthDate: 1980-05-15

Qualifications

-IdentifierCodePeriodIssuer
*http://medicalboard.org/licenses/MB-789654Doctor of Medicine2010-06-01 --> (ongoing)Organization/example-medical-board

Source1

{
  "resourceType": "Practitioner",
  "id": "ExamplePractitioner",
  "meta": {
    "profile": [
      "http://example.org/StructureDefinition/PractitionerProfile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.org/practitioners",
      "value": "PRAC-45678"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1234567890",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "123 Medical Plaza"
      ],
      "city": "Nairobi",
      "state": "Nairobi County",
      "postalCode": "00100",
      "country": "Kenya"
    }
  ],
  "gender": "male",
  "birthDate": "1980-05-15",
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://medicalboard.org/licenses",
          "value": "MB-789654"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360/2.7",
            "code": "MD",
            "display": "Doctor of Medicine"
          }
        ]
      },
      "period": {
        "start": "2010-06-01"
      },
      "issuer": {
        "reference": "Organization/example-medical-board"
      }
    }
  ]
}