FHIR IG analytics| Package | br.ufpb.cardioremoto |
| Resource Type | Patient |
| Id | Patient-CardioRemotoPatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient CardioRemotoPatientExample
Profile: Paciente
João Silva (official) Male, DoB: 1959-04-12 ( https://www.gov.br/receitafederal/cpf#12345678901 (use: official, ))
| Active: | true | ||
| Other Ids: |
| ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "CardioRemotoPatientExample",
"meta": {
"profile": [
"http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://cardioremoto.ufpb.br/fhir/NamingSystem/patient-id",
"value": "CR-000001"
},
{
"use": "official",
"system": "https://saude.gov.br/fhir/NamingSystem/cns",
"value": "123456789012345"
},
{
"use": "official",
"system": "https://www.gov.br/receitafederal/cpf",
"value": "12345678901"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Silva",
"given": [
"João"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+55 83 99999-9999",
"use": "mobile"
}
],
"gender": "male",
"birthDate": "1959-04-12",
"address": [
{
"line": [
"Rua das Acácias, 100"
],
"city": "João Pessoa",
"state": "PB",
"postalCode": "58000-000",
"country": "Brasil"
}
]
}