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
: Test2MOPEDCoverage - 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 "Test2MOPEDCoverage"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/MOPEDCoverage"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/MOPEDCoverage> ] )
] ; #
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 Test2MOPEDCoverage</b></p><a name=\"Test2MOPEDCoverage\"> </a><a name=\"hcTest2MOPEDCoverage\"> </a><a name=\"Test2MOPEDCoverage-en-US\"> </a><p><b>identifier</b>: <code>http://tbd-svc/vdasid</code>/foirwejfwe8</p><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:identifier ( [
fhir:system [ fhir:v "http://tbd-svc/vdasid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "foirwejfwe8" ]
] ) ; #
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" ] ]
] ) . #