Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
@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-lab"] ; #
fhir:meta [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Organization Acme Lab Example" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "This is an example laboratory example using the *IE Core Organization Profile*." ] ] ) ;
( fhir:profile [
fhir:v "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-organization"^^xsd:anyURI ;
fhir:link <http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-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 acme-lab</b></p><a name=\"acme-lab\"> </a><a name=\"hcacme-lab\"> </a><a name=\"acme-lab-en-US\"> </a><p><b>identifier</b>: <code>http://iehr.ai/fhir/sid/ie/crn</code>/1144221847, <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-CLIA.html\" title=\""The Centers for Medicare & 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 & Quality, within the Quality, Safety & 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."\r\n\r\nCMS CLIA certified laboratories will be assigned a10-digit alphanumeric CLIA identification number, with the "D" in the third position identifying the provider/supplier as a laboratory certified under CLIA."\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.\">Clinical Laboratory Improvement Amendments</a>/12D4567890</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Acme Labs</p><p><b>telecom</b>: ph: (+1) 734-677-7777, <a href=\"mailto:hq@acme.org\">hq@acme.org</a></p><p><b>address</b>: 3300 WASHTENAW AVE STE 227 AMHERST Dublin D18 CV48 IE </p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://iehr.ai/fhir/sid/ie/crn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1144221847" ]
] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.7"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12D4567890" ]
] ) ; #
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 "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ] ] )
] ) ; #
fhir:name [ fhir:v "Acme Labs"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(+1) 734-677-7777" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@acme.org" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "3300 WASHTENAW AVE STE 227" ] ) ;
fhir:city [ fhir:v "AMHERST" ] ;
fhir:state [ fhir:v "Dublin" ] ;
fhir:postalCode [ fhir:v "D18 CV48" ] ;
fhir:country [ fhir:v "IE" ]
] ) . #
IG © 2024+ iEHR.ai. Package iehr.fhir.ie.core#1.0.0-ballot based on FHIR 4.0.1.
Links: Table of Contents |
QA Report