v2+ Vocabulary
0.3.0 - Working Draft to present the concept ideas (FO)

v2+ Vocabulary - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Occurrence Code (2.3.1 - 1.0.0) - TTL Representation

Active as of 2025-08-05

Raw ttl | Download

@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nubc-OccurrenceCode-csV100"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-nubc-OccurrenceCode-csV100.html\"><code>http://terminology.hl7.org/v2plusvocab/CodeSystem/nubc-OccurrenceCode-csV100</code></a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-v2versionCreated"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"     ]
  ] [
fhir:url [ fhir:v "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-versionHistory"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "generate correct history somehow"     ]
  ] [
fhir:url [ fhir:v "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-tableNo"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0350"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/nubc-OccurrenceCode-csV100"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.6.301.7" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "Nubc-OccurrenceCode-csV100"] ; # 
  fhir:title [ fhir:v "Occurrence Code (2.3.1 - 1.0.0)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-08-05T15:14:51+02:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "National Uniform Billing Committee (NUBC) UB-04 Data Specifications Manual, UB form locator 31 - 34, Occurrence Codes and Amounts - code and associated date defining a significant event relating to the bill that may affect payer processing the claim. The UB-04 Data Specifications Manual with the codes is available by subscription from NUBC at http://www.nubc.org/become.html.  Used in HL7 Version 2.x messaging in the OCD segment. Updated by NUBC annually; see the coding instructions for more detail."] ; # 
  fhir:copyright [ fhir:v "HL7 Inc., 2024"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:property ( [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionIntroduced"^^xsd:anyURI ] ;
fhir:description [ fhir:v "version when was this code introduced" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:code [ fhir:v "versionDeprecated" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionDeprecated"^^xsd:anyURI ] ;
fhir:description [ fhir:v "version when was this code deprecated" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:code [ fhir:v "status" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ;
fhir:description [ fhir:v "A code that indicates the status of the concept. Typical values are active, experimental, deprecated, and retired" ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "comment" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#comment"^^xsd:anyURI ] ;
fhir:description [ fhir:v "A string that provides additional detail pertinent to the use or understanding of the concept" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:code [ fhir:v "usage" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#usage"^^xsd:anyURI ] ;
fhir:description [ fhir:v "usage notes for this code" ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:code [ fhir:v "modified" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#modified"^^xsd:anyURI ] ;
fhir:description [ fhir:v "date of last modification" ] ;
fhir:type [ fhir:v "dateTime" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Auto accident" ] ;
fhir:definition [ fhir:v "Auto accident" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "No fault insurance involved-including auto accident/other" ] ;
fhir:definition [ fhir:v "No fault insurance involved-including auto accident/other" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "Accident/tort liability" ] ;
fhir:definition [ fhir:v "Accident/tort liability" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "04" ] ;
fhir:display [ fhir:v "Accident/employment related" ] ;
fhir:definition [ fhir:v "Accident/employment related" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "Other accident" ] ;
fhir:definition [ fhir:v "Other accident" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "06" ] ;
fhir:display [ fhir:v "Crime victim" ] ;
fhir:definition [ fhir:v "Crime victim" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "09" ] ;
fhir:display [ fhir:v "Start of infertility treatment cycle" ] ;
fhir:definition [ fhir:v "Start of infertility treatment cycle" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "Last menstrual period" ] ;
fhir:definition [ fhir:v "Last menstrual period" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "Onset of symptoms/illness" ] ;
fhir:definition [ fhir:v "Onset of symptoms/illness" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "12" ] ;
fhir:display [ fhir:v "Date of onset for a chronically dependent individual" ] ;
fhir:definition [ fhir:v "Date of onset for a chronically dependent individual" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "17" ] ;
fhir:display [ fhir:v "Date outpatient occupational therapy plan established or last reviewed" ] ;
fhir:definition [ fhir:v "Date outpatient occupational therapy plan established or last reviewed" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "18" ] ;
fhir:display [ fhir:v "Date of retirement patient/beneficiary" ] ;
fhir:definition [ fhir:v "Date of retirement patient/beneficiary" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "19" ] ;
fhir:display [ fhir:v "Date of retirement spouse" ] ;
fhir:definition [ fhir:v "Date of retirement spouse" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "20" ] ;
fhir:display [ fhir:v "Guarantee of payment began" ] ;
fhir:definition [ fhir:v "Guarantee of payment began" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "21" ] ;
fhir:display [ fhir:v "UR notice received" ] ;
fhir:definition [ fhir:v "UR notice received" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "22" ] ;
fhir:display [ fhir:v "Date active care ended" ] ;
fhir:definition [ fhir:v "Date active care ended" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "24" ] ;
fhir:display [ fhir:v "Date insurance denied" ] ;
fhir:definition [ fhir:v "Date insurance denied" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "25" ] ;
fhir:display [ fhir:v "Date benefits terminated by primary payor" ] ;
fhir:definition [ fhir:v "Date benefits terminated by primary payor" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "26" ] ;
fhir:display [ fhir:v "Date SNF bed available" ] ;
fhir:definition [ fhir:v "Date SNF bed available" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "27" ] ;
fhir:display [ fhir:v "Date home health plan established" ] ;
fhir:definition [ fhir:v "Date home health plan established" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "28" ] ;
fhir:display [ fhir:v "Spouse's date of birth" ] ;
fhir:definition [ fhir:v "Spouse's date of birth" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "29" ] ;
fhir:display [ fhir:v "Date outpatient physical therapy plan established or last reviewed" ] ;
fhir:definition [ fhir:v "Date outpatient physical therapy plan established or last reviewed" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "30" ] ;
fhir:display [ fhir:v "Date outpatient speech pathology plan established or last reviewed" ] ;
fhir:definition [ fhir:v "Date outpatient speech pathology plan established or last reviewed" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "31" ] ;
fhir:display [ fhir:v "Date beneficiary notified of intent to bill (accommodations)" ] ;
fhir:definition [ fhir:v "Date beneficiary notified of intent to bill (accommodations)" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "32" ] ;
fhir:display [ fhir:v "Date beneficiary notified of intent to bill (procedures or treatments)" ] ;
fhir:definition [ fhir:v "Date beneficiary notified of intent to bill (procedures or treatments)" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "33" ] ;
fhir:display [ fhir:v "First day of the Medicare coordination period for ESRD beneficiaries covered by EGHP" ] ;
fhir:definition [ fhir:v "First day of the Medicare coordination period for ESRD beneficiaries covered by EGHP" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "34" ] ;
fhir:display [ fhir:v "Date of election of extended care facilities" ] ;
fhir:definition [ fhir:v "Date of election of extended care facilities" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "35" ] ;
fhir:display [ fhir:v "Date treatment started for P.T." ] ;
fhir:definition [ fhir:v "Date treatment started for P.T." ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "36" ] ;
fhir:display [ fhir:v "Date of inpatient hospital discharge for covered transplant patients" ] ;
fhir:definition [ fhir:v "Date of inpatient hospital discharge for covered transplant patients" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "37" ] ;
fhir:display [ fhir:v "Date of inpatient hospital discharge for non-covered transplant patient" ] ;
fhir:definition [ fhir:v "Date of inpatient hospital discharge for non-covered transplant patient" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "40" ] ;
fhir:display [ fhir:v "Scheduled date of admission" ] ;
fhir:definition [ fhir:v "Scheduled date of admission" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "41" ] ;
fhir:display [ fhir:v "Date of first test for pre-admission testing" ] ;
fhir:definition [ fhir:v "Date of first test for pre-admission testing" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "42" ] ;
fhir:display [ fhir:v "Date of discharge" ] ;
fhir:definition [ fhir:v "Date of discharge" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "43" ] ;
fhir:display [ fhir:v "Scheduled date of canceled surgery" ] ;
fhir:definition [ fhir:v "Scheduled date of canceled surgery" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "44" ] ;
fhir:display [ fhir:v "Date treatment started for O.T." ] ;
fhir:definition [ fhir:v "Date treatment started for O.T." ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "45" ] ;
fhir:display [ fhir:v "Date treatment started for S.T." ] ;
fhir:definition [ fhir:v "Date treatment started for S.T." ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "46" ] ;
fhir:display [ fhir:v "Date treatment started for cardiac rehab." ] ;
fhir:definition [ fhir:v "Date treatment started for cardiac rehab." ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "47" ] ;
fhir:display [ fhir:v "Payer codes" ] ;
fhir:definition [ fhir:v "Payer codes" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "48" ] ;
fhir:display [ fhir:v "Payer codes" ] ;
fhir:definition [ fhir:v "Payer codes" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "49" ] ;
fhir:display [ fhir:v "Payer codes" ] ;
fhir:definition [ fhir:v "Payer codes" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "50" ] ;
fhir:display [ fhir:v "Date lien released" ] ;
fhir:definition [ fhir:v "Date lien released" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "51" ] ;
fhir:display [ fhir:v "Date treatment started for psychiatric care" ] ;
fhir:definition [ fhir:v "Date treatment started for psychiatric care" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "70" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "71" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "72" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "73" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "74" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "75" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "76" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "77" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "78" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "79" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "80" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "81" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "82" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "83" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "84" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "85" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "86" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "87" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "88" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "89" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "90" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "91" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "92" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "93" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "94" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "95" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "96" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "97" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "98" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "99" ] ;
fhir:display [ fhir:v "Occurrence span codes and dates" ] ;
fhir:definition [ fhir:v "Occurrence span codes and dates" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "A1" ] ;
fhir:display [ fhir:v "Birthdate - insured A" ] ;
fhir:definition [ fhir:v "Birthdate - insured A" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "A2" ] ;
fhir:display [ fhir:v "Effective date - insured A policy" ] ;
fhir:definition [ fhir:v "Effective date - insured A policy" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "A3" ] ;
fhir:display [ fhir:v "Benefits exhausted payer A" ] ;
fhir:definition [ fhir:v "Benefits exhausted payer A" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] ) . #