FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Practitioner |
| Id | Practitioner-AbrahamLaege.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner AbrahamLaege
Profile: Danish Core Practitioner Profile
name: Abraham Murakami
qualification
identifier:
https://autregweb.sst.dk/005MLcode: Læge
period: 2005-03-15 --> 2030-03-14
qualification
identifier:
https://autregweb.sst.dk/005M6code: Sygeplejerske
period: 2002-09-01 --> (ongoing)
{
"resourceType": "Practitioner",
"id": "AbrahamLaege",
"meta": {
"profile": [
"http://hl7.dk/fhir/core/StructureDefinition/dk-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"text": "Abraham Murakami",
"family": "Murakami",
"given": [
"Abraham"
]
}
],
"qualification": [
{
"identifier": [
{
"system": "https://autregweb.sst.dk",
"value": "005ML"
}
],
"code": {
"coding": [
{
"system": "http://hl7.dk/fhir/core/CodeSystem/DkCoreProfessionGroupCodes",
"code": "7170"
}
]
},
"period": {
"start": "2005-03-15",
"end": "2030-03-14"
}
},
{
"identifier": [
{
"system": "https://autregweb.sst.dk",
"value": "005M6"
}
],
"code": {
"coding": [
{
"system": "http://hl7.dk/fhir/core/CodeSystem/DkCoreProfessionGroupCodes",
"code": "5166"
}
]
},
"period": {
"start": "2002-09-01"
}
}
]
}