FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.carin-rtpbc
Resource TypeOrganization
IdOrganization-rtpbc-organization-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization rtpbc-organization-01

Language: en

Profile: RTPBC Pharmacy Organization

identifier: United States National Provider Identifier/9876543213

active: true

type: Retail

name: Hometown Drug

telecom: ph: 6081234567

address: 900 9th Street Madison WI 53535 US


Source1

{
  "resourceType": "Organization",
  "id": "rtpbc-organization-01",
  "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://hl7.org/fhir/sid/us-npi",
      "value": "9876543213"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/NCPDPPharmacyType",
          "code": "R",
          "display": "Retail"
        }
      ]
    }
  ],
  "name": "Hometown Drug",
  "telecom": [
    {
      "system": "phone",
      "value": "6081234567"
    }
  ],
  "address": [
    {
      "line": [
        "900 9th Street"
      ],
      "city": "Madison",
      "state": "WI",
      "postalCode": "53535",
      "country": "US"
    }
  ]
}