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

FHIR IG analytics

Packageuz.dhp.core
Resource TypePractitioner
IdPractitioner-example-practitioner.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


English


Generated Narrative: Practitioner example-practitioner

Language: uz

Profile: UZ Core Practitioner

identifier: National unique individual identifier/9876543210

active: true

name: Test Test Test(Official)

telecom: ph: 975555555(Mobile)

gender: Female

birthDate: 1985-05-06

deceased: true

address: mahallasi Dilobod, Katortol ko'chasi, 9-uy, 15-xonadon 22070033 182 (temp)

Photos

-UrlSize
*http://example.org/photos/practitioner.jpg1024

Qualifications

-CodeIssuer
*DiplomaOrganization Respublika onkologiya markazi

Russian


Сгенерированный нарратив: Practitioner example-practitioner

Язык: uz

Профиль: UZ Core Practitioner

identifier: National unique individual identifier/9876543210

active: true

name: Test Test Test(Official)

telecom: ph: 975555555(Mobile)

gender: Female

birthDate: 1985-05-06

deceased: true

address: mahallasi Dilobod, Katortol ko'chasi, 9-uy, 15-xonadon 22070033 182 (temp)

Photos

-UrlSize
*http://example.org/photos/practitioner.jpg1024

Qualifications

-CodeIssuer
*DiplomaOrganization Республиканский онкологический центр

Uzbek


Generated Narrative: Practitioner example-practitioner

Language: uz

Profile: UZ Core Practitioner

identifier: National unique individual identifier/9876543210

active: true

name: Test Test Test(Official)

telecom: ph: 975555555(Mobile)

gender: Female

birthDate: 1985-05-06

deceased: true

address: mahallasi Dilobod, Katortol ko'chasi, 9-uy, 15-xonadon 22070033 182 (temp)

Photos

-UrlSize
*http://example.org/photos/practitioner.jpg1024

Qualifications

-CodeIssuer
*DiplomaOrganization Respublika onkologiya markazi

Source1

{
  "resourceType": "Practitioner",
  "id": "example-practitioner",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-practitioner"
    ]
  },
  "language": "uz",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NI",
            "display": "National unique individual identifier"
          }
        ]
      },
      "system": "https://dhp.uz/fhir/core/sid/pro/uz/argos",
      "value": "9876543210"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Test Test Test",
      "family": "Test",
      "given": [
        "Test"
      ],
      "suffix": [
        "Test"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "975555555",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1985-05-06",
  "deceasedBoolean": true,
  "address": [
    {
      "use": "temp",
      "type": "physical",
      "line": [
        "mahallasi Dilobod, Katortol ko'chasi, 9-uy, 15-xonadon"
      ],
      "city": "22070033",
      "district": "1703217",
      "country": "182"
    }
  ],
  "photo": [
    {
      "url": "http://example.org/photos/practitioner.jpg",
      "size": "1024"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "DIP"
          }
        ]
      },
      "issuer": {
        "reference": "Organization/example-organization"
      }
    }
  ]
}