HL7 Italia FHIR Implementation Guide (base)
0.1.1 - CI Build Italy flag

HL7 Italia FHIR Implementation Guide (base), published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/base/ and changes regularly. See the Directory of published versions

: Coverage. Esempio di gestire delle esenzioni - 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 "EsempioEsenzione"] ; # 
  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 EsempioEsenzione</b></p><a name=\"EsempioEsenzione\"> </a><a name=\"hcEsempioEsenzione\"> </a><a name=\"EsempioEsenzione-it-IT\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PUBLICPOL}\">public healthcare</span></p><p><b>beneficiary</b>: <a href=\"Patient-esempio-CF-residenza.html\">DANTE ALIGHIERI (official) Male, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#TSTPSN80A01D612A)</a></p><p><b>payor</b>: <a href=\"Organization-asl-020101.html\">Organization AZIENDA U.S.L. VALLE D'AOSTA</a></p><blockquote><p><b>costToBeneficiary</b></p><p><b>value</b>: </p><h3>Exceptions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><span title=\"Codes:{http://terminology.hl7.it/CodeSystem/minsan-esenzioni E01}\">E01</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PUBLICPOL" ]     ] )
  ] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/esempio-CF-residenza" ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "Organization/asl-020101" ]
  ] ) ; # 
  fhir:costToBeneficiary ( [
fhir:value [
a fhir:Money ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "not-applicable" ]       ] )     ] ;
    ( fhir:exception [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.it/fhir/StructureDefinition/coverage-exceptionStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]           ] )         ]       ] ) ;
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.it/CodeSystem/minsan-esenzioni"^^xsd:anyURI ] ;
fhir:code [ fhir:v "E01" ]         ] )       ]     ] )
  ] ) . #