FHIR IG analytics| Package | hl7.fhir.us.pdmp |
| Resource Type | Organization |
| Id | Organization-pdmp-pharmacy-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Organization",
"id": "pdmp-pharmacy-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-organization-pharmacy"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "DEA",
"display": "Drug Enforcement Administration registration number"
}
]
},
"system": "http://terminology.hl7.org/NamingSystem/usdeanumber",
"value": "CS4861378"
},
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1669512349"
},
{
"system": "http://terminology.hl7.org/CodeSystem/NCPDPProviderIdentificationNumber",
"value": "999017"
}
],
"active": true,
"name": "Our Pharmacy",
"telecom": [
{
"system": "phone",
"value": "952-555-5555"
},
{
"system": "email",
"value": "contact-our-pharmacy@email.org"
}
],
"address": [
{
"line": [
"220 Oak St"
],
"city": "Minneapolis",
"state": "MN",
"postalCode": "55008",
"country": "USA"
}
]
}