FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.apix
Resource TypeOrganization
IdOrganization-1002.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Contacts

-TelecomAddress
*ph: 8018425555, fax: 8018425556, mushi@gaipan.gov789 Six-seven MO 90129 USA

endpoint: Subscription notification endpoint


Source1

{
  "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"
    }
  ]
}