Guide d'implémentation du GT Standards et Interopérabilité pour les EDS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: coverage-example-1 - 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 "coverage-example-1"] ; #
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 coverage-example-1</b></p><a name=\"coverage-example-1\"> </a><a name=\"hccoverage-example-1\"> </a><a name=\"coverage-example-1-fr-FR\"> </a><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href=\"Patient-patient-example-1.html\">Anonymous Patient Female, DoB: 1948-07-12</a></p><p><b>payor</b>: <a href=\"Organization-assurance-maladie.html\">Organization CPAM de Paris</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/patient-example-1" ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "Organization/assurance-maladie" ]
] ) . #