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

FHIR IG analytics

Packagema.ambulanter.fall
Resource TypeOrganization
IdOrganization-ExampleOrganizationAmbulanz.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 Ambulanz Facharzt

Source1

{
  "resourceType": "Organization",
  "id": "ExampleOrganizationAmbulanz",
  "meta": {
    "profile": [
      "http://ma-ambulant.de/StructureDefinition/MaOrganizationAmbulanz",
      "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": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_KV",
        "code": "01",
        "display": "Schleswig-Holstein"
      },
      "url": "http://ma-ambulant.de/StructureDefinition/ExtensionKvRegion"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "SHORT",
            "system": "http://ma-ambulant.de/CodeSystem/identifier-type-de-basis-erweitert"
          }
        ]
      },
      "system": "http://example-system/ambulanz",
      "value": "BSP_AMB"
    }
  ],
  "alias": [
    "BSP_AMB"
  ],
  "type": [
    {
      "coding": [
        {
          "code": "amb",
          "system": "http://ma-ambulant.de/Codesystem/OrganizationTypeExtended",
          "display": "Ambulance"
        },
        {
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_VDX_VERSORGUNGSBEREICH",
          "code": "2",
          "display": "Facharzt"
        },
        {
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_VDX_FACHGRUPPE",
          "code": "120",
          "display": "FÄ/FA Lungen- und Bronchialheilkunde"
        }
      ]
    }
  ],
  "name": "Beispiel Ambulanz",
  "partOf": {
    "reference": "Organization/ExampleOrganizationRechnungssteller"
  }
}