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

FHIR IG analytics

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

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

type: An organization that submits product labels.

name: Immunex Corporation


Source1

{
  "resourceType": "Organization",
  "id": "ImmunexCorporation",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/IdentifiedLabeler"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://terminology.hl7.org/NamingSystem/DUNSNumber",
      "value": "028134799"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes",
          "code": "Labeler"
        }
      ]
    }
  ],
  "name": "Immunex Corporation"
}