SMART App Launch
2.2.0-preview - CI-Build International flag

SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions

: Patient Access Category Code System - TTL Representation

Active as of 2023-03-05

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-access-category"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.2.0-preview"] ; # 
  fhir:name [ fhir:v "PatientAccessCategoryCodeSystem"] ; # 
  fhir:title [ fhir:v "Patient Access Category Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-03-05T22:40:04-08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - FHIR Infrastructure WG"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - FHIR Infrastructure WG" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.org/Special/committees/fiwg" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Categorizes a PatientAccessBrand into high-level taxonomy"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "clinical" ] ;
fhir:display [ fhir:v "Clinical Care provider" ]
  ] [
fhir:code [ fhir:v "insurer" ] ;
fhir:display [ fhir:v "Health insurance provider" ]
  ] [
fhir:code [ fhir:v "lab" ] ;
fhir:display [ fhir:v "Laboratory" ]
  ] [
fhir:code [ fhir:v "pharmacy" ] ;
fhir:display [ fhir:v "Pharmacy" ]
  ] [
fhir:code [ fhir:v "network" ] ;
fhir:display [ fhir:v "Network access provider such as a TEFCA QHIN" ]
  ] [
fhir:code [ fhir:v "aggregator" ] ;
fhir:display [ fhir:v "Aggregator of healthcare data offering individual access" ]
  ] ) . #