FHIR IG analytics| Package | hl7.fhir.uv.apix |
| Resource Type | Organization |
| Id | Organization-1002.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization 1002
version: 1; Last updated: 2026-02-02 00:22:09+0000; Language: en
Profile: APIX Organization
identifier: http://example.org/somesystemRegulator/110
name: Stupendous Regulator
| Telecom | Address |
| ph: 8018425555, fax: 8018425556, mushi@gaipan.gov | 789 Six-seven MO 90129 USA |
endpoint: Subscription notification endpoint
{
"resourceType": "Organization",
"id": "1002",
"meta": {
"versionId": "1",
"lastUpdated": "2026-02-02T00:22:09.017+00:00",
"profile": [
"http://hl7.org/fhir/uv/apix/StructureDefinition/apix-organization"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/somesystemRegulator",
"value": "110"
}
],
"name": "Stupendous Regulator",
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "8018425555"
},
{
"system": "fax",
"value": "8018425556"
},
{
"system": "email",
"value": "mushi@gaipan.gov"
}
],
"address": {
"line": [
"789"
],
"city": "Six-seven",
"state": "MO",
"postalCode": "90129",
"country": "USA"
}
}
],
"endpoint": [
{
"reference": "Endpoint/1003",
"display": "Subscription notification endpoint"
}
]
}