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

FHIR IG analytics

Packagekr.mohw.myhealthway
Resource TypePractitioner
IdPractitioner-MyHealthWayPractitionerExample.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

Resource Practitioner "MyHealthWayPractitionerExample"

Profile: MyHealthWay Practitioner Profile

name: 김의사

telecom: ph: 010-5678-9012

address: 서울특별시 중구 태평로2가 56-1

Qualifications

-IdentifierCode
*MOHW_MD_License_Id/123456의사 (MOHW Practitioner Qualification Types#의사)

Source1

{
  "resourceType": "Practitioner",
  "id": "MyHealthWayPractitionerExample",
  "meta": {
    "profile": [
      "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "text": "김의사"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "010-5678-9012"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "district",
              "valueString": "서울특별시 중구"
            },
            {
              "url": "roadName",
              "valueString": "세종대로18길"
            },
            {
              "url": "detailedAddress",
              "valueString": "2"
            },
            {
              "url": "complements",
              "valueString": "태평로2가"
            }
          ],
          "url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
        }
      ],
      "text": "서울특별시 중구 태평로2가 56-1",
      "postalCode": "04526"
    }
  ],
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://www.hl7korea.or.kr/Identifier/mohw-md-license-id",
          "value": "123456"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://www.hl7korea.or.kr/CodeSystem/mohw-practitioner-qualification-types",
            "code": "의사"
          }
        ]
      }
    }
  ]
}