@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 -------------------------------------------------------------------

<https://fhir.cognovis.de/praxis/Organization/example-zahnarzt-praxis> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-zahnarzt-praxis"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-organization-de"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-organization-de>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization example-zahnarzt-praxis</b></p><a name=\"example-zahnarzt-praxis\"> </a><a name=\"hcexample-zahnarzt-praxis\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-praxis-organization-de.html\">Praxis Organization DE</a></p></div><blockquote><p><b>Kleinunternehmerregelung § 19 UStG</b></p><ul><li>aktiv: true</li><li>gueltigAb: 2025-01-01</li></ul></blockquote><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Zahnarztpraxis Dr. Zahnarzt</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "aktiv"^^xsd:anyURI ;
         fhir:l fhir:aktiv
       ] ;
       fhir:value [
         a fhir:Boolean ;
         fhir:v true
       ]
     ] [
       fhir:url [
         fhir:v "gueltigAb"^^xsd:anyURI ;
         fhir:l fhir:gueltigAb
       ] ;
       fhir:value [
         a fhir:Date ;
         fhir:v "2025-01-01"^^xsd:date
       ]
     ] ) ;
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/kleinunternehmerregelung"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/kleinunternehmerregelung>
     ]
  ] ) ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>
       ] ;
       fhir:code [ fhir:v "prov" ] ;
       fhir:display [ fhir:v "Healthcare Provider" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Zahnarztpraxis Dr. Zahnarzt"] . # 

# -------------------------------------------------------------------------------------

