FHIR IG analytics| Package | hl7.fhir.us.spl |
| Resource Type | Organization |
| Id | Organization-SampleLabelerOrganization.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization SampleLabelerOrganization
Profile: LabelerOrganization
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.
| Purpose | Name | Telecom | Address |
| Organization Address | 123 JOHN STREET EDMONTON AB T5E3B6 CAN | ||
| Administrative | Charles Smith | +011-703-362-1280, charles@anywhere.com | 123 IVY LANE ROAD SMITH FALLS MD 12345 USA |
Generated Narrative: OrganizationAffiliation #SampleLabelerUSAgentAffiliation
Profile: LabelerUSAgentAffiliation
organization: Organization National Pharma of India Inc.
participatingOrganization: Organization National Pharma of India Inc. US Agent
code: UNITED STATES AGENT
Generated Narrative: Organization #usagent
Profile: USAgentOrganization
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
Profile: LabelerBusinessOperation
providedBy: Organization National Pharma of India Inc.
type: manufacture
serviceProvisionCode: Manufactures human prescription drug products
{
"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"
}
}
]
}