Data Exchange For Quality Measures Implementation Guide 5.0.0-ballot - STU5 Ballot
Publication Build: This will be filled in by the publication tooling
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 "gaps-organization-reportingvendor"] ; # 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 "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization gaps-organization-reportingvendor</b></p><a name=\"gaps-organization-reportingvendor\"> </a><a name=\"hcgaps-organization-reportingvendor\"> </a><a name=\"gaps-organization-reportingvendor-en-US\"> </a><p><b>identifier</b>: Tax ID number/123446789 (use: official, )</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>: GapsReportingVendor01</p><p><b>telecom</b>: ph: (+1) 401-545-1212</p><p><b>address</b>: 13 Drive Street Cityplace MA 01101 USA </p></div>" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "TAX" ] ; fhir:display [ fhir:v "Tax ID number" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.4"^^xsd:anyURI ] ; fhir:value [ fhir:v "123446789" ] ; fhir:assigner [ fhir:display [ fhir:v "www.irs.gov" ] ] ] ) ; # 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:display [ fhir:v "Payer" ] ] ) ] ) ; # fhir:name [ fhir:v "GapsReportingVendor01"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(+1) 401-545-1212" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "13 Drive Street" ] ) ; fhir:city [ fhir:v "Cityplace" ] ; fhir:state [ fhir:v "MA" ] ; fhir:postalCode [ fhir:v "01101" ] ; fhir:country [ fhir:v "USA" ] ] ) . #