Definition for Code SystemDatesEventTypeCodes
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem ;
fhir:id [ fhir:v "datestype"] ;
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-03-26T15:21:02.749+11:00" ] ;
fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
] ;
fhir:text [
fhir:status [ fhir:v "generated" ]
] ;
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
fhir:value [ fhir:v "fm" ]
] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/datestype"], [ fhir:v "http://hl7.org/fhir/datestype"] ;
fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ;
fhir:name [ fhir:v "DatesEventTypeCodes"], [ fhir:v "DatesEventTypeCodes"] ;
fhir:title [ fhir:v "Dates Event Type Codes"], [ fhir:v "Dates Event Type Codes"] ;
fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
fhir:publisher [ fhir:v "HL7 International"], [ fhir:v "HL7 International"] ;
fhir:description [ fhir:v "This value set includes sample Dates Event Type codes."], [ 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" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ;
fhir:copyright [ fhir:v "This is an example set."], [ fhir:v "This is an example set."] ;
fhir:caseSensitive [ fhir:v "true"] ;
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.