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

FHIR IG analytics

Packagehl7.fhir.us.specialty-rx
Resource TypeOrganization
IdOrganization-specialty-rx-organization-pharmacy-2-unknown-telecom.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

Resource Organization "specialty-rx-organization-pharmacy-2-unknown-telecom"

Profile: Specialty Rx Organization - Pharmacy

identifier: id: 1669512345

active: true

type: Healthcare Provider (Organization type#prov)

name: Our Pharmacy

telecom: -unknown-

address: 220 Oak St Minneapolis MN 55008 USA


Source1

{
  "resourceType": "Organization",
  "id": "specialty-rx-organization-pharmacy-2-unknown-telecom",
  "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": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode": "unknown"
        }
      ]
    }
  ],
  "address": [
    {
      "line": [
        "220 Oak St"
      ],
      "city": "Minneapolis",
      "state": "MN",
      "postalCode": "55008",
      "country": "USA"
    }
  ]
}