FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-condition-on-practice.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-condition-on-practice
name: John Doe
gender: Male
birthDate: 1998-01-01
| Extension | Code |
| Bachelor of Science |
{
"resourceType": "Practitioner",
"id": "practitioner-condition-on-practice",
"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": "description",
"valueString": "Must be supervised"
},
{
"url": "period",
"valuePeriod": {
"start": "2020-01-01",
"end": "2020-12-31"
}
}
],
"url": "http://hl7.org.nz/fhir/StructureDefinition/condition-on-practice"
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "BS"
}
]
}
}
]
}