PocLisPractitioner

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Σ ?!0..1codeBinding
id0..1string
extensionC0..*Extension
codingΣ1..1Coding
textΣ0..1string
systemΣ0..1uriFixed Value
valueΣ0..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
activeΣ0..0boolean
nameΣ0..0HumanName
telecomΣ0..0ContactPoint
addressΣ0..0Address
genderΣ0..0codeBinding
birthDateΣ0..0date
photo0..0Attachment
communication0..0CodeableConceptBinding

Ejemplo de Uso

{
"resourceType": "Practitioner",
"meta": {
"profile": [
"http://poc-lis.cens.cl/fhir/StructureDefinition/PocLisPractitioner"
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
{
"use": "official",
"system": "http://minsal.cl/IdentificacionMedico",
"value": "44444444",
"type": {
"coding": [
{
"system": "http://cens.cl/HCC/TipoDeIdentificacion",
"code": "787300",
"display": "Identificador individual único nacional (RUN)"
}
]
}
}
]
}