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

FHIR IG analytics

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

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

type: An organization that provides operations in the manufacturing of a product.

name: EXAMPLE ESTABLISHMENT INC.

Contacts

-PurposeNameTelecomAddress
*Organization Address 123 IVY LANE ROAD SMITH FALLS ONT 12345 CAN
*AdministrativeCharles Smith+011-703-362-1280, charles@anywhere.com123 IVY LANE ROAD SMITH FALLS MD 12345 USA

Generated Narrative: OrganizationAffiliation #ExampleImporterAffiliation

organization: Organization EXAMPLE ESTABLISHMENT INC.

participatingOrganization: Organization Example Importer

code: IMPORT


Generated Narrative: OrganizationAffiliation #ExampleEstablishmentUSAgentAffiliation

organization: Organization EXAMPLE ESTABLISHMENT INC.

participatingOrganization: Organization National Pharma of India Inc. US Agent

code: UNITED STATES AGENT


Generated Narrative: HealthcareService #ExampleEstablishmentOperation

providedBy: Organization EXAMPLE ESTABLISHMENT INC.

type: manufacture

serviceProvisionCode: manufactures human over-the-counter drug products produced under a monograph


Generated Narrative: Organization #ExampleImporter

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

type: An organization that imports products.

name: Example Importer

Contacts

-Telecom
*+1-908-999-1212;ext=444, jdoe_2@npoiinc.net

Generated Narrative: Organization #SampleUSAgent

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

type: An organization that acts on the behalf of a Labeler or Establishment in the US.

name: National Pharma of India Inc. US Agent

Contacts

-Telecom
*+1-908-999-1212, jdoe_2@npoiinc.net

Source1

{
  "resourceType": "Organization",
  "id": "ExampleEstablishment",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/EstablishmentOrganization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "OrganizationAffiliation",
      "id": "ExampleImporterAffiliation",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/us/spl/StructureDefinition/ImporterAffiliation"
        ]
      },
      "organization": {
        "reference": "#"
      },
      "participatingOrganization": {
        "reference": "#ExampleImporter"
      },
      "code": [
        {
          "coding": [
            {
              "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
              "code": "C73599"
            }
          ]
        }
      ]
    },
    {
      "resourceType": "OrganizationAffiliation",
      "id": "ExampleEstablishmentUSAgentAffiliation",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/us/spl/StructureDefinition/EstablishmentUSAgentAffiliation"
        ]
      },
      "organization": {
        "reference": "#"
      },
      "participatingOrganization": {
        "reference": "#SampleUSAgent"
      },
      "code": [
        {
          "coding": [
            {
              "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
              "code": "C73330"
            }
          ]
        }
      ]
    },
    {
      "resourceType": "HealthcareService",
      "id": "ExampleEstablishmentOperation",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/us/spl/StructureDefinition/EstablishmentBusinessOperation"
        ]
      },
      "providedBy": {
        "reference": "#"
      },
      "type": [
        {
          "coding": [
            {
              "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
              "code": "C43360",
              "display": "manufacture"
            }
          ]
        }
      ],
      "serviceProvisionCode": [
        {
          "coding": [
            {
              "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
              "code": "C131708",
              "display": "manufactures human over-the-counter drug products produced under a monograph"
            }
          ]
        }
      ]
    },
    {
      "resourceType": "Organization",
      "id": "ExampleImporter",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/us/spl/StructureDefinition/ImporterOrganization"
        ]
      },
      "identifier": [
        {
          "system": "http://terminology.hl7.org/NamingSystem/DUNSNumber",
          "value": "888888888"
        }
      ],
      "type": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes",
              "code": "Importer"
            }
          ]
        }
      ],
      "name": "Example Importer",
      "contact": [
        {
          "telecom": [
            {
              "system": "phone",
              "value": "+1-908-999-1212;ext=444"
            },
            {
              "system": "email",
              "value": "jdoe_2@npoiinc.net"
            }
          ]
        }
      ]
    },
    {
      "resourceType": "Organization",
      "id": "SampleUSAgent",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/us/spl/StructureDefinition/USAgentOrganization"
        ]
      },
      "identifier": [
        {
          "system": "http://terminology.hl7.org/NamingSystem/DUNSNumber",
          "value": "888888888"
        }
      ],
      "type": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes",
              "code": "USAgent"
            }
          ]
        }
      ],
      "name": "National Pharma of India Inc. US Agent",
      "contact": [
        {
          "telecom": [
            {
              "system": "phone",
              "value": "+1-908-999-1212"
            },
            {
              "system": "email",
              "value": "jdoe_2@npoiinc.net"
            }
          ]
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://terminology.hl7.org/NamingSystem/DUNSNumber",
      "value": "222222222"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes",
          "code": "Establishment"
        }
      ]
    }
  ],
  "name": "EXAMPLE ESTABLISHMENT INC.",
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationContactType",
            "code": "ADDRESS"
          }
        ]
      },
      "address": {
        "line": [
          "123 IVY LANE ROAD"
        ],
        "city": "SMITH FALLS",
        "state": "ONT",
        "postalCode": "12345",
        "country": "CAN"
      }
    },
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "ADMIN"
          }
        ]
      },
      "name": [
        {
          "text": "Charles Smith"
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "+011-703-362-1280"
        },
        {
          "system": "email",
          "value": "charles@anywhere.com"
        }
      ],
      "address": {
        "line": [
          "123 IVY LANE ROAD"
        ],
        "city": "SMITH FALLS",
        "state": "MD",
        "postalCode": "12345",
        "country": "USA"
      }
    }
  ]
}