FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-registration-initial-date.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-registration-initial-date
name: John Doe
gender: Male
birthDate: 1998-01-01
| Extension | Code |
| Bachelor of Science |
{
"resourceType": "Practitioner",
"id": "practitioner-registration-initial-date",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1998-01-01",
"qualification": [
{
"extension": [
{
"url": "http://hl7.org.nz/fhir/StructureDefinition/registration-initial-date",
"valueDate": "2009-10-02"
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "BS"
}
]
}
}
]
}