This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example CodeSystem/datestype (Turtle)
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 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/CodeSystem/datestype> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "datestype"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-04-11T13:48:42.528+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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablecodesystem.html\">Shareable CodeSystem</a></p></div><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>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
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] ; #
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] ; #
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.