@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 -------------------------------------------------------------------

<http://hl7.fr/fhir/fr/preadmission/Coverage/coverage-amo-enfant> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "coverage-amo-enfant"] ; # 
  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-enfant</b></p><a name=\"coverage-amo-enfant\"> </a><a name=\"hccoverage-amo-enfant\"> </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-parent.html\">Michel 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>relationship</b>: <span title=\"Codes:{http://hl7.org/fhir/coverage-relationship child}\">Enfant</span></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:link <http://hl7.fr/fhir/fr/preadmission/Patient/patient-parent> ;
     fhir:reference [ fhir:v "Patient/patient-parent" ] ;
     fhir:display [ fhir:v "Michel Dupont" ]
  ] ; # 
  fhir:subscriberId [ fhir:v "123456789012345"] ; # 
  fhir:beneficiary [
     fhir:link <http://hl7.fr/fhir/fr/preadmission/Patient/patient-001> ;
     fhir:reference [ fhir:v "Patient/patient-001" ] ;
     fhir:display [ fhir:v "Jean Dupont" ]
  ] ; # 
  fhir:relationship [
     fhir:coding ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/coverage-relationship"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "child" ] ;
       fhir:display [ fhir:v "Enfant" ]
     ] )
  ] ; # 
  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" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

