FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Patient |
| Id | Patient-rs-example-patient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "rs-example-patient",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "urn://example.com/ph-core/fhir/StructureDefinition/indigenous-people",
"valueBoolean": false
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Reyes",
"given": [
"Thomas Niccolo",
"Filamor"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+63-912-345-6789",
"use": "mobile"
},
{
"system": "email",
"value": "thomas.reyes@example.com",
"use": "home"
}
],
"gender": "male",
"birthDate": "1990-01-01",
"address": [
{
"extension": [
{
"url": "urn://example.com/ph-core/fhir/StructureDefinition/province",
"valueCoding": {
"system": "urn://example.com/ph-core/fhir/CodeSystem/PSGC",
"code": "0402100000",
"display": "Cavite"
}
},
{
"url": "urn://example.com/ph-core/fhir/StructureDefinition/city-municipality",
"valueCoding": {
"system": "urn://example.com/ph-core/fhir/CodeSystem/PSGC",
"code": "1380100000",
"display": "City of Caloocan"
}
},
{
"url": "urn://example.com/ph-core/fhir/StructureDefinition/barangay",
"valueCoding": {
"system": "urn://example.com/ph-core/fhir/CodeSystem/PSGC",
"code": "1380100001",
"display": "Barangay 1"
}
}
],
"use": "home",
"line": [
"123 Sampaloc Street"
],
"city": "Manila",
"postalCode": "1008",
"country": "PH"
}
]
}