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

FHIR IG analytics

Packagepharmacyeclaim.two
Resource TypeStructureDefinition
Idprofile-organization-pharmacy.StructureDefinition.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=pharmacyeclaim.two@1.0.2-preview&canonical=http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/profile-organization-pharmacy
URLhttp://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/profile-organization-pharmacy
Statusdraft
NameOrganizationPharmacy
TitlePharmacy
DescriptionPharmacy details required for processing eClaims
PurposeTo convey pharmacy details required for processing eClaims
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
profile-claim-professionalProfessional Services Claim

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-organization-pharmacy",
  "url": "http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/profile-organization-pharmacy",
  "name": "OrganizationPharmacy",
  "title": "Pharmacy",
  "status": "draft",
  "description": "Pharmacy details required for processing eClaims",
  "purpose": "To convey pharmacy details required for processing eClaims",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.id",
        "path": "Organization.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:PharmacyIDCode",
        "path": "Organization.identifier",
        "sliceName": "PharmacyIDCode",
        "comment": "Usage:   Pharmacy identification code. The unique identification codes are assigned at the time a new pharmacy opens and whenever the ownership of a pharmacy changes.\r\nCPHA Map:  PharmacyIDCode",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.identifier:PharmacyIDCode.system",
        "path": "Organization.identifier.system",
        "comment": "CPHA:  No mapping; this is new.    \r\nUsage Note:  This should be treated as mandatory; it is optional for backward compatibility.   This will be a fixed value assigned by each implementer who assigns the identifier (eg adjudicator)\r\n\r\nIdentifier.system is always case sensitive.",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:PharmacyIDCode.value",
        "path": "Organization.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:PharmacyIDCode.assigner",
        "path": "Organization.identifier.assigner",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:VendorPharmacyIdentifier",
        "path": "Organization.identifier",
        "sliceName": "VendorPharmacyIdentifier",
        "comment": "Usage:  A unique identifer assigned by the Pharmacy Software Vendor.   Important for troubleshooting.   \r\nCPHA, no mapping, new data element"
      },
      {
        "id": "Organization.identifier:VendorPharmacyIdentifier.system",
        "path": "Organization.identifier.system",
        "comment": "Usage:   System must be assigned and maintained by the Software vendor\r\nIdentifier.system is always case sensitive.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:VendorPharmacyIdentifier.value",
        "path": "Organization.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:VendorPharmacyIdentifier.assigner",
        "path": "Organization.identifier.assigner",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:BannerPharmacyID",
        "path": "Organization.identifier",
        "sliceName": "BannerPharmacyID",
        "comment": "Usage Note:  A unique Pharmacy ID assigned by the Banner or representative.   Important for troubleshooting\r\nCPHA, no mapping as this is a new data element"
      },
      {
        "id": "Organization.identifier:BannerPharmacyID.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:BannerPharmacyID.value",
        "path": "Organization.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:BannerPharmacyID.assigner",
        "path": "Organization.identifier.assigner",
        "mustSupport": true
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "comment": "Usage Note:   This is supported in order to align with the Canadian baseline profile.  \r\nCPHA - no mapping\r\n\r\nIf the name of an organization changes, consider putting the old name in the alias column so that it can still be located through searches.",
        "mustSupport": true
      }
    ]
  }
}