FHIR IG analytics| Package | hl7.fhir.us.specialty-rx |
| Resource Type | Organization |
| Id | Organization-specialty-rx-organization-pharmacy-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
Resource Organization "specialty-rx-organization-pharmacy-1"
Profile: Specialty Rx Organization - Pharmacy
identifier: id: 1669512345
active: true
type: Healthcare Provider (Organization type#prov)
name: Our Pharmacy
telecom: ph: 952-555-5555, contact-our-pharmacy@example.org
address: 220 Oak St Minneapolis MN 55008 USA
{
"resourceType": "Organization",
"id": "specialty-rx-organization-pharmacy-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-organization-pharmacy"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1669512345"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Our Pharmacy",
"telecom": [
{
"system": "phone",
"value": "952-555-5555"
},
{
"system": "email",
"value": "contact-our-pharmacy@example.org"
}
],
"address": [
{
"line": [
"220 Oak St"
],
"city": "Minneapolis",
"state": "MN",
"postalCode": "55008",
"country": "USA"
}
]
}