Validated Healthcare Directory
0.2.0 - CI Build United States of America flag

Validated Healthcare Directory, published by HL7 International - Patient Administration Work Group. This is not an authorized publication; it is the continuous build for version 0.2.0). This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions

: VhDir Qualification Status Value Set – Status Code Mapping - TTL Representation

Active as of 2023-09-12

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:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "qualification-status"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/ConceptMap/qualification-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "QualificationStatusToResourceStatusCodeMapping"] ; # 
  fhir:title [ fhir:v "VhDir Qualification Status Value Set – Status Code Mapping"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-09-12T22:48:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Patient Administration Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Patient Administration Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pafm@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Canonical Mapping for \"Codes for documenting the status of a qualification.\""] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Used by permission of HL7 International all rights reserved Creative Commons License"] ; # 
  fhir:source [
fhir:v "http://hl7.org/fhir/uv/vhdir/ValueSet/qualificationstatus"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vhdir/ValueSet/qualificationstatus>
  ] ; # 
  fhir:target [
fhir:v "http://hl7.org/fhir/ValueSet/resource-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/resource-status>
  ] ; # 
  fhir:group ( [
fhir:source [ fhir:v "http://hl7.org/fhir/uv/vhdir/CodeSystem/credentialstatus"^^xsd:anyURI ] ;
fhir:target [ fhir:v "http://hl7.org/fhir/ValueSet/resource-status"^^xsd:anyURI ] ;
    ( fhir:element [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "active" ] ;
      ( fhir:target [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "active" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "inactive" ] ;
fhir:display [ fhir:v "inactive" ] ;
      ( fhir:target [
fhir:code [ fhir:v "inactive" ] ;
fhir:display [ fhir:v "inactive" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "issued-in-error" ] ;
fhir:display [ fhir:v "issued-in-error" ] ;
      ( fhir:target [
fhir:code [ fhir:v "error" ] ;
fhir:display [ fhir:v "error" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "revoked" ] ;
fhir:display [ fhir:v "revoked" ] ;
      ( fhir:target [
fhir:code [ fhir:v "suspended" ] ;
fhir:display [ fhir:v "suspended" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "pending" ] ;
fhir:display [ fhir:v "pending" ] ;
      ( fhir:target [
fhir:code [ fhir:v "draft" ] ;
fhir:display [ fhir:v "draft" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] )
  ] ) . #