German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PVS Contract — EBM - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Contract/example-contract-regime-ebm> a fhir:Contract ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-contract-regime-ebm"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-contract" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-contract>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Contract example-contract-regime-ebm</b></p><a name=\"example-contract-regime-ebm\"> </a><a name=\"hcexample-contract-regime-ebm\"> </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-contract.html\">Praxis Contract DE</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/sid/pvs-contract-id</code>/PVS-REGIME-EBM</p><p><b>status</b>: Executed</p><p><b>type</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/billing-type ebm}\">EBM</span></p></div>"
  ] ;
  fhir:Contract.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/sid/pvs-contract-id" ] ;
     fhir:Identifier.value [ fhir:value "PVS-REGIME-EBM" ]
  ] ;
  fhir:Contract.status [ fhir:value "executed"] ;
  fhir:Contract.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/billing-type" ] ;
       fhir:Coding.code [ fhir:value "ebm" ] ;
       fhir:Coding.display [ fhir:value "EBM" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Contract/example-contract-regime-ebm.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Contract/example-contract-regime-ebm.ttl> .