The raw content of the file is shown because it could not be parsed as a FHIR resource
{
"resourceType" : "Patient",
"identifier" : [{
"use" : "usual",
"system" : "CURSOFHIR",
"value" : "20250605",
}],
"name" : [{
"use" : "official",
"family" : "Sebasteao",
"given" : ["Susana",
"Lemos"
]
}],
"telecom" :[
{
"system" : "phone",
"value" : "(+351)4444 2222",
"use" : "work",
"rank" : 1
},
{
"system" : "phone",
"value" : "(+351)7777 2222",
"use" : "home",
"rank" : 1
},
],
"gender" : "female",
"birthDate" : "1980-10-31",
"deceasedBoolean" : false,
"address" : [{
"use" : "home",
"type" : "both",
"text" : "Rua de Utente Teste, nº12, 1DTO, Matosinhos",
"line" : ["534 Erewhon St"],
"city" : "Matosinhos",
"district" : "Porto",
"postalCode" : "39994460- 256"
}
}],