Da Vinci Health Record Exchange (HRex)
1.1.0 - STU 1.1 United States of America flag

This page is part of the Da Vinci Health Record Exchange (v1.1.0: STU 1.1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: HRex Organization full example - 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 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 "full"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-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 full</b></p><a name=\"full\"> </a><a name=\"hcfull\"> </a><a name=\"full-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/identifiers/somesystem</code>/11223344, <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-CLIA.html\" title=\"&quot;The Centers for Medicare &amp; Medicaid Services (CMS) regulates all laboratory testing (except research) performed on humans in the U.S. through the Clinical Laboratory Improvement Amendments (CLIA). In total, CLIA covers approximately 330,000 laboratory entities. The Division of Clinical Laboratory Improvement &amp; Quality, within the Quality, Safety &amp; Oversight Group, under the Center for Clinical Standards and Quality (CCSQ) has the responsibility for implementing the CLIA Program.\r\n\r\nThe objective of the CLIA program is to ensure quality laboratory testing. Although all clinical laboratories must be properly certified to receive Medicare or Medicaid payments, CLIA has no direct Medicare or Medicaid program responsibilities.&quot;\r\n\r\nCMS CLIA certified laboratories will be assigned a10-digit alphanumeric CLIA identification number, with the &quot;D&quot; in the third position identifying the provider/supplier as a laboratory certified under CLIA.&quot;\r\n\r\nCLIA is maintained by CMS. It is in the public domain and free to use without restriction.\r\n\r\nSee http://cms.gov/regulations-and-guidance/legislation/clia.\">CLIA</a>/11D1234567, <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-USEIN.html\" title=\"An Employer Identification Number (EIN) is also known as a Federal Tax Identification Number, and is used to identify a business entity.\">USEIN</a>/55566667, <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/1234567893, <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-CCN.html\" title=\"Per CMS Transmittal 29 dated OCTOBER 12, 2007:\r\n\r\n&quot;The National Provider Identifier (NPI) will replace the Medicare/Medicaid Provider Number on Medicare claims. The NPI will assume the Medicare/Medicaid Provider Number's role as a primary identifier. However, the Medicare/Medicaid Provider Number will continue to be issued to providers and used to verify Medicare/Medicaid certification on all survey and certification, and resident/patient assessment transactions. In order to avoid confusion with the NPI, the Medicare/Medicaid Provider Number (also known as the OSCAR Provider Number, Medicare Identification Number or Provider Number) has been renamed the CMS Certification Number (CCN). The CCN continues to serve a critical role in verifying that a provider has been Medicare certified and for what type of services.&quot;\r\n\r\nSee https://www.cms.gov/regulations-and-guidance/guidance/transmittals/downloads/r29soma.pdf\">CCN</a>/918273645</p><p><b>active</b>: true</p><p><b>name</b>: New Health Plan</p><p><b>telecom</b>: ph: 1-800-123-4567, ph: 1-234-567-8901, <a href=\"mailto:info@newhealthplan.org\">info@newhealthplan.org</a></p><p><b>address</b>: </p><ul><li>#1A 123 Some street, Some town, Canada </li><li>1003 Healthcare Drive Amherst MA 01002 USA </li></ul></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/identifiers/somesystem"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11223344" ]
  ] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.7"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11D1234567" ]
  ] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.4"^^xsd:anyURI ] ;
fhir:value [ fhir:v "55566667" ]
  ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567893" ]
  ] [
fhir:system [ fhir:v "http://terminology.hl7.org/NamingSystem/CMSCertificationNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "918273645" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "New Health Plan"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-800-123-4567" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-234-567-8901" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@newhealthplan.org" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "#1A 123 Some street, Some town, Canada" ] )
  ] [
    ( fhir:line [ fhir:v "1003 Healthcare Drive" ] ) ;
fhir:city [ fhir:v "Amherst" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01002" ] ;
fhir:country [ fhir:v "USA" ]
  ] ) . #