FHIR IG analytics| Package | hl7.fhir.kr.core |
| Resource Type | Practitioner |
| Id | Practitioner-krcore-paramedic-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-paramedic-example-01
Profile: KR Core Practitioner Profile
identifier: https://www.example119.com/Identifier/paramedic-id/example-paramedic-id-01
name: 김하늘(Official)
gender: Female
birthDate: 1993-03-15
| Code |
| 응급구조사 |
{
"resourceType": "Practitioner",
"id": "krcore-paramedic-example-01",
"meta": {
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://www.example119.com/Identifier/paramedic-id",
"value": "example-paramedic-id-01"
}
],
"name": [
{
"use": "official",
"text": "김하늘"
}
],
"gender": "female",
"birthDate": "1993-03-15",
"qualification": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "397897005",
"display": "Paramedic (occupation)"
}
],
"text": "응급구조사"
}
}
]
}