CMS FHIR Prototype Measure Calculation Tool IG
0.1.0 - CI Build United States of America flag

CMS FHIR Prototype Measure Calculation Tool IG, published by HL7 International - [Some] Work Group. 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/cqframework/mct-ig/ and changes regularly. See the Directory of published versions

: ExampleOrganization - TTL Representation

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 "acme"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization </b><a name=\"acme\"> </a><a name=\"hcacme\"> </a></p><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\">ResourceOrganization &quot;acme&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qicore/STU4.1.1/StructureDefinition-qicore-organization.html\">QICoreOrganization</a></p></div><p><b>Receiving System Endpoint Extension</b>: <a href=\"Endpoint-example.html\">Endpoint/example</a> &quot;Example Endpoint&quot;</p><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.336</code>/ACME-CCN (use: secondary), <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/ACME-NPI (use: secondary), <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>/ACME-EIN (use: secondary)</p><p><b>active</b>: true</p><p><b>name</b>: ACME Provider Organization</p><p><b>telecom</b>: <a href=\"https://acme.org\">https://acme.org</a></p><p><b>address</b>: 123 Erewhon Dayton OH 45410 (work)</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://cms.gov/fhir/mct/StructureDefinition/mct-receivingSystemEndpoint"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Endpoint/example" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "secondary" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.336"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ACME-CCN" ]
  ] [
fhir:use [ fhir:v "secondary" ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ACME-NPI" ]
  ] [
fhir:use [ fhir:v "secondary" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.4"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ACME-EIN" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "ACME Provider Organization"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://acme.org" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
    ( fhir:line [ fhir:v "123 Erewhon" ] ) ;
fhir:city [ fhir:v "Dayton" ] ;
fhir:state [ fhir:v "OH" ] ;
fhir:postalCode [ fhir:v "45410" ]
  ] ) . #