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

FHIR IG analytics

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

identifier: Data Universal Numbering System (DUNS) Number/999999999, urn:oid:2.16.840.1.113883.6.69/55555

type: An organization that submits product labels.

name: National Pharma of India Inc.

Contacts

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

Generated Narrative: OrganizationAffiliation #SampleLabelerUSAgentAffiliation

organization: Organization National Pharma of India Inc.

participatingOrganization: Organization National Pharma of India Inc. US Agent

code: UNITED STATES AGENT


Generated Narrative: Organization #usagent

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

Generated Narrative: HealthcareService #SampleLabelerBusinessOperation

providedBy: Organization National Pharma of India Inc.

type: manufacture

serviceProvisionCode: Manufactures human prescription drug products


Source1

{
  "resourceType": "Organization",
  "id": "SampleLabelerOrganization",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/LabelerOrganization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "OrganizationAffiliation",
      "id": "SampleLabelerUSAgentAffiliation",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/us/spl/StructureDefinition/LabelerUSAgentAffiliation"
        ]
      },
      "organization": {
        "reference": "#"
      },
      "participatingOrganization": {
        "reference": "#usagent"
      },
      "code": [
        {
          "coding": [
            {
              "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
              "code": "C73330"
            }
          ]
        }
      ]
    },
    {
      "resourceType": "Organization",
      "id": "usagent",
      "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"
            }
          ]
        }
      ]
    },
    {
      "resourceType": "HealthcareService",
      "id": "SampleLabelerBusinessOperation",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/us/spl/StructureDefinition/LabelerBusinessOperation"
        ]
      },
      "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": "C106643",
              "display": "Manufactures human prescription drug products"
            }
          ]
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://terminology.hl7.org/NamingSystem/DUNSNumber",
      "value": "999999999"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.6.69",
      "value": "55555"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes",
          "code": "Labeler"
        }
      ]
    }
  ],
  "name": "National Pharma of India Inc.",
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationContactType",
            "code": "ADDRESS"
          }
        ]
      },
      "address": {
        "line": [
          "123 JOHN STREET"
        ],
        "city": "EDMONTON",
        "state": "AB",
        "postalCode": "T5E3B6",
        "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"
      }
    }
  ]
}