FHIR IG analytics| Package | hl7.fhir.fi.base |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-PractitionerRoleGP.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole PractitionerRoleGP
Profile: FI Base PractitionerRole
identifier: http://www.acme.org/practitioners/23
active: true
period: 2023-01-01 --> 2023-12-31
practitioner: Practitioner Dave Doctor
organization: Organization Kyyjärven lääkärin vastaanotto, Kyyjärven terveysasema, SoTe kuntayhtymä Saarikka
code: Referring Provider
specialty: General medical practice
location: Location Kirurgian poliklinikka
healthcareService: HealthcareService Vastaanottoaika*
availableTime
daysOfWeek: Monday, Tuesday, Wednesday
availableStartTime: 09:00:00
availableEndTime: 16:30:00
availableTime
daysOfWeek: Thursday, Friday
availableStartTime: 09:00:00
availableEndTime: 12:00:00
{
"resourceType": "PractitionerRole",
"id": "PractitionerRoleGP",
"meta": {
"profile": [
"https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-practitioner-role"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/practitioners",
"value": "23"
}
],
"active": true,
"period": {
"start": "2023-01-01",
"end": "2023-12-31"
},
"practitioner": {
"reference": "Practitioner/practitioner-licensed-physician"
},
"organization": {
"reference": "Organization/1.2.246.10.2085212.10.1314"
},
"code": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0286",
"code": "RP"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408443003",
"display": "General medical practice"
}
]
}
],
"location": [
{
"reference": "Location/LocationExample"
}
],
"healthcareService": [
{
"reference": "HealthcareService/healthcareService-example"
}
],
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed"
],
"availableStartTime": "09:00:00",
"availableEndTime": "16:30:00"
},
{
"daysOfWeek": [
"thu",
"fri"
],
"availableStartTime": "09:00:00",
"availableEndTime": "12:00:00"
}
]
}