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

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypePractitioner
IdPractitioner-krcore-medicaldoctor-example-02.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 krcore-medicaldoctor-example-02

identifier: Doctor number/md-222

name: null

telecom: ph: -unknown-

Qualifications

-IdentifierCode
*MOHW_MD_License_Id/?ngen-9?Masked

Source1

{
  "resourceType": "Practitioner",
  "id": "krcore-medicaldoctor-example-02",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "DN"
          }
        ]
      },
      "system": "http://www.hangukhospital.co.kr/doctorid-example",
      "value": "md-222"
    }
  ],
  "name": [
    {
      "_text": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "masked"
          }
        ]
      }
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "_value": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "masked"
          }
        ]
      }
    }
  ],
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://www.hl7korea.or.kr/Identifier/mohw-md-license-id",
          "_value": {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
                "valueCode": "masked"
              }
            ]
          }
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
            "code": "masked"
          }
        ]
      }
    }
  ]
}