Hola, quien me puede ayudar...
No he podido avanzar con la pregunta 1.
He agregado/eliminado cosas, y me sigue apareciendo el error
Envío esto
"telecom" : [{
"system" : "phone",
"value" : "+56 9 9988 8777"
}],
"address": [
{
"use": "home",
"text": "Sargento Aldea 32, en la comuna de Linares, región del Maule"
}
],
Notificaciones

aca va el json completo
{
"resourceType": "Patient",
"id": "1",
"extension": [
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/IdentidadDeGenero",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSIdentidaddeGenero",
"code": "2",
"display": "Femenina"
}
]
}
},
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
"code": "152",
"display": "Chile"
}
]
}
},
{
"url": "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/PaisOrigenMPI",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
"code": "152",
"display": "Chile"
}
]
}
},
{
"url": "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/PueblosOriginariosPerteneciente",
"valueBoolean": true
}
],
"identifier" : [{
"use" : "official",
"type" : {
"extension" : [{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
"valueCodeableConcept" : {
"coding" : [{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
"code" : "152",
"display" : "Chile"
}]
}
}],
"coding" : [{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
"code" : "01",
"display" : "RUN"
}],
"text" : "Rol Único Nacional"
},
"value" : "9.846.326-4",
"assigner" : {
"display" : "Republica de Chile"
}
}],
"active": true,
"name": [
{
"use": "official",
"family": "Pérez",
"_family": {
"extension": [
{
"url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
"valueString": "Curaqueo"
}
]
},
"given": [
"Luisa"
]
}
],
"telecom" : [{
"system" : "phone",
"value" : "+56 9 9988 8777"
}],
"gender": "female",
"birthDate": "1966-09-28",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"text": "Sargento Aldea 32, en la comuna de Linares, región del Maule"
}
],
"contact": []
}