PocLisPatient

Perfil basado en Patient.

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
typeΣ0..1CodeableConceptBinding
systemΣ0..1uriFixed Value
valueΣ0..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
activeΣ ?!0..0boolean
id0..1string
extensionC0..*Extension
useΣ ?!0..1codeBinding
textΣ0..1string
id0..1string
Apellido_PaternoC0..*Extension(string)
Apellido_MaternoC0..*Extension(string)
value0..1System.String
givenΣ0..*string
prefixΣ0..*string
suffixΣ0..*string
periodΣ0..1Period
telecomΣ0..0ContactPoint
genderΣ0..1codeBinding
birthDateΣ0..1date
addressΣ0..0Address
maritalStatus0..0CodeableConceptBinding
photo0..0Attachment
generalPractitioner0..0Reference(Organization | Practitioner | PractitionerRole)
managingOrganizationΣ0..0Reference(Organization)

Ejemplo de Uso

{
"resourceType": "Patient",
"meta": {
"profile": [
"http://poc-lis.cens.cl/fhir/StructureDefinition/PocLisPatient"
]
},
"text": {
"status": "generated",
--- We have skipped the narrative for better readability of the resource ---
},
{
"use": "official",
"system": "http://minsal.cl/Identificacion",
"value": "12345678",
{
"url": "http://poc-lis.cens.cl/fhir/StructureDefinition/TipoIdentificacionPaciente",
"system": "http://cens.cl/HCC/TipoDeIdentificacion",
"code": "666784",
"display": "Certificado de Nacimiento"
}
}
]
}
],
"name": [
{
"_family": {
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family",
"valueString": "Peréz"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
"valueString": "Vidal"
}
]
},
"given": [
"Juan Antonio"
],
"use": "official",
"text": "Juan Antonio Pérez Vidal"
}
],
"gender": "male",
"birthDate": "1905-08-23"
}