This page is part of the HL7 Italia FHIR Implementation Guide (base) (v0.1.0: Public Comment 1 Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Source view
@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:Resource.id [ fhir:value "EsempioEsenzione"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: EsempioEsenzione</p><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\">Generated Summary: id: esempio-CF-residenza; TSTPSN80A01D612A; active; DANTE ALIGHIERI (OFFICIAL); gender: male; birthDate: 1971-05-01</a></p><p><b>payor</b>: <a href=\"Organization-asl-020101.html\">Generated Summary: id: asl-020101; 020101, 101, 00177330073, 91001750073; active; <span title=\"Codes: {http://terminology.hl7.it/CodeSystem/it-tipoEntita asl}\">Azienda Sanitaria Locale</span>; name: AZIENDA U.S.L. VALLE D'AOSTA; ph: (0165) 5431, fax: (0165) 544587, mailto: protocollo@pec.ausl.vda.it, http://www.ausl.vda.it</a></p><blockquote><p><b>costToBeneficiary</b></p><p><b>value</b>: </p><h3>Exceptions</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Type</b></td></tr><tr><td>*</td><td></td><td><span title=\"Codes: {http://terminology.hl7.it/CodeSystem/minsan-esenzioni E01}\">E01</span></td></tr></table></blockquote></div>" ]; fhir:Coverage.status [ fhir:value "active"]; fhir:Coverage.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "PUBLICPOL" ] ] ]; fhir:Coverage.beneficiary [ fhir:Reference.reference [ fhir:value "Patient/esempio-CF-residenza" ] ]; fhir:Coverage.payor [ fhir:index 0; fhir:Reference.reference [ fhir:value "Organization/asl-020101" ] ]; fhir:Coverage.costToBeneficiary [ fhir:index 0; fhir:Coverage.costToBeneficiary.valueMoney [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ]; fhir:Extension.valueCode [ fhir:value "not-applicable" ] ] ]; fhir:Coverage.costToBeneficiary.exception [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.it/fhir/StructureDefinition/coverage-exceptionStatus" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActStatus" ]; fhir:Coding.code [ fhir:value "active" ] ] ] ]; fhir:Coverage.costToBeneficiary.exception.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.it/CodeSystem/minsan-esenzioni" ]; fhir:Coding.code [ fhir:value "E01" ] ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.