@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/4.0/CodeSystem/v2-0561> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "v2-0561"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem v2-0561</b></p><a name=\"v2-0561\"> </a><a name=\"hcv2-0561\"> </a><p>This  code system <code>http://terminology.hl7.org/CodeSystem/v2-0561</code> 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\">CLCTR<a name=\"v2-0561-CLCTR\"> </a></td><td>Claim Center</td></tr><tr><td style=\"white-space:nowrap\">DGAPP<a name=\"v2-0561-DGAPP\"> </a></td><td>Diagnostic Approval Number</td></tr><tr><td style=\"white-space:nowrap\">DTCTR<a name=\"v2-0561-DTCTR\"> </a></td><td>Data Center Number</td></tr><tr><td style=\"white-space:nowrap\">ENC<a name=\"v2-0561-ENC\"> </a></td><td>Encounter Number</td></tr><tr><td style=\"white-space:nowrap\">GFTH<a name=\"v2-0561-GFTH\"> </a></td><td>Good Faith Indicator</td></tr><tr><td style=\"white-space:nowrap\">OOP<a name=\"v2-0561-OOP\"> </a></td><td>Out of Province Indicator</td></tr><tr><td style=\"white-space:nowrap\">SEQ<a name=\"v2-0561-SEQ\"> </a></td><td>Sequence Number</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "external"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 0
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4.r4b"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "fhir"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0561"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.9"] ; # 
  fhir:name [ fhir:v "v2.0561"] ; # 
  fhir:title [ fhir:v "v2 Product/Services Clarification Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-13T16:11:23-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR Infrastructure" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "FHIR Value set/code system definition for HL7 v2 table 0561 ( Product/Services Clarification Codes)"] ; # 
  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:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "CLCTR" ] ;
     fhir:display [ fhir:v "Claim Center" ]
  ] [
     fhir:code [ fhir:v "DGAPP" ] ;
     fhir:display [ fhir:v "Diagnostic Approval Number" ]
  ] [
     fhir:code [ fhir:v "DTCTR" ] ;
     fhir:display [ fhir:v "Data Center Number" ]
  ] [
     fhir:code [ fhir:v "ENC" ] ;
     fhir:display [ fhir:v "Encounter Number" ]
  ] [
     fhir:code [ fhir:v "GFTH" ] ;
     fhir:display [ fhir:v "Good Faith Indicator" ]
  ] [
     fhir:code [ fhir:v "OOP" ] ;
     fhir:display [ fhir:v "Out of Province Indicator" ]
  ] [
     fhir:code [ fhir:v "SEQ" ] ;
     fhir:display [ fhir:v "Sequence Number" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

