Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Test2SVCCoverage - 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 -------------------------------------------------------------------
a fhir:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Test2SVCCoverage"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/SVCCoverage"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/SVCCoverage> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage Test2SVCCoverage</b></p><a name=\"Test2SVCCoverage\"> </a><a name=\"hcTest2SVCCoverage\"> </a><a name=\"Test2SVCCoverage-en-US\"> </a><p><b>status</b>: Active</p><p><b>kind</b>: Insurance</p><p><b>subscriber</b>: <a href=\"Patient-Test2Patient.html\">Santiago Schnabeltier TEST (official) Male, DoB: 1985-03-19 ( Social Security Number: 2873111374)</a></p><p><b>beneficiary</b>: <a href=\"Patient-Test2Patient.html\">Santiago Schnabeltier TEST (official) Male, DoB: 1985-03-19 ( Social Security Number: 2873111374)</a></p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://svc.co.at/CodeSystem/ecard-versichertenkategorie-cs 01}\">01</span></td><td>01</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "insurance"] ; #
fhir:subscriber [
fhir:reference [ fhir:v "Patient/Test2Patient" ]
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/Test2Patient" ]
] ; #
fhir:class ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://svc.co.at/CodeSystem/ecard-versichertenkategorie-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ] ) ] ;
fhir:value [
fhir:value [ fhir:v "01" ] ]
] ) . #