CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Coverage - ACH Daily Condition Example RSV Lab BTG - 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 "coverage-example-ach-daily-rsvlabbtg"] ; #
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 coverage-example-ach-daily-rsvlabbtg</b></p><a name=\"coverage-example-ach-daily-rsvlabbtg\"> </a><a name=\"hccoverage-example-ach-daily-rsvlabbtg\"> </a><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href=\"Patient-patient-example-ach-daily-rsvlabbtg.html\">ACHDaily RSVLabBTG(official) Female, DoB: 2015-05-05 ( MRN: 1000009002 (use: usual, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>payor</b>: Self Pay</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/patient-example-ach-daily-rsvlabbtg" ]
] ; #
fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "self" ] ] ) ;
fhir:text [ fhir:v "Self" ]
] ; #
fhir:payor ( [
fhir:display [ fhir:v "Self Pay" ]
] ) . #