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

FHIR IG Statistics: StructureDefinition/fmc-account-profile

Packagefmcna.caredata.fhir.ig.r4
Resource TypeStructureDefinition
Idfmc-account-profile
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fmcna.caredata.fhir.ig.r4@1.1.9&canonical=http://fkcfhir.org/fhir/StructureDefinition/fmc-account-profile
URLhttp://fkcfhir.org/fhir/StructureDefinition/fmc-account-profile
Version1.1.8
Statusactive
NameFreseniusAccount
TitleFresenius Insurance Account Profile
DescriptionFresenius Insurance Account Profile
TypeAccount
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
fmc-additional-healthplans-extnExtension: Fresenius Additional Health Plans Expected Extension
fmc-patient-profileFresenius Patient Profile
ValueSet
v2-0203hl7VS-identifierType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "fmc-account-profile",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Financial.General"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "http://fkcfhir.org/fhir/StructureDefinition/fmc-account-profile",
  "version": "1.1.8",
  "name": "FreseniusAccount",
  "title": "Fresenius Insurance Account Profile",
  "status": "active",
  "description": "Fresenius Insurance Account Profile",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Account",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Account",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Account.extension",
        "path": "Account.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Account.extension:addlHelathPlans",
        "path": "Account.extension",
        "sliceName": "addlHelathPlans",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fkcfhir.org/fhir/StructureDefinition/fmc-additional-healthplans-extn"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Account.identifier",
        "path": "Account.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Account.identifier:AccountNumber",
        "path": "Account.identifier",
        "sliceName": "AccountNumber",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Account.identifier:AccountNumber.type",
        "path": "Account.identifier.type",
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v2-0203"
        }
      },
      {
        "id": "Account.identifier:AccountNumber.system",
        "path": "Account.identifier.system",
        "min": 1,
        "patternUri": "urn:oid:2.16.840.1.113883.3.7418.4.2"
      },
      {
        "id": "Account.type",
        "path": "Account.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Account.subject",
        "path": "Account.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fkcfhir.org/fhir/StructureDefinition/fmc-patient-profile"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Account.owner",
        "path": "Account.owner",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}