FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole example3
Profile: AU Base PractitionerRole
identifier: Medicare Provider Number/1234561A
practitioner: Practitioner Francis Fernando
organization: Organization Devonport Family Medicine Clinic
code: General practitioner
specialty: General practice (specialty)
location: Location: status = active; type = Family medicine clinic; physicalType = Building
healthcareService: HealthcareService General Practitioner services
telecom: francis.fernando@alphamail.example.com
availableTime
daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday
availableStartTime: 08:00:00
availableEndTime: 20:00:00
| Description |
| Weekends |
{
"resourceType": "PractitionerRole",
"id": "example3",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "UPIN"
}
],
"text": "Medicare Provider Number"
},
"system": "http://ns.electronichealth.net.au/id/medicare-provider-number",
"value": "1234561A"
}
],
"practitioner": {
"reference": "Practitioner/example3"
},
"organization": {
"reference": "Organization/example3"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "62247001",
"display": "General practitioner"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394814009",
"display": "General practice (specialty)"
}
]
}
],
"location": [
{
"reference": "Location/example3"
}
],
"healthcareService": [
{
"reference": "HealthcareService/example3"
}
],
"telecom": [
{
"system": "email",
"value": "francis.fernando@alphamail.example.com",
"use": "work"
}
],
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime": "08:00:00",
"availableEndTime": "20:00:00"
}
],
"notAvailable": [
{
"description": "Weekends"
}
]
}