Publication Build: This will be filled in by the publication tooling
: Payer 2 - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Payer2"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2020-09-08T00:00:00+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "Organization/PayerOrganizationExample1"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization|2.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization|2.1.0> ] )
] ; #
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: Organization Payer2</b></p><a name=\"Payer2\"> </a><a name=\"hcPayer2\"> </a><a name=\"Payer2-en-US\"> </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\">Last updated: 2020-09-08 00:00:00+0000; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&canonical=http://hl7.org/fhir/us/core/Organization/PayerOrganizationExample1\">Organization/PayerOrganizationExample1</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-C4BB-Organization.html\">C4BB Organizationversion: null2.1.0)</a></p></div><p><b>identifier</b>: NAIC Code/95216</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type pay}\">Payer</span></p><p><b>name</b>: UPMC Health Plan</p><p><b>telecom</b>: ph: 1-844-220-4785 TTY: 711(Work), ph: 1-866-406-8762(Work)</p><p><b>address</b>: UPMC Health Plan Attn: Commercial Plans U.S. Steel Tower 600 Grant Street Pittsburgh PA 15219 </p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "naiccode" ] ;
fhir:display [ fhir:v "NAIC Code" ] ] ) ;
fhir:text [ fhir:v "NAIC Code" ] ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.300"^^xsd:anyURI ] ;
fhir:value [ fhir:v "95216" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pay" ] ] ) ;
fhir:text [ fhir:v "Payer" ]
] ) ; #
fhir:name [ fhir:v "UPMC Health Plan"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-844-220-4785 TTY: 711" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-866-406-8762" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
( fhir:line [ fhir:v "UPMC Health Plan" ] [ fhir:v "Attn: Commercial Plans" ] [ fhir:v "U.S. Steel Tower" ] [ fhir:v "600 Grant Street" ] ) ;
fhir:city [ fhir:v "Pittsburgh" ] ;
fhir:state [ fhir:v "PA" ] ;
fhir:postalCode [ fhir:v "15219" ]
] ) . #