FHIR IG analytics| Package | hl7.fhir.us.spl |
| Resource Type | Organization |
| Id | Organization-SampleUSAgent.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization SampleUSAgent
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
| Telecom |
| +1-908-999-1212, jdoe_2@npoiinc.net |
{
"resourceType": "Organization",
"id": "SampleUSAgent",
"meta": {
"profile": [
"http://hl7.org/fhir/us/spl/StructureDefinition/USAgentOrganization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
]
}