FHIR IG analytics| Package | hl7.fhir.uv.pharm-quality |
| Resource Type | Organization |
| Id | Organization-organization-drug-pq-ex2.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
Resource Organization "organization-drug-pq-ex2"
Profile: Organization - Drug PQ
identifier: urn:oid:2.16.840.1.113883.4.82/2246707
active: true
type: Drug Product Manufacture (Pharmaceutical Organization Type Codes#drug-product-manufacture)
name: AAA Pharmaceutical, Inc.
| Address |
| 157-160 West Jefferson Street Paulsboro New Jersey 08066 USA |
{
"resourceType": "Organization",
"id": "organization-drug-pq-ex2",
"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": "2246707"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type",
"code": "drug-product-manufacture",
"display": "Drug Product Manufacture"
}
]
}
],
"name": "AAA Pharmaceutical, Inc.",
"contact": [
{
"address": {
"line": [
"157-160 West Jefferson Street"
],
"city": "Paulsboro",
"state": "New Jersey",
"postalCode": "08066",
"country": "USA"
}
}
]
}