FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-educational-qualification.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-educational-qualification
name: John Doe
gender: Male
birthDate: 1998-01-01
| Extension | Code |
| Bachelor of Science |
{
"resourceType": "Practitioner",
"id": "practitioner-educational-qualification",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1998-01-01",
"qualification": [
{
"extension": [
{
"extension": [
{
"url": "fullname",
"valueString": "Fellow of the Royal Australian and New Zealand College of Psychiatrists qualification"
},
{
"url": "shortname",
"valueString": "Psychiatrist fellow"
},
{
"url": "year",
"valueDate": "1995"
},
{
"url": "institution",
"valueString": "Royal Australian and New Zealand College of Psychiatrists"
},
{
"url": "city",
"valueString": "Wellington"
},
{
"url": "country",
"valueString": "NZ"
}
],
"url": "http://hl7.org.nz/fhir/StructureDefinition/educational-qualification"
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "BS"
}
]
}
}
]
}