This page is part of the FHIR Specification (v3.5a.0: R4 Ballot 4). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions
Patient Administration Work Group | Maturity Level: N/A | Ballot Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code System OrganizationType
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CodeSystem; fhir:Resource.id [ fhir:value "organization-type"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2018-08-19T21:48:56.559+10:00" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.value [ fhir:value "pa" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.value [ fhir:value "Draft" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.value [ fhir:value "1" ] ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1128" ] ]; fhir:CodeSystem.version [ fhir:value "3.5a.0"]; fhir:CodeSystem.name [ fhir:value "OrganizationType"]; fhir:CodeSystem.title [ fhir:value "Organization type"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "true"]; fhir:CodeSystem.publisher [ fhir:value "FHIR Project team"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:CodeSystem.description [ fhir:value "This example value set defines a set of codes that can be used to indicate a type of organization."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/organization-type"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "prov" ]; fhir:CodeSystem.display [ fhir:value "Healthcare Provider" ]; fhir:CodeSystem.definition [ fhir:value "An organization that provides healthcare services." ] ], [ fhir:index 1; fhir:CodeSystem.code [ fhir:value "dept" ]; fhir:CodeSystem.display [ fhir:value "Hospital Department" ]; fhir:CodeSystem.definition [ fhir:value "A department or ward within a hospital (Generally is not applicable to top level organizations)" ] ], [ fhir:index 2; fhir:CodeSystem.code [ fhir:value "team" ]; fhir:CodeSystem.display [ fhir:value "Organizational team" ]; fhir:CodeSystem.definition [ fhir:value "An organizational team is usually a grouping of practitioners that perform a specific function within an organization (which could be a top level organization, or a department)." ] ], [ fhir:index 3; fhir:CodeSystem.code [ fhir:value "govt" ]; fhir:CodeSystem.display [ fhir:value "Government" ]; fhir:CodeSystem.definition [ fhir:value "A political body, often used when including organization records for government bodies such as a Federal Government, State or Local Government." ] ], [ fhir:index 4; fhir:CodeSystem.code [ fhir:value "ins" ]; fhir:CodeSystem.display [ fhir:value "Insurance Company" ]; fhir:CodeSystem.definition [ fhir:value "A company that provides insurance to its subscribers that may include healthcare related policies." ] ], [ fhir:index 5; fhir:CodeSystem.code [ fhir:value "pay" ]; fhir:CodeSystem.display [ fhir:value "Payer" ]; fhir:CodeSystem.definition [ fhir:value "A company, charity, or governmental organization which processes claims and/or issues payments to providers on behalf of patients or groups of patients." ] ], [ fhir:index 6; fhir:CodeSystem.code [ fhir:value "edu" ]; fhir:CodeSystem.display [ fhir:value "Educational Institute" ]; fhir:CodeSystem.definition [ fhir:value "An educational institution that provides education or research facilities." ] ], [ fhir:index 7; fhir:CodeSystem.code [ fhir:value "reli" ]; fhir:CodeSystem.display [ fhir:value "Religious Institution" ]; fhir:CodeSystem.definition [ fhir:value "An organization that is identified as a part of a religious institution." ] ], [ fhir:index 8; fhir:CodeSystem.code [ fhir:value "crs" ]; fhir:CodeSystem.display [ fhir:value "Clinical Research Sponsor" ]; fhir:CodeSystem.definition [ fhir:value "An organization that is identified as a Pharmaceutical/Clinical Research Sponsor." ] ], [ fhir:index 9; fhir:CodeSystem.code [ fhir:value "cg" ]; fhir:CodeSystem.display [ fhir:value "Community Group" ]; fhir:CodeSystem.definition [ fhir:value "An un-incorporated community group." ] ], [ fhir:index 10; fhir:CodeSystem.code [ fhir:value "bus" ]; fhir:CodeSystem.display [ fhir:value "Non-Healthcare Business or Corporation" ]; fhir:CodeSystem.definition [ fhir:value "An organization that is a registered business or corporation but not identified by other types." ] ], [ fhir:index 11; fhir:CodeSystem.code [ fhir:value "other" ]; fhir:CodeSystem.display [ fhir:value "Other" ]; fhir:CodeSystem.definition [ fhir:value "Other type of organization not already specified." ] ] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.