German Practice Management FHIR Profiles (R4)
0.49.0 - STU1
German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-05-04 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-billing-activity-goae-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-billing-activity"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-billing-activity> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n\n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">Beratung GOÄ Nr. 1</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">example-billing-activity-goae-1</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">0.49.0</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\">\n <b>\n \n \n \n </b>\n </th>\n <td style=\"padding-left: 4px;\">\n \n <p style=\"margin-bottom: 5px;\">\n <span>urn:oid:2.16.840.1.113883.3.7985.11.2</span>\n </p>\n \n </td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date (date last changed): </b></th>\n <td style=\"padding-left: 4px;\">2026-05-04 13:25:14+0000</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher (steward): </b></th>\n <td style=\"padding-left: 4px;\">cognovis GmbH</td>\n </tr>\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Description: </b></th>\n <td style=\"padding-left: 4px;\"><div><p>Eingehende Beratung, auch telefonisch (GOÄ Nr. 1)</p>\n</div></td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Jurisdiction: </b></th>\n <td style=\"padding-left: 4px;\">DE</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n \n \n\n \n <tr>\n <th scope=\"row\"><b>Code: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p><b>system: </b><span><a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0-ballot2&canonical=https://fhir.de/CodeSystem/bak/goae\">https://fhir.de/CodeSystem/bak/goae</a></span></p>\n \n \n <p><b>code: </b><span>1</span></p>\n \n \n <p><b>display: </b><span>Beratung</span></p>\n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Intent: </b></th>\n <td style=\"padding-left: 4px;\">proposal</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n </table>\n</div>\n</div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-billing-activity-definition"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-billing-activity-definition> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "https://fhir.cognovis.de/praxis/ChargeItemDefinition/goae-1"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/ChargeItemDefinition/goae-1> ]
] ) ; #
fhir:url [
fhir:v "https://fhir.cognovis.de/praxis/ActivityDefinition/example-billing-activity-goae-1"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/ActivityDefinition/example-billing-activity-goae-1>
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986> ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.3.7985.11.2" ]
] ) ; #
fhir:version [ fhir:v "0.49.0"] ; #
fhir:title [ fhir:v "Beratung GOÄ Nr. 1"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-05-04T13:25:14+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "cognovis GmbH"] ; #
fhir:contact ( [
fhir:name [ fhir:v "cognovis GmbH" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cognovis.de" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@cognovis.de" ] ] )
] ) ; #
fhir:description [ fhir:v "Eingehende Beratung, auch telefonisch (GOÄ Nr. 1)"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "DE" ] ;
fhir:display [ fhir:v "Germany" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "https://fhir.de/CodeSystem/bak/goae"^^xsd:anyURI ;
fhir:l <https://fhir.de/CodeSystem/bak/goae> ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Beratung" ] ] )
] ; #
fhir:intent [ fhir:v "proposal"] . #
IG © 2026+ cognovis GmbH. Package de.cognovis.fhir.praxis#0.49.0 based on FHIR 4.0.1. Generated 2026-05-04
Links: Table of Contents |
QA Report