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

: Annex 2b Example Payer - 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/Organization/annex2b-example-payer> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "annex2b-example-payer"] ;
  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: Organization annex2b-example-payer</b></p><a name=\"annex2b-example-payer\"> </a><a name=\"hcannex2b-example-payer\"> </a><p><b>identifier</b>: ArgeIkIknr/109999999</p><p><b>name</b>: Example Health Insurance</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://fhir.de/sid/arge-ik/iknr" ] ;
     fhir:Identifier.value [ fhir:value "109999999" ]
  ] ;
  fhir:Organization.name [ fhir:value "Example Health Insurance"] .

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

<http://hl7.org/fhir/Organization/annex2b-example-payer.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/annex2b-example-payer.ttl> .