SPL Mapping FHIR Implementation Guide
0.1.0 - Build CI United States of America flag

SPL Mapping FHIR Implementation Guide, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-spl/ and changes regularly. See the Directory of published versions

: Top-Level Organization Types - TTL Representation

Page standards status: Trial-use Maturity Level: 1

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "valueset-topLevelOrganizationTypes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-codesystem-organizationTypes.html\"><code>http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-codesystem-organizationTypes.html#codesystem-organizationTypes-Labeler\">Labeler</a></td><td style=\"color: #cccccc\">An organization that submits product labels.</td></tr><tr><td><a href=\"CodeSystem-codesystem-organizationTypes.html#codesystem-organizationTypes-EstablishmentRegistrant\">EstablishmentRegistrant</a></td><td style=\"color: #cccccc\">An organization that registers establishment organizations.</td></tr><tr><td><a href=\"CodeSystem-codesystem-organizationTypes.html#codesystem-organizationTypes-Establishment\">Establishment</a></td><td style=\"color: #cccccc\">An organization that provides operations in the manufacturing of a product.</td></tr><tr><td><a href=\"CodeSystem-codesystem-organizationTypes.html#codesystem-organizationTypes-GDUFARegistrant\">GDUFARegistrant</a></td><td style=\"color: #cccccc\">An organization that registers generic druge use facility organizations.</td></tr><tr><td><a href=\"CodeSystem-codesystem-organizationTypes.html#codesystem-organizationTypes-GenericDrugUseFacility\">GenericDrugUseFacility</a></td><td style=\"color: #cccccc\">An organization that produces generic drug products.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "brr" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "1"^^xsd:integer ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/spl/ImplementationGuide/hl7.fhir.us.spl"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/ImplementationGuide/hl7.fhir.us.spl>         ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/spl/ImplementationGuide/hl7.fhir.us.spl"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/spl/ImplementationGuide/hl7.fhir.us.spl>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/spl/ValueSet/valueset-topLevelOrganizationTypes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "TopLevelOrganizationTypes"] ; # 
  fhir:title [ fhir:v "Top-Level Organization Types"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-21T19:37:46+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Biomedical Research and Regulation"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Biomedical Research and Regulation" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/rcrim" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that identify organizations that are considered top-level"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-organizationTypes"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "Labeler" ]       ] [
fhir:code [ fhir:v "EstablishmentRegistrant" ]       ] [
fhir:code [ fhir:v "Establishment" ]       ] [
fhir:code [ fhir:v "GDUFARegistrant" ]       ] [
fhir:code [ fhir:v "GenericDrugUseFacility" ]       ] )     ] )
  ] . #