Guide d’Implémentation FHIR – Pré-admission Hospitalière en Ligne
0.1.0 - ci-build FRANCE

Guide d’Implémentation FHIR – Pré-admission Hospitalière en Ligne - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Couverture sociale AMO - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-amo"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.fr/fhir/fr/preadmission/StructureDefinition/preadmission-coverage-fr"^^xsd:anyURI ;
fhir:link <http://hl7.fr/fhir/fr/preadmission/StructureDefinition/preadmission-coverage-fr>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Couverture coverage-amo</b></p><a name=\"coverage-amo\"> </a><a name=\"hccoverage-amo\"> </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\">Profil: <a href=\"StructureDefinition-preadmission-coverage-fr.html\">Fr Preadmission Coverage Profile</a></p></div><p><b>identifier</b>: <code>http://example.com/identifiers/coverage</code>/AMO-2025-001 (use: official, )</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-type PUBLICPOL}\">Assurance Maladie Obligatoire</span></p><p><b>subscriber</b>: <a href=\"Patient-patient-001.html\">Jean Dupont</a></p><p><b>subscriberId</b>: 123456789012345</p><p><b>beneficiary</b>: <a href=\"Patient-patient-001.html\">Jean Dupont</a></p><p><b>period</b>: 2025-01-01 00:00:00+0100 --&gt; 2025-12-31 23:59:59+0100</p><p><b>payor</b>: Assurance Maladie Obligatoire</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://example.com/identifiers/coverage"^^xsd:anyURI ] ;
fhir:value [ fhir:v "AMO-2025-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PUBLICPOL" ] ;
fhir:display [ fhir:v "Assurance Maladie Obligatoire" ]     ] )
  ] ; # 
  fhir:subscriber [
fhir:reference [ fhir:v "Patient/patient-001" ] ;
fhir:display [ fhir:v "Jean Dupont" ]
  ] ; # 
  fhir:subscriberId [ fhir:v "123456789012345"] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/patient-001" ] ;
fhir:display [ fhir:v "Jean Dupont" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2025-01-01T00:00:00+01:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-12-31T23:59:59+01:00"^^xsd:dateTime ]
  ] ; # 
  fhir:payor ( [
fhir:display [ fhir:v "Assurance Maladie Obligatoire" ]
  ] ) . #