FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/datestype (Turtle)

Financial Management Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemDatesEventTypeCodes

@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 "datestype"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-02-14T07:03:43.679+00:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>
     ] )
  ] ; # 
  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 datestype</b></p><a name=\"datestype\"> </a><a name=\"hcdatestype\"> </a><a name=\"datestype-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/datestype</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">card-issued<a name=\"datestype-card-issued\"> </a></td><td>Card Issued</td><td>The date when an insurance card was issued.</td></tr><tr><td style=\"white-space:nowrap\">claim-received<a name=\"datestype-claim-received\"> </a></td><td>Claim Received</td><td>The date when an insurer nreceived a claim, pre-authorization or predetermination.</td></tr><tr><td style=\"white-space:nowrap\">service-expected<a name=\"datestype-service-expected\"> </a></td><td>Service Expected</td><td>The date or period on or during which the services are expected to be performed.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "fm" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/datestype"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "6.0.0-ballot2"] ; # 
  fhir:name [ fhir:v "DatesEventTypeCodes"] ; # 
  fhir:title [ fhir:v "Dates Event Type Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:publisher [ fhir:v "HL7 International"] ; # 
  fhir:description [ fhir:v "This value set includes sample Dates Event Type 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:copyright [ fhir:v "This is an example set."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:hierarchyMeaning [] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "card-issued" ] ;
     fhir:display [ fhir:v "Card Issued" ] ;
     fhir:definition [ fhir:v "The date when an insurance card was issued." ]
  ] [
     fhir:code [ fhir:v "claim-received" ] ;
     fhir:display [ fhir:v "Claim Received" ] ;
     fhir:definition [ fhir:v "The date when an insurer nreceived a claim, pre-authorization or predetermination." ]
  ] [
     fhir:code [ fhir:v "service-expected" ] ;
     fhir:display [ fhir:v "Service Expected" ] ;
     fhir:definition [ fhir:v "The date or period on or during which the services are expected to be performed." ]
  ] )] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.