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

FHIR IG analytics

Packagema.ambulanter.fall
Resource TypeOrganization
IdOrganization-ExampleOrganizationRechnungssteller.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Beispiel Rechnungssteller Institut

Source1

{
  "resourceType": "Organization",
  "id": "ExampleOrganizationRechnungssteller",
  "meta": {
    "profile": [
      "http://ma-ambulant.de/StructureDefinition/MaOrganizationRechnungssteller",
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization",
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "valuePeriod": {
        "start": "2025-01-01",
        "end": "2030-12-31"
      },
      "url": "http://hl7.org/fhir/StructureDefinition/organization-period"
    },
    {
      "valueCoding": {
        "system": "http://fhir.de/CodeSystem/dkgev/Abrechnungsart",
        "code": "KV",
        "display": "KV-Ermächtigung / Notfallabrechnung"
      },
      "url": "http://ma-ambulant.de/StructureDefinition/ExtensionOrganisationAbrechnungsart"
    },
    {
      "valueCoding": {
        "system": "http://ma-ambulant.de/Codesystem/AbrechnungsartErweitert",
        "code": "SOZ",
        "display": "Sozialamt"
      },
      "url": "http://ma-ambulant.de/StructureDefinition/ExtensionOrganisationAbrechnungsart"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "BSNR"
          }
        ]
      },
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value": "123456789"
    }
  ],
  "alias": [
    "BSP_RS"
  ],
  "type": [
    {
      "coding": [
        {
          "code": "institut",
          "system": "http://ma-ambulant.de/Codesystem/Ambulanzart",
          "display": "Institut"
        }
      ]
    },
    {
      "coding": [
        {
          "code": "biller",
          "system": "http://ma-ambulant.de/Codesystem/OrganizationTypeExtended",
          "display": "Billing Organization"
        }
      ]
    }
  ],
  "name": "Beispiel Rechnungssteller",
  "partOf": {
    "reference": "Organization/ExampleOrganizationKrankenhaus"
  }
}