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

FHIR IG Statistics: StructureDefinition/fmc-insurance-organization-profile

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

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
us-core-organizationUS Core Organization Profile
ValueSet
v2-0203hl7VS-identifierType
fmc-insurance-contact-use-type-vsFresenius Insurance Contact Use Type Value Set

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "fmc-insurance-organization-profile",
  "url": "http://fkcfhir.org/fhir/StructureDefinition/fmc-insurance-organization-profile",
  "version": "1.1.8",
  "name": "FreseniusInsuranceOrganization",
  "title": "Fresenius Insurance Organization Profile",
  "status": "active",
  "description": "Fresenius Insurance Organization Profile",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "min": 1
      },
      {
        "id": "Organization.identifier:ORGID",
        "path": "Organization.identifier",
        "sliceName": "ORGID",
        "min": 1,
        "max": "1",
        "patternIdentifier": {
          "system": "urn:oid:2.16.840.1.113883.3.7418.1.2"
        },
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:ORGID.type",
        "path": "Organization.identifier.type",
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v2-0203"
        }
      },
      {
        "id": "Organization.identifier:NIIP",
        "path": "Organization.identifier",
        "sliceName": "NIIP",
        "min": 0,
        "max": "1",
        "patternIdentifier": {
          "system": "urn:oid:2.16.840.1.113883.3.7418.1.3"
        }
      },
      {
        "id": "Organization.identifier:NIIP.type",
        "path": "Organization.identifier.type",
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v2-0203"
        }
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "coding"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Organization.type:ORGHIERARCHY",
        "path": "Organization.type",
        "sliceName": "ORGHIERARCHY",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Organization.type:ORGHIERARCHY.coding",
        "path": "Organization.type.coding",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/organization-type"
        }
      },
      {
        "id": "Organization.type:PAYORCTNCUSETYPE",
        "path": "Organization.type",
        "sliceName": "PAYORCTNCUSETYPE",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Organization.type:PAYORCTNCUSETYPE.coding",
        "path": "Organization.type.coding",
        "binding": {
          "strength": "required",
          "valueSet": "http://fkcfhir.org/fhir/CodeSystem/fmc-insurance-contact-use-type-vs"
        }
      }
    ]
  }
}