HL7 FHIR Implementation Guide Dossier Farmaceutico, 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/dossier-pharma/ and changes regularly. See the Directory of published versions
: Coverage a carico del SSN - 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 "161a49c3-693e-49b5-8fd2-b8f78cb3d369"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.it/fhir/dossier-pharma/StructureDefinition/Coverage-it-base"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/dossier-pharma/StructureDefinition/Coverage-it-base> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Coverage </b><a name=\"161a49c3-693e-49b5-8fd2-b8f78cb3d369\"> </a><a name=\"hc161a49c3-693e-49b5-8fd2-b8f78cb3d369\"> </a></p><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\">ResourceCoverage "161a49c3-693e-49b5-8fd2-b8f78cb3d369" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Coverage-it-base.html\">Coverage - base</a></p></div><p><b>status</b>: active</p><p><b>type</b>: public healthcare <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</a>#PUBLICPOL)</span></p><p><b>beneficiary</b>: <a href=\"Patient-Patient-Dossier-Esempio.html\">Patient/Patient-Dossier-Esempio</a> " MARIA"</p><p><b>payor</b>: <a href=\"Organization-Organization-Dossier-Esempio2.html\">Organization/Organization-Dossier-Esempio2</a> "Regione VALLE D'AOSTA"</p></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/Patient-Dossier-Esempio" ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "Organization/Organization-Dossier-Esempio2" ]
] ) . #