CdrPractitioner

Perfil basado en Practitioner.

StructureDefinition

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionC0..*Extension
modifierExtension?! C0..*Extension
id0..1string
extensionC0..*Extension
useΣ ?!1..1codeBindingFixed Value
typeΣ0..0CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ0..0Period
assignerΣ0..0Reference(Organization)
activeΣ0..0boolean
id0..1string
extensionC0..*Extension
useΣ ?!0..1codeBinding
textΣ1..1string
familyΣ0..1string
givenΣ0..*string
prefixΣ0..*string
suffixΣ0..*string
periodΣ0..1Period
id0..1string
extensionC0..*Extension
systemΣ C1..1codeBindingFixed Value
valueΣ1..1string
useΣ ?!0..0codeBinding
rankΣ0..0positiveInt
periodΣ0..0Period
addressΣ0..0Address
genderΣ0..0codeBinding
birthDateΣ0..0date
photo0..0Attachment
communication0..0CodeableConceptBinding

Ejemplo de Uso

{
"resourceType": "Practitioner",
"meta": {
"profile": [
"http://ssasur.cl/fhir/StructureDefinition/CdrPractitioner"
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
"id": "id_profesional_flebotomista",
{
"use": "official",
"system": "http://www.registrocivil.cl/RUN",
"value": "100060054"
}
],
"name": [
{
"text": "Alejandro Medina",
"family": "Medina",
"given": [
"Alejandro"
]
}
]
}