FHIR IG analytics| Package | hl7.fhir.us.carin-rtpbc |
| Resource Type | Organization |
| Id | Organization-rtpbc-organization-02ps.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization rtpbc-organization-02ps
Language: en
Profile: RTPBC Pharmacy Organization
identifier: NCPDP Provider Identification Number/0999123
active: true
type: Retail
name: Home Drugs
telecom: ph: 5556057672
address: 101 1st St N Minneapolis MN 55401
{
"resourceType": "Organization",
"id": "rtpbc-organization-02ps",
"meta": {
"profile": [
"http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-pharmacy-organization"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://terminology.hl7.org/CodeSystem/NCPDPProviderIdentificationNumber",
"value": "0999123"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/NCPDPPharmacyType",
"code": "R",
"display": "Retail"
}
]
}
],
"name": "Home Drugs",
"telecom": [
{
"system": "phone",
"value": "5556057672"
}
],
"address": [
{
"line": [
"101 1st St N"
],
"city": "Minneapolis",
"state": "MN",
"postalCode": "55401"
}
]
}