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

FHIR IG analytics

Packagehl7.fhir.us.spl
Resource TypeOrganization
IdOrganization-ExampleGDUFARegistrant.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 ExampleGDUFARegistrant

identifier: Data Universal Numbering System (DUNS) Number/111111111

type: An organization that registers generic druge use facility organizations.

name: REGISTRANT SERVICES INC

Contacts

-PurposeNameTelecomAddress
*AdministrativeCharles Smith+1-703-362-1280, charles@anywhere.com123 IVY LANE ROAD SMITH FALLS MD 12345 USA

Source1

{
  "resourceType": "Organization",
  "id": "ExampleGDUFARegistrant",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/GDUFARegistrantOrganization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://terminology.hl7.org/NamingSystem/DUNSNumber",
      "value": "111111111"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes",
          "code": "GDUFARegistrant"
        }
      ]
    }
  ],
  "name": "REGISTRANT SERVICES INC",
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "ADMIN"
          }
        ]
      },
      "name": [
        {
          "text": "Charles Smith"
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "+1-703-362-1280"
        },
        {
          "system": "email",
          "value": "charles@anywhere.com"
        }
      ],
      "address": {
        "line": [
          "123 IVY LANE ROAD"
        ],
        "city": "SMITH FALLS",
        "state": "MD",
        "postalCode": "12345",
        "country": "USA"
      }
    }
  ]
}