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

FHIR IG analytics

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

identifier: Data Universal Numbering System (DUNS) Number/222222222

type: An organization that produces generic drug products.

name: EXAMPLE GDUFA FACILITY INC.


Source1

{
  "resourceType": "Organization",
  "id": "SampleIdentifiedGDUFAFacility",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/IdentifiedGDUFAFacility"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://terminology.hl7.org/NamingSystem/DUNSNumber",
      "value": "222222222"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes",
          "code": "GenericDrugUseFacility"
        }
      ]
    }
  ],
  "name": "EXAMPLE GDUFA FACILITY INC."
}