Da Vinci - Coverage Requirements Discovery
1.0.0 - STU 1

This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: CRD Temporary Codes - TTL Representation

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:Resource.id [ fhir:value "temp"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/davinci-crd/CodeSystem/temp defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">prior-auth<a name=\"temp-prior-auth\"> </a></td><td>Include in prior authorization</td></tr><tr><td style=\"white-space:nowrap\">initial-claim<a name=\"temp-initial-claim\"> </a></td><td>Include in initial claim submission</td></tr><tr><td style=\"white-space:nowrap\">all-claims<a name=\"temp-all-claims\"> </a></td><td>Include in all claim submissions</td></tr><tr><td style=\"white-space:nowrap\">to-endpoint<a name=\"temp-to-endpoint\"> </a></td><td>Send to specified endpoint</td></tr><tr><td style=\"white-space:nowrap\">reason-prior-auth<a name=\"temp-reason-prior-auth\"> </a></td><td>Needed for prior authorization</td></tr><tr><td style=\"white-space:nowrap\">after-completion-action<a name=\"temp-after-completion-action\"> </a></td><td>A task input indicating an action that should be taken after a QuestionnaireResponse has been completed on a specified Questionnaire.  (Multiple completion actions can be specified.)</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/davinci-crd/CodeSystem/temp"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "CRDTempCodes"];
  fhir:CodeSystem.title [ fhir:value "CRD Temporary Codes"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2020-12-22T14:27:56+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Financial Management Work Group"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/fm" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Codes temporarily defined as part of the CRD implementation guide.  These will eventually migrate into an officially maintained terminology (likely either SNOMED CT or HL7's UTG code systems)."];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "prior-auth" ];
     fhir:CodeSystem.concept.display [ fhir:value "Include in prior authorization" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "initial-claim" ];
     fhir:CodeSystem.concept.display [ fhir:value "Include in initial claim submission" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "all-claims" ];
     fhir:CodeSystem.concept.display [ fhir:value "Include in all claim submissions" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "to-endpoint" ];
     fhir:CodeSystem.concept.display [ fhir:value "Send to specified endpoint" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "reason-prior-auth" ];
     fhir:CodeSystem.concept.display [ fhir:value "Needed for prior authorization" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "after-completion-action" ];
     fhir:CodeSystem.concept.display [ fhir:value "A task input indicating an action that should be taken after a QuestionnaireResponse has been completed on a specified Questionnaire.  (Multiple completion actions can be specified.)" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.