PACIO Personal Functioning and Engagement Implementation Guide
2.0.0 - STU 2 United States of America flag

PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-pfe/ and changes regularly. See the Directory of published versions

: PFEIG-PASCoverage-BSJ1

Page standards status: Informative

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 "PFEIG-PASCoverage-BSJ1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-coverage"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-coverage>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage PFEIG-PASCoverage-BSJ1</b></p><a name=\"PFEIG-PASCoverage-BSJ1\"> </a><a name=\"hcPFEIG-PASCoverage-BSJ1\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/davinci-pas/STU2/StructureDefinition-profile-coverage.html\">PAS Coverage</a></p></div><p><b>identifier</b>: <code>http://example.org/coverage</code>/PAS-987654321</p><p><b>status</b>: Active</p><p><b>subscriber</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p><p><b>subscriberId</b>: SUB-123456789</p><p><b>beneficiary</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>payor</b>: <a href=\"Organization-PFEIG-Payer-Org-01.html\">Organization Texas Example Health Plan</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/coverage"^^xsd:anyURI ;
fhir:l <http://example.org/coverage>     ] ;
fhir:value [ fhir:v "PAS-987654321" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:subscriber [
fhir:l fhir:Patient/PFEIG-patientBSJ1 ;
fhir:reference [ fhir:v "Patient/PFEIG-patientBSJ1" ]
  ] ; # 
  fhir:subscriberId [ fhir:v "SUB-123456789"] ; # 
  fhir:beneficiary [
fhir:l fhir:Patient/PFEIG-patientBSJ1 ;
fhir:reference [ fhir:v "Patient/PFEIG-patientBSJ1" ]
  ] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/subscriber-relationship>       ] ;
fhir:code [ fhir:v "self" ] ;
fhir:display [ fhir:v "Self" ]     ] )
  ] ; # 
  fhir:payor ( [
fhir:l fhir:Organization/PFEIG-Payer-Org-01 ;
fhir:reference [ fhir:v "Organization/PFEIG-Payer-Org-01" ]
  ] ) . #