FHIR IG analytics| Package | hl7.fhir.us.spl |
| Resource Type | Organization |
| Id | Organization-ExampleGDUFAFacility.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ExampleGDUFAFacility
Profile: GDUFAFacilityOrganization
identifier: Data Universal Numbering System (DUNS) Number/222222222, FDA Establishment Identifier/1234567
type: An organization that produces generic drug products.
name: EXAMPLE GDUFA FACILITY INC.
| Purpose | Name | Telecom | Address |
| Organization Address | 123 IVY LANE ROAD SMITH FALLS MD 12345 USA | ||
| Administrative | Charles Smith | +011-703-362-1280, charles@anywhere.com | 123 IVY LANE ROAD SMITH FALLS MD 12345 USA |
Generated Narrative: HealthcareService #ExampleGDUFAFacilityOperation
Profile: GDUFAFacilityBusinessOperation
providedBy: Organization EXAMPLE GDUFA FACILITY INC.
type: API Manufacture
serviceProvisionCode: manufactures non-generics
{
"resourceType": "Organization",
"id": "ExampleGDUFAFacility",
"meta": {
"profile": [
"http://hl7.org/fhir/us/spl/StructureDefinition/GDUFAFacilityOrganization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "HealthcareService",
"id": "ExampleGDUFAFacilityOperation",
"meta": {
"profile": [
"http://hl7.org/fhir/us/spl/StructureDefinition/GDUFAFacilityBusinessOperation"
]
},
"providedBy": {
"reference": "#"
},
"type": [
{
"coding": [
{
"system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code": "C82401",
"display": "API Manufacture"
}
]
}
],
"serviceProvisionCode": [
{
"coding": [
{
"system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code": "C101886",
"display": "manufactures non-generics"
}
]
}
]
}
],
"identifier": [
{
"system": "http://terminology.hl7.org/NamingSystem/DUNSNumber",
"value": "222222222"
},
{
"system": "http://terminology.hl7.org/NamingSystem/FEI",
"value": "1234567"
}
],
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes",
"code": "GenericDrugUseFacility"
}
]
}
],
"name": "EXAMPLE GDUFA FACILITY 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": "MD",
"postalCode": "12345",
"country": "USA"
}
},
{
"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"
}
}
]
}