FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/signal-account

Packagesignal.core.r4
Resource TypeStructureDefinition
Idsignal-account
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=signal.core.r4@0.2.10&canonical=https://signalbhn.org/fhir/StructureDefinition/account
URLhttps://signalbhn.org/fhir/StructureDefinition/account
Statusdraft
NameSignalAccount
TitleAccount Profile
Realmus
Authorityhl7
TypeAccount
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "signal-account",
  "url": "https://signalbhn.org/fhir/StructureDefinition/account",
  "name": "SignalAccount",
  "title": "Account Profile",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Account",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Account",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Account.identifier",
        "path": "Account.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Account.identifier:AccountID",
        "path": "Account.identifier",
        "sliceName": "AccountID",
        "short": "Account Identifier",
        "definition": "Account identifier is created as slice to store the identifier information from EDI extracts",
        "patternIdentifier": {
          "system": "https://signalbhn.org/fhir/sid/edi/account-id"
        }
      },
      {
        "id": "Account.identifier:PayerAccountID",
        "path": "Account.identifier",
        "sliceName": "PayerAccountID",
        "short": "Payer Account Identifier",
        "definition": "Payer Account identifier is created as slice to store the Payer identifier information",
        "patternIdentifier": {
          "system": "https://signalbhn.org/fhir/sid/payer-account-id"
        }
      },
      {
        "id": "Account.identifier:FundId",
        "path": "Account.identifier",
        "sliceName": "FundId",
        "short": "Account Identifier",
        "definition": "Fund identifier is created as slice to store the Payers fund id information",
        "patternIdentifier": {
          "system": "https://signalbhn.org/fhir/sid/payer-account-fund-id"
        }
      }
    ]
  }
}