| Package | signal.core.r4 |
| Resource Type | StructureDefinition |
| Id | signal-account |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=signal.core.r4@0.2.10&canonical=https://signalbhn.org/fhir/StructureDefinition/account |
| URL | https://signalbhn.org/fhir/StructureDefinition/account |
| Status | draft |
| Name | SignalAccount |
| Title | Account Profile |
| Realm | us |
| Authority | hl7 |
| Type | Account |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}
]
}
}