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

FHIR IG analytics

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

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.

Contacts

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

Generated Narrative: HealthcareService #ExampleGDUFAFacilityOperation

providedBy: Organization EXAMPLE GDUFA FACILITY INC.

type: API Manufacture

serviceProvisionCode: manufactures non-generics


Source1

{
  "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"
      }
    }
  ]
}