@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 -------------------------------------------------------------------

<https://gematik.de/fhir/isik/Coverage/CoverageSonstige> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CoverageSonstige"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKVersicherungsverhaeltnisSonstige" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKVersicherungsverhaeltnisSonstige>
     ]
  ] ;
  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: Coverage CoverageSonstige</b></p><a name=\"CoverageSonstige\"> </a><a name=\"hcCoverageSonstige\"> </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-ISiKVersicherungsverhaeltnisSonstige.html\">ISiKVersicherungsverhaeltnisSonstige</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/versicherungsart-de-basis SOZ}\">Sozialamt</span></p><p><b>beneficiary</b>: <a href=\"Patient-PatientinMusterfrau.html\">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung (use: secondary, ))</a></p><p><b>payor</b>: Sozialamt Posemuckel</p></div>"
  ] ;
  fhir:Coverage.status [ fhir:value "active"] ;
  fhir:Coverage.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/versicherungsart-de-basis" ] ;
       fhir:Coding.code [ fhir:value "SOZ" ]
     ]
  ] ;
  fhir:Coverage.beneficiary [
     fhir:link <https://gematik.de/fhir/isik/Patient/PatientinMusterfrau> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientinMusterfrau" ]
  ] ;
  fhir:Coverage.payor [
     fhir:index 0 ;
     fhir:Reference.display [ fhir:value "Sozialamt Posemuckel" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://gematik.de/fhir/isik/Coverage/CoverageSonstige.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

