MyHealth@Eu Medical Imaging Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example Coverage: Imaging - 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 "ExampleCoverageImg"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ehdsi.eu/imaging/StructureDefinition/coverage-img-myhealtheu"^^xsd:anyURI ;
fhir:link <http://fhir.ehdsi.eu/imaging/StructureDefinition/coverage-img-myhealtheu> ] )
] ; #
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 ExampleCoverageImg</b></p><a name=\"ExampleCoverageImg\"> </a><a name=\"hcExampleCoverageImg\"> </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\">Profile: <a href=\"StructureDefinition-coverage-img-myhealtheu.html\">Coverage: Imaging</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode EHCPOL}\">extended healthcare</span></p><p><b>policyHolder</b>: <a href=\"Organization-PolicyHolderOrg.html\">Organization Health Insure Corp</a></p><p><b>subscriber</b>: <a href=\"Patient-SubscriberPatient.html\">John Doe Male, DoB: 1980-05-15</a></p><p><b>beneficiary</b>: <a href=\"Patient-BeneficiaryPatient.html\">John Doe Male, DoB: 1980-05-15</a></p><p><b>period</b>: 2023-01-01 --> 2025-01-01</p><p><b>payor</b>: <a href=\"Organization-PayorOrg.html\">Organization Imaging Coverage Payor</a></p><p><b>contract</b>: <a href=\"Contract-ImagingContract.html\">Contract</a></p></div>"^^rdf:XMLLiteral
] ; #
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 "EHCPOL" ] ;
fhir:display [ fhir:v "extended healthcare" ] ] )
] ; #
fhir:policyHolder [
fhir:reference [ fhir:v "Organization/PolicyHolderOrg" ]
] ; #
fhir:subscriber [
fhir:reference [ fhir:v "Patient/SubscriberPatient" ]
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/BeneficiaryPatient" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2023-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2025-01-01"^^xsd:date ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "Organization/PayorOrg" ]
] ) ; #
fhir:contract ( [
fhir:reference [ fhir:v "Contract/ImagingContract" ]
] ) . #