FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-scope-of-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-scope-of-practice
name: John Doe
gender: Male
birthDate: 1998-01-01
| Extension | Code |
| Bachelor of Science |
{
"resourceType": "Practitioner",
"id": "practitioner-scope-of-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": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "https://standards.digital.health.nz/ns/practitioner-scope-of-practice-code",
"code": "CHIR",
"display": "Chiropractor"
}
]
}
},
{
"url": "period",
"valuePeriod": {
"start": "2020-01-01",
"end": "2020-12-31"
}
}
],
"url": "http://hl7.org.nz/fhir/StructureDefinition/scope-of-practice"
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "BS"
}
]
}
}
]
}