2026 US Quality Core Implementation Guide - Local Development build (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Organization/example1> a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example1"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-organization" ;
fhir:index 0 ;
fhir:link <http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-organization>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization example1</b></p><a name=\"example1\"> </a><a name=\"hcexample1\"> </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\">Profile: <a href=\"StructureDefinition-us-quality-core-organization.html\">US Quality Core Organization</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1285243618 (use: temp, )</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>: HENDRICKS COUNTY HOSPITAL</p><p><b>telecom</b>: ph: (+1) 712-456-7777, fax: (+1) 712-456-6622, <a href=\"mailto:staff@countyhospital.org\">staff@countyhospital.org</a></p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Avon IN 46123 USA </p></div>"
] ;
fhir:Organization.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "temp" ] ;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
fhir:Identifier.value [ fhir:value "1285243618" ]
] ;
fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Organization.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
fhir:Coding.code [ fhir:value "prov" ] ;
fhir:Coding.display [ fhir:value "Healthcare Provider" ]
]
] ;
fhir:Organization.name [ fhir:value "HENDRICKS COUNTY HOSPITAL"] ;
fhir:Organization.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "(+1) 712-456-7777" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "fax" ] ;
fhir:ContactPoint.value [ fhir:value "(+1) 712-456-6622" ]
], [
fhir:index 2 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "staff@countyhospital.org" ]
] ;
fhir:Organization.address [
fhir:index 0 ;
fhir:Address.line [
fhir:value "3300 Washtenaw Avenue, Suite 227" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "Avon" ] ;
fhir:Address.state [ fhir:value "IN" ] ;
fhir:Address.postalCode [ fhir:value "46123" ] ;
fhir:Address.country [ fhir:value "USA" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Organization/example1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Organization/example1.ttl> .
IG © 2026+ Office of the National Coordinator for Health Information Technology (ONC). Package fhir.onc.us-quality-core#0.5.0 based on FHIR 4.0.1. Generated 2026-09-03
Links: Table of Contents |
QA Report
