FHIR IG analytics| Package | hl7.fhir.kr.core |
| Resource Type | Practitioner |
| Id | Practitioner-krcore-nurse-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner krcore-nurse-example-01
Profile: KR Core Practitioner Profile
identifier: 원내 식별자/example-nurse-id-01 (use: official, )
name: 전진현
telecom: ph: 05-2222-1111(Work), ghanho@examplehospital.com
address: 대구광역시 동구 효동로6길 예병원(work)
gender: Female
| Code |
| 간호사 |
{
"resourceType": "Practitioner",
"id": "krcore-nurse-example-01",
"meta": {
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"text": "원내 식별자"
},
"system": "https://www.examplehospital.com/Identifier/practitioner-id",
"value": "example-nurse-id-01"
}
],
"name": [
{
"text": "전진현",
"family": "전",
"given": [
"진현"
]
}
],
"telecom": [
{
"system": "phone",
"value": "05-2222-1111",
"use": "work"
},
{
"system": "email",
"value": "ghanho@examplehospital.com",
"use": "work"
}
],
"address": [
{
"extension": [
{
"extension": [
{
"url": "district",
"valueString": "대구광역시 동구"
},
{
"url": "roadName",
"valueString": "효동로6길"
},
{
"url": "detailedAddress",
"valueString": "-"
},
{
"url": "complements",
"valueString": "예병원"
}
],
"url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
}
],
"use": "work",
"text": "대구광역시 동구 효동로6길 예병원",
"postalCode": "04454"
}
],
"gender": "female",
"qualification": [
{
"code": {
"text": "간호사"
}
}
]
}