FHIR IG analytics| Package | alticelabs.fhir.smartal.glintt |
| Resource Type | Patient |
| Id | Patient-PatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "PatientExample",
"meta": {
"profile": [
"http://alticelabs.com/fhir/StructureDefinition/SmartAL-Glintt-Patient"
]
},
"identifier": [
{
"system": "http://alticelabs.com/fhir/identifiers/patient",
"value": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
},
{
"use": "official",
"system": "https://spms.min-saude.pt",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "HC",
"display": "Health Card Number"
}
]
},
"value": "223456789"
},
{
"use": "secondary",
"system": "https://www.portaldasfinancas.gov.pt",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "TAX",
"display": "Tax ID number"
}
]
},
"value": "999999999"
},
{
"use": "secondary",
"system": "https://irn.justica.gov.pt",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "CZ",
"display": "Citizenship Card"
}
]
},
"value": "2220"
},
{
"use": "secondary",
"system": "https://www.seg-social.pt",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "SB",
"display": "Social Beneficiary Identifier"
}
]
},
"value": "12345670043"
}
],
"active": true,
"name": [
{
"family": "Smith",
"given": [
"John"
],
"text": "John Smith"
}
],
"telecom": [
{
"system": "phone",
"value": "960000001",
"use": "mobile"
},
{
"system": "email",
"value": "jsmht@example.com",
"use": "mobile"
}
],
"gender": "male",
"birthDate": "1958-07-30",
"address": [
{
"use": "home",
"line": [
"Rua da Amargura nÂș1"
],
"city": "Aveiro",
"district": "Aveiro",
"postalCode": "3700-100"
}
]
}