FHIR IG analytics| Package | hl7.fhir.us.carin-rtpbc |
| Resource Type | Organization |
| Id | Organization-rtpbc-organization-03m.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-03m
Language: en
Profile: RTPBC Pharmacy Organization
identifier: NCPDP Provider Identification Number/0999029
active: true
type: Mail Order
name: My Mail Service Pharmacy
telecom: ph: 5551234567
address: 10001 Oakland Road Milwaukee WI 54444 US
{
"resourceType": "Organization",
"id": "rtpbc-organization-03m",
"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": "0999029"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/NCPDPPharmacyType",
"code": "M",
"display": "Mail Order"
}
]
}
],
"name": "My Mail Service Pharmacy",
"telecom": [
{
"system": "phone",
"value": "5551234567"
}
],
"address": [
{
"line": [
"10001 Oakland Road"
],
"city": "Milwaukee",
"state": "WI",
"postalCode": "54444",
"country": "US"
}
]
}