National Directory of Healthcare Providers & Services (NDH) Implementation Guide
1.0.0 - STU1 United States of America flag

This page is part of the National Directory of Healthcare Providers and Services (NDH) Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: diamondonyxhealth2 - TTL Representation

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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "diamondonyxhealth2"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2022-07-04T15:00:00.000Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/ndhPn-ldapi-Organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ndh/StructureDefinition/ndhPn-ldapi-Organization>     ] )
  ] ; # 
  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 diamondonyxhealth2</b></p><a name=\"diamondonyxhealth2\"> </a><a name=\"hcdiamondonyxhealth2\"> </a><a name=\"diamondonyxhealth2-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: 2022-07-04 15:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndhPn-ldapi-Organization.html\">Payer Provider Network Query Organization Profile</a></p></div><p><b>identifier</b>: <code>http://example.org/ndh-identifiers</code>/diamondonyxhealth2, <code>http://example.org/diamond.2.onyxhealth.io</code>/diamondonyxhealth2</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>: DiamondOnyxHealth</p><p><b>telecom</b>: <a href=\"http://example.org/diamond.2.onyxhealth.io\">http://example.org/diamond.2.onyxhealth.io</a></p><p><b>address</b>: 100 Main Street Norwalk CT 00014-2345 </p><p><b>endpoint</b>: <a href=\"Endpoint-diamond-mtls-endpoint2.html\">Endpoint DiamondOnyxHealth</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "active"       ]     ] ) ;
fhir:system [ fhir:v "http://example.org/ndh-identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "diamondonyxhealth2" ]
  ] [
fhir:system [ fhir:v "http://example.org/diamond.2.onyxhealth.io"^^xsd:anyURI ] ;
fhir:value [ fhir:v "diamondonyxhealth2" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2.0.1" ] ;
fhir:code [ fhir:v "pay" ] ;
fhir:display [ fhir:v "Payer" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "DiamondOnyxHealth"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/diamond.2.onyxhealth.io" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "100 Main Street" ] ) ;
fhir:city [ fhir:v "Norwalk" ] ;
fhir:state [ fhir:v "CT" ] ;
fhir:postalCode [ fhir:v "00014-2345" ]
  ] ) ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/diamond-mtls-endpoint2" ]
  ] ) . #