HL7 Terminology (THO)
7.4.0 - Publication International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 7.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: HL7 Organizational Entity Concept Properties

Active as of 2026-09-10

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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/hl7-organizational-entity-concept-properties> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hl7-organizational-entity-concept-properties"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2026-09-10T22:10:28.568+10:00"^^xsd:dateTime ]
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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: CodeSystem hl7-organizational-entity-concept-properties</b></p><a name=\"hl7-organizational-entity-concept-properties\"> </a><a name=\"hchl7-organizational-entity-concept-properties\"> </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\">Last updated: 2026-09-10 22:10:28+1000</p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/hl7-organizational-entity-concept-properties</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">type<a name=\"hl7-organizational-entity-concept-properties-type\"> </a></td><td>Organizational Entity Type</td><td>A string property for the type of an HL7 organisational entity. Values are 'Work Group', 'Management Group', 'Council', 'Governance Group', 'Affiliate', 'Affiliate Work Group', 'Affiliate Governance Group', 'Product Director', 'Executive'.</td></tr><tr><td style=\"white-space:nowrap\">status<a name=\"hl7-organizational-entity-concept-properties-status\"> </a></td><td>Organizational Entity Status</td><td>A string property for the status of an organizational entity. Values are 'active' and 'inactive'.</td></tr><tr><td style=\"white-space:nowrap\">affiliate<a name=\"hl7-organizational-entity-concept-properties-affiliate\"> </a></td><td>HL7 Affiliate concept property</td><td>A code property for the HL7 Affiliate an organization entity may be associated with.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "tsmg"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/hl7-organizational-entity-concept-properties"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.5.186" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "HL7_Organizational_Entity_Concept_Properties"] ; # 
  fhir:title [ fhir:v "HL7 Organizational Entity Concept Properties"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-09-10"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Health Level Seven International"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "hq@HL7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Concept properties for HL7 organizational entities."] ; # 
  fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "type" ] ;
     fhir:display [ fhir:v "Organizational Entity Type" ] ;
     fhir:definition [ fhir:v "A string property for the type of an HL7 organisational entity. Values are 'Work Group', 'Management Group', 'Council', 'Governance Group', 'Affiliate', 'Affiliate Work Group', 'Affiliate Governance Group', 'Product Director', 'Executive'." ]
  ] [
     fhir:code [ fhir:v "status" ] ;
     fhir:display [ fhir:v "Organizational Entity Status" ] ;
     fhir:definition [ fhir:v "A string property for the status of an organizational entity. Values are 'active' and 'inactive'." ]
  ] [
     fhir:code [ fhir:v "affiliate" ] ;
     fhir:display [ fhir:v "HL7 Affiliate concept property" ] ;
     fhir:definition [ fhir:v "A code property for the HL7 Affiliate an organization entity may be associated with." ]
  ] ) . #