FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Patient |
| Id | Patient-RSMinimumExamplePatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient RSMinimumExamplePatient
Profile: RS Patient
Thomas Niccolo Filamor Reyes (official) Male, DoB: 1990-01-01
| Active: | true | ||
| Contact Detail |
| ||
| Indigenous People | false | ||
{
"resourceType": "Patient",
"id": "RSMinimumExamplePatient",
"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"
}
],
"gender": "male",
"birthDate": "1990-01-01",
"address": [
{
"use": "home",
"line": [
"123 Sampaloc Street"
],
"city": "Manila",
"postalCode": "1008",
"country": "PH"
}
]
}