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

: Identifier Type (2.4 - 1.2.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 "identifierTypeV120"] ; # 
  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-identifierTypeV120.html\"><code>http://terminology.hl7.org/v2plusvocab/CodeSystem/identifierTypeV120</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.4"     ]
  ] [
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 "0203"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/identifierTypeV120"^^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.18.108" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.2.0"] ; # 
  fhir:name [ fhir:v "IdentifierTypeV120"] ; # 
  fhir:title [ fhir:v "Identifier Type (2.4 - 1.2.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 "HL7-defined code system of concepts specifying type of identifier. Used in HL7 Version 2.x messaging data types CX, PLN, PPN, XCN and XON."] ; # 
  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:code [ fhir:v "class" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#class"^^xsd:anyURI ] ;
fhir:description [ fhir:v "class" ] ;
fhir:type [ fhir:v "code" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "AM" ] ;
fhir:display [ fhir:v "American Express" ] ;
fhir:definition [ fhir:v "American Express" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "American Express" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "AN" ] ;
fhir:display [ fhir:v "Account number" ] ;
fhir:definition [ fhir:v "Account number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Kontonummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "BA" ] ;
fhir:display [ fhir:v "Bank Account Number" ] ;
fhir:definition [ fhir:v "Bank Account Number" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.4"       ]     ] )
  ] [
fhir:code [ fhir:v "BR" ] ;
fhir:display [ fhir:v "Birth registry number" ] ;
fhir:definition [ fhir:v "Birth registry number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Geburtsregisternummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "BRN" ] ;
fhir:display [ fhir:v "Breed Registry Number" ] ;
fhir:definition [ fhir:v "Breed Registry Number" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.4"       ]     ] )
  ] [
fhir:code [ fhir:v "DI" ] ;
fhir:display [ fhir:v "Diner's Club card" ] ;
fhir:definition [ fhir:v "Diner's Club card" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Diners Club" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "DL" ] ;
fhir:display [ fhir:v "Driver's license number" ] ;
fhir:definition [ fhir:v "Driver's license number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Führerscheinnummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "DN" ] ;
fhir:display [ fhir:v "Doctor number" ] ;
fhir:definition [ fhir:v "Doctor number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Arztnummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "DR" ] ;
fhir:display [ fhir:v "Donor Registration Number" ] ;
fhir:definition [ fhir:v "Donor Registration Number" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.4"       ]     ] )
  ] [
fhir:code [ fhir:v "DS" ] ;
fhir:display [ fhir:v "Discover Card" ] ;
fhir:definition [ fhir:v "Discover Card" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Discover Card" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "EI" ] ;
fhir:display [ fhir:v "Employee number" ] ;
fhir:definition [ fhir:v "Employee number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Arbeitnehmernummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "EN" ] ;
fhir:display [ fhir:v "Employer number" ] ;
fhir:definition [ fhir:v "Employer number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Arbeitgebernummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "FI" ] ;
fhir:display [ fhir:v "Facility ID" ] ;
fhir:definition [ fhir:v "Facility ID" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "GI" ] ;
fhir:display [ fhir:v "Guarantor internal identifier" ] ;
fhir:definition [ fhir:v "Guarantor internal identifier" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "interne ID des Zahlungspflichtigen" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "GN" ] ;
fhir:display [ fhir:v "Guarantor external  identifier" ] ;
fhir:definition [ fhir:v "Guarantor external  identifier" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "externe ID des Zahlungspflichtigen" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "HC" ] ;
fhir:display [ fhir:v "Health Card Number" ] ;
fhir:definition [ fhir:v "Health Card Number" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.4"       ]     ] )
  ] [
fhir:code [ fhir:v "JHN" ] ;
fhir:display [ fhir:v "Jurisdictional health number (Canada)" ] ;
fhir:definition [ fhir:v "Jurisdictional health number (Canada)" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.4"       ]     ] )
  ] [
fhir:code [ fhir:v "LN" ] ;
fhir:display [ fhir:v "License number" ] ;
fhir:definition [ fhir:v "License number" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "LR" ] ;
fhir:display [ fhir:v "Local Registry ID" ] ;
fhir:definition [ fhir:v "Local Registry ID" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "MA" ] ;
fhir:display [ fhir:v "Medicaid number" ] ;
fhir:definition [ fhir:v "Medicaid number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Armennummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "MC" ] ;
fhir:display [ fhir:v "Medicare number" ] ;
fhir:definition [ fhir:v "Medicare number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Rentnernummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "MCN" ] ;
fhir:display [ fhir:v "Microchip Number" ] ;
fhir:definition [ fhir:v "Microchip Number" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.4"       ]     ] )
  ] [
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical record number" ] ;
fhir:definition [ fhir:v "Medical record number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Krankenaktennummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "MS" ] ;
fhir:display [ fhir:v "MasterCard" ] ;
fhir:definition [ fhir:v "MasterCard" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "MasterCard" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "NE" ] ;
fhir:display [ fhir:v "National employer identifier" ] ;
fhir:definition [ fhir:v "National employer identifier" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "NH" ] ;
fhir:display [ fhir:v "National Health Plan Identifier" ] ;
fhir:definition [ fhir:v "National Health Plan Identifier" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ] ;
fhir:definition [ fhir:v "National unique individual identifier" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "NNxxx" ] ;
fhir:display [ fhir:v "National Person Identifier where the xxx is the ISO table 3166  3-character (alphabetic) country code" ] ;
fhir:definition [ fhir:v "National Person Identifier where the xxx is the ISO table 3166  3-character (alphabetic) country code" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "NPI" ] ;
fhir:display [ fhir:v "National provider identifier" ] ;
fhir:definition [ fhir:v "National provider identifier" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "PEN" ] ;
fhir:display [ fhir:v "Pension Number" ] ;
fhir:definition [ fhir:v "Pension Number" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.4"       ]     ] )
  ] [
fhir:code [ fhir:v "PI" ] ;
fhir:display [ fhir:v "Patient internal identifier" ] ;
fhir:definition [ fhir:v "Patient internal identifier" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "interne Patienten-ID" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "PN" ] ;
fhir:display [ fhir:v "Person number" ] ;
fhir:definition [ fhir:v "Person number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Personen-ID" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "PRN" ] ;
fhir:display [ fhir:v "Provider number" ] ;
fhir:definition [ fhir:v "Provider number" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "PT" ] ;
fhir:display [ fhir:v "Patient external identifier" ] ;
fhir:definition [ fhir:v "Patient external identifier" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "externe Patienten-ID" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "RR" ] ;
fhir:display [ fhir:v "Railroad Retirement number" ] ;
fhir:definition [ fhir:v "Railroad Retirement number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Seniorenkartennummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "RRI" ] ;
fhir:display [ fhir:v "Regional registry ID" ] ;
fhir:definition [ fhir:v "Regional registry ID" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "SL" ] ;
fhir:display [ fhir:v "State license" ] ;
fhir:definition [ fhir:v "State license" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "SR" ] ;
fhir:display [ fhir:v "State registry ID" ] ;
fhir:definition [ fhir:v "State registry ID" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "SS" ] ;
fhir:display [ fhir:v "Social Security number" ] ;
fhir:definition [ fhir:v "Social Security number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Sozialversicherungsnummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "Unspecified" ] ;
fhir:definition [ fhir:v "Unspecified" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "UPIN" ] ;
fhir:display [ fhir:v "Medicare/HCFA's Universal Physician Identification numbers" ] ;
fhir:definition [ fhir:v "Medicare/HCFA's Universal Physician Identification numbers" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "VN" ] ;
fhir:display [ fhir:v "Visit number" ] ;
fhir:definition [ fhir:v "Visit number" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Fallnummer" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "VS" ] ;
fhir:display [ fhir:v "VISA" ] ;
fhir:definition [ fhir:v "VISA" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "VISA" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] [
fhir:code [ fhir:v "WC" ] ;
fhir:display [ fhir:v "WIC identifier" ] ;
fhir:definition [ fhir:v "WIC identifier" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3.1"       ]     ] )
  ] [
fhir:code [ fhir:v "WCN" ] ;
fhir:display [ fhir:v "Workers' Comp Number" ] ;
fhir:definition [ fhir:v "Workers' Comp Number" ] ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.4"       ]     ] )
  ] [
fhir:code [ fhir:v "XX" ] ;
fhir:display [ fhir:v "Organization identifier" ] ;
fhir:definition [ fhir:v "Organization identifier" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Organisations-ID" ]     ] ) ;
    ( fhir:property [
fhir:code [ fhir:v "versionIntroduced" ] ;
fhir:value [
a fhir:string ;
fhir:v "2.3"       ]     ] )
  ] ) . #