haau3 FHIR Implementation Guide (HFIG)
0.1.0 - ci-build United States of America flag

haau3 FHIR Implementation Guide (HFIG), published by haau3. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/haau3/fhir-ig/ and changes regularly. See the Directory of published versions

: Organization: Centers for Medicare & Medicaid Services - 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 "cms"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://haau3.com/fhir/StructureDefinition/haau3-organization"^^xsd:anyURI ;
fhir:l <https://haau3.com/fhir/StructureDefinition/haau3-organization>     ] [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization?version=6.1.0>     ] ) ;
    ( fhir:tag [
fhir:system [
fhir:v "https://haau3.com/fhir/CodeSystem/org-origin"^^xsd:anyURI ;
fhir:l <https://haau3.com/fhir/CodeSystem/org-origin>       ] ;
fhir:code [ fhir:v "seeded" ] ;
fhir:display [ fhir:v "Seeded canonical payer organization (haau3)" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization cms</b></p><a name=\"cms\"> </a><a name=\"hccms\"> </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\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-haau3-organization.html\">Organization</a>, <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-organization.html\">US Core Organization Profileversion: null6.1.0)</a></p><p style=\"margin-bottom: 0px\">Tag: Seeded canonical payer organization (haau3) (Details: org-origin code seeded = 'Seeded canonical payer organization (haau3)')</p></div><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}\">Government</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type pay}\">Payer</span></p><p><b>name</b>: Centers for Medicare &amp; Medicaid Services (CMS)</p><p><b>telecom</b>: ph: 1-800-633-4227(Work)</p><p><b>address</b>: 7500 Security Boulevard Baltimore MD 21244 US </p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>       ] ;
fhir:code [ fhir:v "govt" ] ;
fhir:display [ fhir:v "Government" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>       ] ;
fhir:code [ fhir:v "pay" ] ;
fhir:display [ fhir:v "Payer" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Centers for Medicare & Medicaid Services (CMS)"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-800-633-4227" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "7500 Security Boulevard" ] ) ;
fhir:city [ fhir:v "Baltimore" ] ;
fhir:state [ fhir:v "MD" ] ;
fhir:postalCode [ fhir:v "21244" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . #