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

FHIR IG analytics

Packagehl7.fhir.uv.pharm-quality
Resource TypeOrganization
IdOrganization-organization-drug-pq-ex1.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

Resource Organization "organization-drug-pq-ex1"

Profile: Organization - Drug PQ

identifier: urn:oid:2.16.840.1.113883.4.82/3003040516

active: true

type: Drug Substance Manufacture (Pharmaceutical Organization Type Codes#drug-substance-manufacture)

name: AAA Molybdenum Products, Inc.

Contacts

-Address
*7233 W 116th Pl Ste C Broomfield Colorado 80020 USA

Source1

{
  "resourceType": "Organization",
  "id": "organization-drug-pq-ex1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Organization-drug-pq"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.4.82",
      "value": "3003040516"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type",
          "code": "drug-substance-manufacture",
          "display": "Drug Substance Manufacture"
        }
      ]
    }
  ],
  "name": "AAA Molybdenum Products, Inc.",
  "contact": [
    {
      "address": {
        "line": [
          "7233 W 116th Pl",
          "Ste C"
        ],
        "city": "Broomfield",
        "state": "Colorado",
        "postalCode": "80020",
        "country": "USA"
      }
    }
  ]
}