FHIR IG analytics| Package | au.gov.digitalhealth.r4.hcpd |
| Resource Type | Practitioner |
| Id | Practitioner-external-hc-practitioner-record.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner external-hc-practitioner-record
Profile: HC Practitioner
Person Recorded Sex Or Gender
- value: Male
identifier: National provider identifier/8003616566719020
name: John Fryer (Official), John Fryer
telecom: +61 2 8555 0199, +61 2 7777 0199
qualification
identifier: Provider number/PRN-123456 (use: official, )
code: Clinical Hypnotherapist
issuer: Australian Clinical Hypnotherapy Association
qualification
identifier: Provider number/PRN-2468 (use: official, )
code: Pathologist
issuer: RCPA
communication: Italian
{
"resourceType": "Practitioner",
"id": "external-hc-practitioner-record",
"meta": {
"profile": [
"http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-practitioner"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "value",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"code": "male",
"display": "Male"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NPI"
}
]
},
"system": "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value": "8003616566719020"
}
],
"name": [
{
"use": "official",
"family": "Fryer",
"given": [
"John"
],
"prefix": [
"Dr"
]
},
{
"use": "usual",
"family": "Fryer",
"given": [
"John"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+61 2 8555 0199",
"use": "work"
},
{
"system": "phone",
"value": "+61 2 7777 0199",
"use": "home"
}
],
"qualification": [
{
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN"
}
]
},
"system": "http://example.org/fhir/identifier/acha-prn",
"value": "PRN-123456"
}
],
"code": {
"text": "Clinical Hypnotherapist"
},
"issuer": {
"display": "Australian Clinical Hypnotherapy Association"
}
},
{
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN"
}
]
},
"system": "http://example.org/fhir/identifier/rcpa-prn",
"value": "PRN-2468"
}
],
"code": {
"text": "Pathologist"
},
"issuer": {
"display": "RCPA"
}
}
],
"communication": [
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "it",
"display": "Italian"
}
]
}
]
}