FHIR IG analytics| Package | hl7.fhir.cr.core |
| Resource Type | Practitioner |
| Id | Practitioner-CRPractitionerNurse.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner CRPractitionerNurse
Profile: Profesional de la Salud
identifier: Cédula Nacional/3-5678-9012 (use: official, )
active: true
name: María Elena González Ramírez (Official)
telecom: +506 7654 3210, maria.gonzalez@clinicavidasalud.cr
gender: Female
birthDate: 1990-03-22
address: Calle 10, Avenida 2 San José San José 10100 CR (work)
qualification
identifier: ENF-54321-CR
code: Profesionales de enfermería (generales)
qualification
identifier: ENF-54321-CR
code: Profesionales de enfermería especialistas (excluye ginecoobstetricia)
{
"resourceType": "Practitioner",
"id": "CRPractitionerNurse",
"meta": {
"profile": [
"https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/identifier-type",
"code": "cedula-nacional",
"display": "Cédula Nacional"
}
]
},
"system": "https://hl7.or.cr/fhir/identifier/worker-health-registry",
"value": "3-5678-9012"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "González Ramírez",
"given": [
"María",
"Elena"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+506 7654 3210",
"use": "mobile"
},
{
"system": "email",
"value": "maria.gonzalez@clinicavidasalud.cr",
"use": "work"
}
],
"gender": "female",
"birthDate": "1990-03-22",
"address": [
{
"use": "work",
"type": "physical",
"line": [
"Calle 10, Avenida 2"
],
"city": "San José",
"district": "San José",
"state": "San José",
"postalCode": "10100",
"country": "CR"
}
],
"qualification": [
{
"identifier": [
{
"value": "ENF-54321-CR"
}
],
"code": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role",
"code": "2221",
"display": "Profesionales de enfermería (generales)"
}
]
},
"issuer": {
"reference": "Organization/CROrganizationClinicaPrivada"
}
},
{
"identifier": [
{
"value": "ENF-54321-CR"
}
],
"code": {
"coding": [
{
"system": "https://hl7.or.cr/fhir/terminology/CodeSystem/practitioner-role",
"code": "2223",
"display": "Profesionales de enfermería especialistas (excluye ginecoobstetricia)"
}
]
},
"issuer": {
"reference": "Organization/CROrganizationClinicaPrivada"
}
}
]
}