FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Organization |
| Id | Organization-RSMinimumExampleOrganization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization RSMinimumExampleOrganization
Profile: RS Organization
name: Department of Health - Central Office
telecom: +63-2-752-8401
address: San Lazaro Compound, Rizal Avenue Manila NCR 1003 PH
{
"resourceType": "Organization",
"id": "RSMinimumExampleOrganization",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Department of Health - Central Office",
"telecom": [
{
"system": "phone",
"value": "+63-2-752-8401"
}
],
"address": [
{
"line": [
"San Lazaro Compound, Rizal Avenue"
],
"city": "Manila",
"state": "NCR",
"postalCode": "1003",
"country": "PH"
}
]
}